Template:Valencia09iGEM66

From 2009.igem.org

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 22: Line 22:
div.MenuBar {
div.MenuBar {
   font: arial, verdana, sans-serif;
   font: arial, verdana, sans-serif;
-
   height: 30px;
+
   height: 41px;
-
   width: 695px;
+
   width: 588px;
   /*width: 100%;*/
   /*width: 100%;*/
   margin: 0;
   margin: 0;
Line 82: Line 82:
   left: 0; /* Aligns the drop-down menu to its top-level item. */
   left: 0; /* Aligns the drop-down menu to its top-level item. */
   background-color: #2b3238; /* Selected item. */
   background-color: #2b3238; /* Selected item. */
-
   color: #000000;
+
   color: red;
}
}
Line 93: Line 93:
   padding-right: 0;
   padding-right: 0;
   background-color: #2b3238; /* Selected item. */
   background-color: #2b3238; /* Selected item. */
-
   color: #862e06;
+
   color: red;
}
}
ul.DropDownMenu li a span {
ul.DropDownMenu li a span {
Line 105: Line 105:
   font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
   font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
   height: 20px;
   height: 20px;
-
   color: #000000;
+
   color: red;
}
}
/*----------------------------------------------------------------------------------- Side Menus */
/*----------------------------------------------------------------------------------- Side Menus */
Line 175: Line 175:
div.MenuBar a {
div.MenuBar a {
   background-color: Menu; /* Top-level unselected items. */
   background-color: Menu; /* Top-level unselected items. */
-
   color: MenuText;
+
   color: red;
}
}
div.MenuBar ul li:hover a,
div.MenuBar ul li:hover a,
div.MenuBar ul li a:hover {
div.MenuBar ul li a:hover {
-
   color:#2b3238;
+
   color:red;
   background-color: Highlight; /* Top-level selected item. */
   background-color: Highlight; /* Top-level selected item. */
-
   color: #862e06;
+
   color: red;
}
}
/*...............................................................................................*/
/*...............................................................................................*/
Line 192: Line 192:
   background-color: Menu;  Drop-down menu unselected items.
   background-color: Menu;  Drop-down menu unselected items.
                             Sets the drop-down menu "effective background" color. */
                             Sets the drop-down menu "effective background" color. */
-
   color: MenuText;
+
   color: red;
}
}
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover {
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover {
   background-color: Highlight; /* Drop-down menu selected item. */
   background-color: Highlight; /* Drop-down menu selected item. */
-
   color: HighlightText;
+
   color: red;
}
}
/*...............................................................................................*/
/*...............................................................................................*/
Line 208: Line 208:
   background-color: Menu; /* Side menu unselected items.
   background-color: Menu; /* Side menu unselected items.
                             Sets the side menu "effective background" color. */
                             Sets the side menu "effective background" color. */
-
   color: MenuText;
+
   color: red;
}
}
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
   background-color: Highlight; /* Side menu selected item. */
   background-color: Highlight; /* Side menu selected item. */
-
   color: HighlightText;  
+
   color: red;  
}
}
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
Line 236: Line 236:
/*--------------------------------------------------------------------------------------- Colors */
/*--------------------------------------------------------------------------------------- Colors */
div.MenuBar {
div.MenuBar {
-
   background-color: #FFFFFF; /* Selected item. */
+
   background-color: #B0B0B0; /* Selected item. */
-
   color: #000000;
+
   color: red;
   border-bottom: 1px solid ButtonShadow;
   border-bottom: 1px solid ButtonShadow;
}
}
Line 245: Line 245:
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
-
   background-color: #77BDF1; /* Selected item. */
+
   background-color: red; /* Selected item. */
-
   color: #000000;
+
   color: red;
}
}
div.MenuBar ul li:hover a,
div.MenuBar ul li:hover a,
Line 254: Line 254:
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
-
   background-color: #229BF7; /* Selected item. */
+
   background-color: red; /* Selected item. */
-
   color: #000000;
+
   color: #24006B;
}
}
div.MenuBar ul li:hover ul.DropDownMenu,
div.MenuBar ul li:hover ul.DropDownMenu,
Line 344: Line 344:
<ul>
<ul>
<li>
<li>
-
<a href="https://2009.igem.org/Team:Valencia" style="color: #000000; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Home
+
<a href="https://2009.igem.org/Team:Valencia" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Home
<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
Line 350: Line 350:
</li>
</li>
<li>
<li>
-
<a href="https://2009.igem.org/Team:Valencia/TeamVal" style="color: #000000; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Team<!--
+
<a href="https://2009.igem.org/Team:Valencia/TeamVal" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Team<!--
                           [if gt IE 6]><!--></a><!--<![endif]-->
                           [if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
Line 356: Line 356:
</li>
</li>
<li>
<li>
-
<a href="https://2009.igem.org/Team:Valencia/Project" style="color: #000000; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Project<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
<a href="https://2009.igem.org/Team:Valencia/Project" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Project<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</li>
-
<li>
 
-
<a href="https://2009.igem.org/Team:Valencia/Parts" style="color: #000000; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Parts<!--[if gt IE 6]><!--></a><!--<![endif]-->
 
-
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
 
-
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
 
-
</li>
 
-
 
<li>
<li>
-
<a href="https://2009.igem.org/Team:Valencia/Notebook" style="color:  
+
<a href="https://2009.igem.org/Team:Valencia/Notebook" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Notebook
-
                          #000000; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Notebook
+
<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
Line 376: Line 369:
</li>
</li>
<li style="width: 160px">
<li style="width: 160px">
-
<a href="https://2009.igem.org/Team:Valencia/Human" style="color: #000000; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Human Practice<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
<a href="https://2009.igem.org/Team:Valencia/Human" style="font-weight: bold; background: url(https://static.igem.org/mediawiki/2009/0/09/Bg2.gif)">Human Practice<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
<!--[if lte IE 6]></td></tr></table></a><![endif]-->

Latest revision as of 09:04, 1 October 2009