Team:TU Munich/Templates/Layout

From 2010.igem.org

(Difference between revisions)
Line 4: Line 4:
body
body
 +
{
 +
}
 +
 +
#content
{
{
background: url("https://static.igem.org/mediawiki/2010/f/fc/Grey-fade.jpg");
background: url("https://static.igem.org/mediawiki/2010/f/fc/Grey-fade.jpg");
background-repeat: repeat-x;
background-repeat: repeat-x;
 +
border: 1px solid #555555;
 +
margin-bottom: 10px;
 +
}
 +
#footer-box
 +
{
 +
background-color: #E5E5E5;
 +
}
 +
p
 +
{
 +
text-align: justify;
 +
}
 +
 +
h2, h3, h4, h5, h6
 +
{
 +
border: 0;
 +
font-weight: bold;
 +
}
 +
h1, h2, h3, h4, h5, h6
 +
{
 +
font-family: Tahoma;
 +
padding-bottom: 0px;
 +
}
 +
h1
 +
{
 +
font-size: 140%
 +
}
 +
h2
 +
{
 +
font-size: 110%
 +
}
 +
h3
 +
{
 +
font-size: 100%
 +
}
 +
h4, h5, h6
 +
{
 +
font-size: 100%
 +
font-weight: normal;
 +
font-style: italic;
 +
}
 +
#top-section
 +
{
 +
border: 0px;
 +
height: 18px;
 +
}
 +
 +
#menubar
 +
{
 +
position: absolute;
 +
top: 0px;
 +
float:left;
 +
border: none;
 +
font-size:85%;
 +
}
 +
#menubar li a
 +
{
 +
color: #555555;
 +
}
 +
 +
#menubar.right-menu
 +
{
 +
text-align: right;
 +
}
 +
#menubar.left-menu
 +
{
 +
text-align: left;
 +
}
 +
#p-logo
 +
{
 +
display: none;
 +
}
 +
 +
#search-controls
 +
{
 +
position: absolute;
 +
top: 19px;
 +
right: 0px;
 +
overflow:visible;
 +
display:block;
 +
background: #555555;
 +
width: 250px;
 +
border-left:1px solid #555555;
 +
border-bottom:1px solid #555555;
 +
margin: 0;
 +
height: auto;
 +
text-align: left;
 +
}
 +
#searchInput
 +
{
 +
font-size:85%;
 +
width: 130px;
 +
color: #555555;
 +
border: 0;
 +
}
 +
#searchform
 +
{
 +
margin: 1px;
 +
}
 +
input.searchButton
 +
{
 +
font-size:80%;
 +
margin: 0;
 +
color: #FFFFFF;
 +
font-weight: normal;
 +
cursor: hand;
 +
cursor:pointer;
}
}
</style>
</style>
 +
 +
<img src="https://static.igem.org/mediawiki/2010/1/10/Igem-banner.jpg" border="0"/>
 +
</html>
</html>

Revision as of 01:28, 23 August 2010