Template:Cornell WashUtop

From 2012.igem.org

(Difference between revisions)
 
(13 intermediate revisions not shown)
Line 29: Line 29:
div#menubar { /*text-align:center;*/
div#menubar { /*text-align:center;*/
 +
        display: none;
top: 0;
top: 0;
height: 20px;
height: 20px;
Line 135: Line 136:
{padding-left:0px; padding-right:0px;  
{padding-left:0px; padding-right:0px;  
background-color:transparent;
background-color:transparent;
-
border:none;
+
border: none;
}
}
Line 197: Line 198:
/*Menu Header Styles*/
/*Menu Header Styles*/
.menu-item h4 {
.menu-item h4 {
-
   border-bottom: 1px solid rgba(0,0,0,0.3);
+
   border-bottom: 0px solid rgba(0,0,0,0.3);
-
   border-top: 1px solid rgba(255,255,255,0.2);
+
   border-top: 0px solid rgba(255,255,255,0.2);
   color: #fff;
   color: #fff;
   font-size: 15px;
   font-size: 15px;
Line 204: Line 205:
   padding: 7px 12px;
   padding: 7px 12px;
   align:center;
   align:center;
-
 
+
   background: #cc3333;
-
  /*Gradient*/
+
-
   background: #a90329; /* Old browsers */
+
-
  background: -moz-linear-gradient(top, #131313 0%, #cc3333 44%, #260305 100%); /* FF3.6+ */
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
+
-
  background: -webkit-linear-gradient(top, #131313 0%,#cc3333 44%,#260305 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(top, #131313 0%,#cc3333 44%,#260305 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(top, #131313 0%,#cc3333 44%,#260305 100%); /* IE10+ */
+
-
  background: linear-gradient(top, #131313 0%,#cc3333 44%,#260305 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#260305',GradientType=0 ); /* IE6-9 */
+
}
}
  .menu-item2 h4 {
  .menu-item2 h4 {
-
   border-bottom: 1px solid rgba(0,0,0,0.3);
+
   border-bottom: 0px solid rgba(0,0,0,0.3);
-
   border-top: 1px solid rgba(255,255,255,0.2);
+
   border-top: 0px solid rgba(255,255,255,0.2);
   color: #fff;
   color: #fff;
   font-size: 15px;
   font-size: 15px;
   font-weight: 500;
   font-weight: 500;
   padding: 7px 12px;
   padding: 7px 12px;
-
 
+
   background: #cc3333;  
-
 
+
-
/*Gradient*/
+
-
   background: #a90329; /* Old browsers */
+
-
  background: -moz-linear-gradient(top, #131313 0%, #cc3333 44%, #260305 100%); /* FF3.6+ */
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
+
-
  background: -webkit-linear-gradient(top, #131313 0%,#cc3333 44%,#260305 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(top, #131313 0%,#cc3333 44%,#260305 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(top, #131313 0%,#cc3333 44%,#260305 100%); /* IE10+ */
+
-
  background: linear-gradient(top, #131313 0%,#cc3333 44%,#260305 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#260305',GradientType=0 ); /* IE6-9 */
+
}
}
.menu-item h4:hover {   
.menu-item h4:hover {   
-
   background: #a82a2a; /* Old browsers */
+
   background: #a32828; /* Old browsers */
-
  background: -moz-linear-gradient(top,  #a82a2a 0%, #cc3333 100%); /* FF3.6+ */
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#cc3333)); /* Chrome,Safari4+ */
+
-
  background: -webkit-linear-gradient(top,  #a82a2a 0%,#cc3333 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(top,  #a82a2a 0%,#cc3333 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(top,  #a82a2a 0%,#cc3333 100%); /* IE10+ */
+
-
  background: linear-gradient(top,  #a82a2a 0%,#cc3333 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a82a2a', endColorstr='#cc3333',GradientType=0 ); /* IE6-9 */
+
-
 
+
}
}
.menu-item2 h4:hover {   
.menu-item2 h4:hover {   
-
   background: #a82a2a; /* Old browsers */
+
   background: #a32828; /* Old browsers */
-
  background: -moz-linear-gradient(top,  #a82a2a 0%, #cc3333 100%); /* FF3.6+ */
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#cc3333)); /* Chrome,Safari4+ */
+
-
  background: -webkit-linear-gradient(top,  #a82a2a 0%,#cc3333 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(top,  #a82a2a 0%,#cc3333 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(top,  #a82a2a 0%,#cc3333 100%); /* IE10+ */
+
-
  background: linear-gradient(top,  #a82a2a 0%,#cc3333 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a82a2a', endColorstr='#cc3333',GradientType=0 ); /* IE6-9 */
+
-
 
+
}
}

Latest revision as of 23:31, 20 August 2012