Template:Nevada Gallery CSS

From 2011.igem.org

(Difference between revisions)
m
m
 
(One intermediate revision not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css" />
<style type="text/css" />
 +
 +
#Nevada-MainContent{
 +
  position: relative;
 +
  float: left;
 +
  top: 139px;
 +
  left: -5px;
 +
  height: 100%;
 +
  width: 943px;
 +
  display: block;
 +
  border-left: rgba(0,0,0,1) groove 4px;
 +
  border-right: rgba(0,0,0,1) ridge 4px;
 +
  /*background-color: rgba(100,100,100,1);*/
 +
  /* Color Background */
 +
  background-color: transparent !important;
 +
  /*background: -moz-linear-gradient(bottom, #858585 97%, rgba(0,0,26,1), #25324e); */
 +
  padding: 10px;
 +
  padding-right: 2px !important;
 +
}
#top-team-content{
#top-team-content{
   position: relative;
   position: relative;
-
   float: center;
+
   float: left;
-
   left: 0px;
+
   left: -5px;
-
   top: 159px;
+
   top: 5px;
 +
  width: 905px;
   height: 100%;
   height: 100%;
-
  width: 935px;
 
   display: block;
   display: block;
-
   border: #FFF solid 2px;
+
   border: rgba(0,0,0,0.6) solid 10px;
-
  border-left: #FFF solid 4px;
+
   background-color: rgba(194,194,194,0.7);
-
  border-right: #FFF solid 4px;
+
-
  background-color: rgba(100,100,100,1);
+
-
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#25324e));
+
-
  background: -webkit-linear-gradient(top, #506cab, #25324e);
+
-
  background: -moz-linear-gradient(top, #506cab, #25324e);
+
-
  background: -ms-linear-gradient(top, #506cab, #25324e);
+
-
  background: -o-linear-gradient(top, #506cab, #25324e);
+
   padding: 10px;
   padding: 10px;
}
}

Latest revision as of 23:16, 25 September 2011