Team:Heidelberg/Templates/MainTemplate

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
 +
/*
body {background-color: white;}
body {background-color: white;}
#globalWrapper {visibility: hidden; background-color: white;}
#globalWrapper {visibility: hidden; background-color: white;}
Line 13: Line 14:
#footer-box a:link, #footer-box a:active, #footer-box a:visited {
#footer-box a:link, #footer-box a:active, #footer-box a:visited {
visibility:visible; border: none; color: #727272; text-decoration: none; background-color: transparent;
visibility:visible; border: none; color: #727272; text-decoration: none; background-color: transparent;
 +
}*/
 +
 +
#column-one, #top, .firstHeading, #contentSub {
 +
display: none;
 +
}
 +
#content {
 +
border:none;
 +
margin:0;
 +
padding:0;
 +
z-index:0;
 +
}
 +
 +
#bodyContent > p {
 +
display:none;
 +
/* Workaround wrapping of template includes */
 +
}
 +
 +
#column-content {
 +
margin:0;
 +
padding:0;
 +
float:none;
 +
}
 +
 +
#siteSub {
 +
display:none;
 +
}
 +
 +
#jump-to-nav {
 +
display:none;
 +
}
 +
 +
.printfooter {
 +
display:none;
 +
}
 +
 +
 +
body {
 +
background:none;
 +
}
 +
#footer {
 +
display:none;
}
}
</style>
</style>
</html>
</html>

Revision as of 19:24, 19 September 2014