Team:Imperial College London/Templates/Banner
From 2011.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
#top-section { | #top-section { | ||
- | |||
- | |||
- | |||
width:975px; | width:975px; | ||
- | height: | + | height:232px; |
+ | border: none; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2011/6/68/ICL_CombineLogo.png'); | ||
+ | } | ||
#p-logo { | #p-logo { | ||
- | |||
display: none;} | display: none;} | ||
#search-controls { | #search-controls { | ||
display: none;} | display: none;} | ||
+ | |||
+ | .right-menu li a, .right-menu li a:hover { | ||
+ | color: #A35200; | ||
+ | background-color: transparent; | ||
+ | } | ||
.firstHeading { | .firstHeading { | ||
display: none;} | display: none;} | ||
+ | |||
+ | body { | ||
+ | background: #f3ebe1; | ||
+ | background-image:url('https://static.igem.org/mediawiki/2011/f/f5/ICL_DesertBackground.jpg'); | ||
+ | } | ||
#content { | #content { | ||
position: relative; | position: relative; | ||
width: 975px; | width: 975px; | ||
+ | margin: 0 auto; | ||
+ | padding-top:1px; | ||
padding-left:0px; | padding-left:0px; | ||
padding-right:0px; | padding-right:0px; | ||
- | + | padding-bottom:0px; | |
- | border | + | background: #ffffff; |
+ | color: black; | ||
+ | border: none; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
z-index: 2; | z-index: 2; | ||
} | } | ||
- | + | ||
+ | #contentSub { | ||
+ | margin: 0 0 0 0; | ||
+ | } | ||
+ | |||
+ | #bodyContent h1, #bodyContent h2 { | ||
+ | margin-bottom: 0; | ||
+ | } | ||
+ | |||
+ | a {color:#A35200;} | ||
a:link {color:#A35200;} | a:link {color:#A35200;} | ||
a:visited {color:#824200;} | a:visited {color:#824200;} | ||
a:hover {color:#A35200;} | a:hover {color:#A35200;} | ||
a:active {color:#A35200;} | a:active {color:#A35200;} | ||
+ | a[name]:hover {text-decoration:none;} | ||
- | h1 {font-family: | + | h1 { |
- | + | font-family: 'Lucida Grande', sans-serif; | |
- | # | + | color: #A35200; |
- | + | background: #ffffff; | |
- | + | font-weight: bold; | |
- | + | font-size: 2.2em; | |
- | + | margin: 0; | |
- | + | padding: 25px 20px 5px 20px; | |
+ | border-bottom: none; | ||
+ | } | ||
- | + | h2 { | |
- | + | font-family: 'Lucida Grande', sans-serif; | |
- | + | color: #A35200; | |
- | + | background: #ffffff; | |
- | + | font-weight: bold; | |
- | + | font-size: 2em; | |
+ | margin: 0; | ||
+ | padding: 25px 20px 5px 20px; | ||
+ | border-bottom: none; | ||
+ | } | ||
- | + | h3 { | |
- | + | font-family: 'Lucida Grande', sans-serif; | |
- | + | color: #A35200; | |
- | + | background: #ffffff; | |
- | + | font-weight: bold; | |
- | + | font-size: 1.8em; | |
+ | margin: 0; | ||
+ | padding: 25px 20px 5px 20px; | ||
+ | border-bottom: none; | ||
+ | } | ||
- | + | p { | |
- | + | font-family: Georgia, serif; | |
+ | color: #000000; | ||
+ | background: #ffffff; | ||
+ | font-weight: normal; | ||
+ | font-size: 1em; | ||
+ | line-height: 1.7em; | ||
+ | text-align: justify; | ||
+ | margin: 0; | ||
+ | padding: 10px 20px 0px 20px; | ||
+ | } | ||
- | + | iframe { | |
+ | padding: 10px 20px 10px 20px; | ||
+ | } | ||
- | < | + | </style> |
- | + | </head> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
</html> | </html> |
Revision as of 22:44, 29 August 2011