Template:Uppsala-SwedenTemplate
From 2011.igem.org
(Difference between revisions)
Line 407: | Line 407: | ||
#Uppsalafooter {font-size:75%; color:#202020; margin-bottom:20px; margin-top:20px;} | #Uppsalafooter {font-size:75%; color:#202020; margin-bottom:20px; margin-top:20px;} | ||
.contrast {background:#202020; color:#bfbecc;} | .contrast {background:#202020; color:#bfbecc;} | ||
+ | |||
+ | <!--START FOOTER--> | ||
+ | |||
+ | html, body {height: 100%;} | ||
+ | |||
+ | #wrap {min-height: 100%;} | ||
+ | |||
+ | #main {overflow:auto; | ||
+ | padding-bottom: 150px;} /* must be same height as the footer */ | ||
+ | |||
+ | #footy { | ||
+ | background-color:#ffffff; | ||
+ | position: relative; | ||
+ | margin-top: -250px; /* negative value of footer height */ | ||
+ | margin-bottom: -25px; | ||
+ | height: 250px; | ||
+ | clear:both; | ||
+ | border-top: 2px solid black; | ||
+ | } | ||
+ | |||
+ | /*Opera Fix*/ | ||
+ | body:before { | ||
+ | content:""; | ||
+ | height:100%; | ||
+ | float:left; | ||
+ | width:0; | ||
+ | margin-top:-32767px;/ | ||
+ | } | ||
+ | |||
+ | <!--END FOOTER--> | ||
+ | |||
+ | |||
+ | |||
+ | <!--START IMG OPACITY--> | ||
+ | |||
+ | a.opac img{ | ||
+ | opacity:.40; | ||
+ | filter:alpha(opacity=50); | ||
+ | filter: “alpha(opacity=50)”; | ||
+ | } | ||
+ | |||
+ | a.opac:hover img{ | ||
+ | opacity:1; | ||
+ | filter:alpha(opacity=100); | ||
+ | filter: “alpha(opacity=100)”; | ||
+ | } | ||
+ | |||
+ | <!--END IMG OPACITY--> | ||
Line 415: | Line 463: | ||
padding-right:20px; | padding-right:20px; | ||
} | } | ||
+ | |||
+ | |||
Revision as of 14:31, 21 July 2011