Template:Team:UW/CSS

From 2014.igem.org

(Difference between revisions)
(Menu size)
Line 228: Line 228:
     width: 730px;
     width: 730px;
     margin: 10px auto;
     margin: 10px auto;
-
     border: 3px solid #dfb42c;
+
     border: 3px solid #b7a57a;
-
     background-color: #b8860b;
+
     background-color: #4b2e84;
-
    background-image: -moz-linear-gradient(#4b2e84, #85754d );
+
-
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b2e84), to(#85754d ));
+
-
    background-image: -webkit-linear-gradient(#4b2e84, #85754d );
+
-
    background-image: -o-linear-gradient(#4b2e84, #85754d );
+
-
    background-image: -ms-linear-gradient(#4b2e84, #85754d );
+
-
    background-image: linear-gradient(#4b2e84, #85754d );
+
-
    -moz-border-radius: 6px;
+
-
    -webkit-border-radius: 6px;
+
     border-radius: 6px;
     border-radius: 6px;
-
    -moz-box-shadow: 0 1px 1px #fff, 0 1px 0 #666 inset;
 
-
    -webkit-box-shadow: 0 1px 1px #fff, 0 1px 0 #666 inset;
 
-
    box-shadow: 0 1px 1px #fff, 0 1px 0 #666 inset;
 
     display: inline-block;
     display: inline-block;
     white-space: nowrap;
     white-space: nowrap;
Line 272: Line 261:
   #igemuwmenu a {
   #igemuwmenu a {
     padding: 12px 20px;
     padding: 12px 20px;
-
     color: #dfb42c;
+
     color: #b7a57a;
     text-transform: uppercase;
     text-transform: uppercase;
     font: bold 11.4px Arial, Helvetica;
     font: bold 11.4px Arial, Helvetica;
Line 298: Line 287:
     left: 0;
     left: 0;
     z-index: 1;
     z-index: 1;
-
     background: #fff;
+
     background: #4b2e84;
-
    background: -moz-linear-gradient(#4b2e84, #85754d );
+
     border: 2px solid #b7a57a;
-
     background-image: -webkit-gradient(linear, left top, left bottom, from(#4b2e84), to(#85754d ));
+
-
    background: -webkit-linear-gradient(#4b2e84, #85754d );
+
-
    background: -o-linear-gradient(#4b2e84, #85754d );
+
-
    background: -ms-linear-gradient(#4b2e84, #85754d );
+
-
    background: linear-gradient(#4b2e84, #85754d );
+
-
    -moz-box-shadow: 0 -1px rgba(255,255,255,1);
+
-
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,1);
+
-
    box-shadow: 0 -1px 0 rgba(255,255,255,1);
+
-
    -moz-border-radius: 3px;
+
-
    -webkit-border-radius: 3px;
+
-
    border-radius: 3px;
+
     -webkit-transition: all .2s ease-in-out;
     -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
Line 339: Line 317:
     border: 0;
     border: 0;
     _line-height: 0; /*IE6 only*/
     _line-height: 0; /*IE6 only*/
-
     -moz-box-shadow: 0 1px 0 #b8860b, 0 2px 0 #fff;
+
     -moz-box-shadow: 0 1px 0 #b7a57a, 0 2px 0 #b7a57a;
-
     -webkit-box-shadow: 0 1px 0 #b8860b, 0 2px 0 #fff;
+
     -webkit-box-shadow: 0 1px 0 #b7a57a, 0 2px 0 #b7a57a;
-
     box-shadow: 0 1px 0 #b8860b, 0 2px 0 #fff;
+
     box-shadow: 0 1px 0 #b7a57a, 0 2px 0 #b7a57a;  
   }
   }
   #igemuwmenu ul li.active {
   #igemuwmenu ul li.active {

Revision as of 09:07, 16 October 2014