Template:Team:Nevada:Header
From 2012.igem.org
(Difference between revisions)
Leochong718 (Talk | contribs) |
Leochong718 (Talk | contribs) |
||
(20 intermediate revisions not shown) | |||
Line 17: | Line 17: | ||
background-color:#ffffff; | background-color:#ffffff; | ||
height:100%; | height:100%; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
#content { | #content { | ||
Line 36: | Line 29: | ||
width:100%; | width:100%; | ||
border:none; | border:none; | ||
- | margin: | + | margin:0px; |
padding:0; | padding:0; | ||
} | } | ||
Line 42: | Line 35: | ||
#bodyContent p { | #bodyContent p { | ||
margin:0; | margin:0; | ||
- | padding: | + | padding:0px 15px; |
} | } | ||
/* END IGEM Header Overrides */ | /* END IGEM Header Overrides */ | ||
.ColorGreen { | .ColorGreen { | ||
- | background-color: # | + | background-color: #bedc15; |
} | } | ||
#NavBar { | #NavBar { | ||
- | height: | + | height: 28px; |
width: 100%; | width: 100%; | ||
padding-top: 12px; | padding-top: 12px; | ||
Line 61: | Line 54: | ||
height: 130px; | height: 130px; | ||
width:100%; | width:100%; | ||
- | border-bottom-width: | + | border-bottom-width: 0px; |
border-bottom-style: solid; | border-bottom-style: solid; | ||
border-bottom-color: #000; | border-bottom-color: #000; | ||
- | background-image: url(https://static.igem.org/mediawiki/2012/ | + | background-image: url(https://static.igem.org/mediawiki/2012/5/5c/Header2.png); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: top; | background-position: top; | ||
Line 77: | Line 70: | ||
} | } | ||
#NavBar a:link { | #NavBar a:link { | ||
- | background-color:# | + | background-color:#bedc15; |
font-size: 12px; | font-size: 12px; | ||
- | font-style: | + | font-style: bold; |
text-decoration: none; | text-decoration: none; | ||
color: #000; | color: #000; | ||
- | margin-top: | + | margin-top: 7px; |
+ | } | ||
+ | #NavBar a:visited { | ||
+ | color: #033; | ||
+ | background-color:#bedc15; | ||
} | } | ||
#NavBar a:hover { | #NavBar a:hover { | ||
color: #fff; | color: #fff; | ||
+ | background-color:#bedc15; | ||
+ | margin-top: 7px; | ||
+ | } | ||
+ | .ColorBlue { | ||
+ | background-color: #a2ba1d; | ||
+ | } | ||
+ | |||
+ | #TopContainer { | ||
+ | width:100%; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | height: auto; | ||
+ | padding: 0; | ||
+ | } | ||
+ | .RightBar { | ||
+ | color: #D6D6D6; | ||
+ | background-color: #999; | ||
+ | position: absolute; | ||
+ | height: 100%; | ||
+ | width: 20%; | ||
+ | right: 0px; | ||
+ | top:0px; | ||
+ | opacity:0.3; | ||
+ | } | ||
+ | .LeftBar { | ||
+ | color: #D6D6D6; | ||
+ | background-color: #999; | ||
+ | position: absolute; | ||
+ | height: 100%; | ||
+ | width: 10%; | ||
+ | right: 0px; | ||
+ | opacity:0.3; | ||
+ | } | ||
+ | .TopBar { | ||
+ | color: #333333; | ||
+ | background-color: #999; | ||
+ | position: absolute; | ||
+ | height: 20%; | ||
+ | width: 100%; | ||
+ | top: 0px; | ||
+ | opacity:0.3; | ||
+ | text-align: right; | ||
+ | |||
+ | } | ||
+ | .ThinTopBar { | ||
+ | color: #333333; | ||
+ | background-color: #999; | ||
+ | position: absolute; | ||
+ | height: 15%; | ||
+ | width: 100%; | ||
+ | top: 0px; | ||
+ | left:0px; | ||
+ | opacity:0.3; | ||
+ | text-align: right; | ||
+ | } | ||
+ | #ContentArea { | ||
+ | height: auto; | ||
+ | width:100%; | ||
+ | float:left; | ||
+ | margin-bottom:40px; | ||
+ | margin-left:0px; | ||
} | } | ||
#Footer { | #Footer { | ||
Line 92: | Line 150: | ||
width:100%; | width:100%; | ||
border-top:1px solid #000000; | border-top:1px solid #000000; | ||
- | + | } | |
+ | #ImgPicker { | ||
+ | color: #999; | ||
+ | background-color: #999; | ||
+ | height: 20%; | ||
+ | width: 100%; | ||
+ | z-index: 5; | ||
+ | position: absolute; | ||
+ | bottom: 0px; | ||
+ | opacity:0.4; | ||
} | } | ||
#Logo, #Header img.current { | #Logo, #Header img.current { | ||
float:left; | float:left; | ||
clear:right; | clear:right; | ||
- | |||
- | |||
- | |||
} | } | ||
#Abstract { | #Abstract { | ||
Line 106: | Line 170: | ||
float: left; | float: left; | ||
} | } | ||
- | + | #SlidePanel { | |
- | color: # | + | float: left; |
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | background-color: #CCC; | ||
+ | text-align: center; | ||
+ | vertical-align: middle; | ||
} | } | ||
- | |||
.tile { | .tile { | ||
float: left; | float: left; | ||
Line 183: | Line 251: | ||
width: 100%; | width: 100%; | ||
} | } | ||
- | |||
#ProjTitle { | #ProjTitle { | ||
font-size: 1.2em; | font-size: 1.2em; | ||
Line 254: | Line 321: | ||
} | } | ||
+ | .MouseOverImg:Hover { | ||
+ | opacity: 1; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 15:42, 2 October 2012