Team:Dundee/common.css
From 2012.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
h1 | h1 | ||
{ | { | ||
- | font-size: | + | font-size: 180%; |
- | + | ||
} | } | ||
h2 | h2 | ||
{ | { | ||
- | font-size: | + | font-size: 150%; |
- | + | ||
} | } | ||
Line 52: | Line 50: | ||
height: 30px; | height: 30px; | ||
border: 0px; | border: 0px; | ||
- | left: - | + | left: -2px; |
top: -30px; | top: -30px; | ||
margin-left: auto; | margin-left: auto; |
Revision as of 12:05, 2 July 2012
body {
background-color: #CCCCBB;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold; border-bottom: 0px;
}
h1 {
font-size: 180%;
}
h2 {
font-size: 150%;
}
- top-section
{
background-image: url('https://static.igem.org/mediawiki/2012/d/d9/Dundee12bannerbg.png'); height: 276px; border: 1px solid #777777; border-top: 0px;
}
.firstHeading {
display: none;
}
- headerText
{
color: #FFFFFF; font-weight: bolder; position: absolute; left:30px; top -100px; width: 200px;
}
- menuDiv
{
color: #FFFFFF; position: absolute; width: 975px; height: 30px; border: 0px; left: -2px; top: -30px; margin-left: auto; margin-right: auto; font-weight: bolder;
}
- content
{
border: 1px solid #777777; border-top: 0px;
}
- p-logo
{
display: none;
}
- catlinks
{
display: none;
}
- footer-box
{
display: none;
}