Team:Minnesota/Test
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 1: | Line 1: | ||
+ | {{Minnesota_Main_Styles2}} | ||
<html> | <html> | ||
<head> | <head> | ||
Line 38: | Line 39: | ||
width:200px; | width:200px; | ||
height:550px; | height:550px; | ||
- | background-color: | + | background-color:white; |
} | } | ||
Line 55: | Line 56: | ||
} | } | ||
+ | /*end container boxs*/ | ||
+ | |||
+ | /*Start Revised sidebar styles*/ | ||
+ | |||
+ | .sideNavBar | ||
+ | { | ||
+ | position:absolute; | ||
+ | top:320px; | ||
+ | left:0px; | ||
+ | background-color:white; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | border:0px; | ||
+ | } | ||
+ | |||
+ | .sideNavBar ul li | ||
+ | { | ||
+ | list-style:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | .sideNavBar a{ | ||
+ | font-family: Verdana, Century Gothic, Tahoma, sans-serif; | ||
+ | font-size:20px; | ||
+ | /*font-weight:600;*/ | ||
+ | padding-top:15px; | ||
+ | padding-left:30px; | ||
+ | text-decoration:none; | ||
+ | background-color:white; | ||
+ | display:block; | ||
+ | width:170px; | ||
+ | height:45px; | ||
+ | } | ||
+ | |||
+ | .sideNavBar a:link { | ||
+ | border-width:1px 1px 1px 3px; | ||
+ | border-style:none none none solid; | ||
+ | border-color:white; | ||
+ | color: gray; | ||
+ | |||
+ | } | ||
+ | |||
+ | .sideNavBar a:visited { | ||
+ | border-width:1px 1px 1px 3px; | ||
+ | border-style:none none none solid; | ||
+ | border-color:white; | ||
+ | color: gray; | ||
+ | } | ||
+ | |||
+ | .sideNavBar a:hover { /*cool button*/ | ||
+ | border-width:1px 1px 1px 3px; | ||
+ | border-style: none none none solid; | ||
+ | border-color:#660000 #660000 #660000 #660000; | ||
+ | color: gold; | ||
+ | } | ||
+ | .sideNavBar a:active { | ||
+ | border-width:1px 1px 1px 3px; | ||
+ | border-style: none none none solid; | ||
+ | border-color:#660000 #660000 #660000 #660000; | ||
+ | color: gold; | ||
+ | } | ||
+ | |||
+ | .sideNavBar a.current{ /*force black for current button*/ | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .sideNavBar a.current:hover{ /*allow for gold to still happen for current button*/ | ||
+ | color: #660000; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*End Revised sidebar styles*/ | ||
</style> | </style> |
Revision as of 22:53, 21 August 2012