Template:Harvard css
From 2010.igem.org
(Difference between revisions)
Jjoonathan (Talk | contribs) |
Jjoonathan (Talk | contribs) |
||
(41 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | #p-logo>a>img { | |
- | + | position: relative !important; | |
- | + | left: -1px !important; | |
} | } | ||
- | # | + | #top-section { |
- | width: | + | width: 962px !important; |
+ | overflow: hidden; | ||
} | } | ||
+ | #globalWrapper { | ||
+ | padding-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | width: 952px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #allcontent, #p-logo { | ||
+ | width: 950px !important; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display:none; | ||
+ | } | ||
body { | body { | ||
- | + | ||
+ | background-image:none; | ||
+ | background-position: center; | ||
+ | background-repeat: no-repeat; | ||
+ | background-attachment: fixed; | ||
+ | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
font-family: Helvetica, Arial, sans-serif; | font-family: Helvetica, Arial, sans-serif; | ||
Line 26: | Line 48: | ||
color: #254117; | color: #254117; | ||
font-family: Helvetica, Arial, sans-serif; | font-family: Helvetica, Arial, sans-serif; | ||
- | width: | + | width: 950px; |
line-height: 1.2em; | line-height: 1.2em; | ||
Line 37: | Line 59: | ||
a:visited{ | a:visited{ | ||
- | color:# | + | color:#660000; |
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 127: | Line 149: | ||
color: white; | color: white; | ||
} | } | ||
+ | |||
+ | a.labnotebook{ | ||
+ | color: #254117; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a.labnotebook:hover{ | ||
+ | color: #254117; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | a.labnotebook:visited{ | ||
+ | color: #254117; | ||
+ | text-decoration: none; | ||
+ | } | ||
.bannerlinks { | .bannerlinks { | ||
Line 147: | Line 183: | ||
padding: 3px 20px 3px 20px; | padding: 3px 20px 3px 20px; | ||
} | } | ||
+ | .bannertoplinkslast{ | ||
+ | background-color: #827B60; | ||
+ | border-style: solid; | ||
+ | border-color: white; | ||
+ | border-width: 1px; | ||
+ | color: white; | ||
+ | margin-bottom: -2px; | ||
+ | padding: 3px 20px 3px 20px; | ||
+ | } | ||
#twitter_div { | #twitter_div { | ||
Line 178: | Line 223: | ||
#sidebar { | #sidebar { | ||
+ | right:5px; | ||
width: 300px; | width: 300px; | ||
float: right; | float: right; | ||
margin-right: 0px; | margin-right: 0px; | ||
- | border | + | border: none; |
- | + | ||
- | + | ||
padding: 0px; | padding: 0px; | ||
padding-top:5px; | padding-top:5px; | ||
Line 253: | Line 297: | ||
} | } | ||
+ | #content { | ||
+ | padding: 6px; | ||
+ | padding-top: 1px; | ||
+ | } | ||
</style> | </style> | ||
+ | <script type="text/javascript"> | ||
+ | var fh = document.getElementsByClassName("firstHeading")[0]; | ||
+ | fh.parentElement.removeChild(fh); | ||
+ | var fh=document.getElementById("contentSub"); | ||
+ | fh.parentElement.removeChild(fh); | ||
+ | </script> | ||
<!-- !END HARVARDCSS --> | <!-- !END HARVARDCSS --> | ||
</html> | </html> |
Latest revision as of 03:37, 28 October 2010