Team:BIOSINT Mexico/Header

From 2013.igem.org

(Difference between revisions)
Line 9: Line 9:
     #p-logo{
     #p-logo{
             display:none;
             display:none;
 +
            background:url
 +
         }
         }
         #top-section {
         #top-section {
             height:130px  ! important;
             height:130px  ! important;
             border: 0;
             border: 0;
 +
background: #bfd255; /* Old browsers */
 +
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
 +
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
 +
background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
 +
background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
 +
background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
 +
background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
 +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
         }
         }
Line 22: Line 32:
         }
         }
         #searchInput {
         #searchInput {
-
             margin-left:-15 px;
+
             float:right;
             height: 25px;
             height: 25px;
             width: 170px;
             width: 170px;
Line 51: Line 61:
             margin: 50 auto;
             margin: 50 auto;
             padding: 5px;
             padding: 5px;
-
             margin-top:95px;
+
              
             position: relative;
             position: relative;
             width: 965px;
             width: 965px;
Line 125: Line 135:
         }
         }
         #navigation{
         #navigation{
-
            margin-left:2.5%
 
-
            margin-right:2.5%;
 
             position: absolute;
             position: absolute;
-
             top:10px;
+
             top:0px;
-
             width: 95%;
+
             width:100%
-
           
+
             height: 40px;
             height: 40px;
             background:#688A08;
             background:#688A08;

Revision as of 20:53, 25 September 2013