Template:Cornell WashUtop

From 2012.igem.org

(Difference between revisions)
 
(22 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 60: Line 61:
.right-menu li a {
.right-menu li a {
padding: 0px 15px 0px 0px;
padding: 0px 15px 0px 0px;
-
color: #529dd9;
+
color: #ffffff;
background-color: transparent;
background-color: transparent;
}
}
.right-menu li a:hover {
.right-menu li a:hover {
-
color: #529dd9;
+
color: #ffffff;
}
}
Line 99: Line 100:
#footer-box {
#footer-box {
-
background:#fcf4fa;
+
background:#cccccc;
         float:center;
         float:center;
         overflow:hidden;
         overflow:hidden;
Line 127: Line 128:
   
   
body  
body  
-
{background: url('http://i.imgur.com/aHFhK.jpg');
+
{background: url('http://i.imgur.com/v1atX.jpg');
background-repeat: no-repeat;
background-repeat: no-repeat;
-
background-color:#c5c5c5;
+
background-color:#cccccc;
}
}
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 155: Line 156:
         width: 947px;
         width: 947px;
         float: center;
         float: center;
-
background-color:#fcf4fa;
+
background-color:#cccccc;
         padding: 0px;
         padding: 0px;
height: 242px;
height: 242px;
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, #4c0756 0%, #37053e 44%, #220326 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, #4c0756 0%,#37053e 44%,#220326 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* IE10+ */
+
-
  background: linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0756', endColorstr='#220326',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, #4c0756 0%, #37053e 44%, #220326 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, #4c0756 0%,#37053e 44%,#220326 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* IE10+ */
+
-
  background: linear-gradient(top, #4c0756 0%,#37053e 44%,#220326 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0756', endColorstr='#220326',GradientType=0 ); /* IE6-9 */
+
}
}
.menu-item h4:hover {   
.menu-item h4:hover {   
-
   background: #61096d; /* Old browsers */
+
   background: #a32828; /* Old browsers */
-
  background: -moz-linear-gradient(top,  #61096d 0%, #37053e 100%); /* FF3.6+ */
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#37053e)); /* Chrome,Safari4+ */
+
-
  background: -webkit-linear-gradient(top,  #61096d 0%,#37053e 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(top,  #61096d 0%,#37053e 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(top,  #61096d 0%,#37053e 100%); /* IE10+ */
+
-
  background: linear-gradient(top,  #61096d 0%,#37053e 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61096d', endColorstr='#37053e',GradientType=0 ); /* IE6-9 */
+
-
 
+
}
}
.menu-item2 h4:hover {   
.menu-item2 h4:hover {   
-
   background: #61096d; /* Old browsers */
+
   background: #a32828; /* Old browsers */
-
  background: -moz-linear-gradient(top,  #61096d 0%, #37053e 100%); /* FF3.6+ */
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc002c), color-stop(100%,#37053e)); /* Chrome,Safari4+ */
+
-
  background: -webkit-linear-gradient(top,  #61096d 0%,#37053e 100%); /* Chrome10+,Safari5.1+ */
+
-
  background: -o-linear-gradient(top,  #61096d 0%,#37053e 100%); /* Opera 11.10+ */
+
-
  background: -ms-linear-gradient(top,  #61096d 0%,#37053e 100%); /* IE10+ */
+
-
  background: linear-gradient(top,  #61096d 0%,#37053e 100%); /* W3C */
+
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61096d', endColorstr='#37053e',GradientType=0 ); /* IE6-9 */
+
-
 
+
}
}

Latest revision as of 23:31, 20 August 2012