Team:EPF Lausanne/template/reset.css
From 2013.igem.org
(Difference between revisions)
(Created page with "- →Reset page to blank-ish state (remove almost all wiki related stuff and leave only the body): body{ background: none; } h1, h2, h3, h4, h5, h6{ border: 0; color: inherit...") |
|||
Line 17: | Line 17: | ||
margin-right: 1em; | margin-right: 1em; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
/* Working alternative */ | /* Working alternative */ | ||
#top-section{ | #top-section{ | ||
border: 0; | border: 0; | ||
- | height: | + | height: 0px; |
width: 100%; | width: 100%; | ||
margin: 0; | margin: 0; | ||
Line 37: | Line 31: | ||
display: none; | display: none; | ||
} | } | ||
- | .right-menu | + | #globalWrapper { padding: 0 !important; } |
- | + | .right-menu { | |
- | + | visibility: hidden; | |
+ | } | ||
+ | .right-menu:hover { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | #p-logout { | ||
+ | visibility: visible; | ||
} | } | ||
Revision as of 15:58, 28 August 2013
/* Reset page to blank-ish state (remove almost all wiki related stuff and leave only the body) */ body{ background: none; }
h1, h2, h3, h4, h5, h6{ border: 0; color: inherit; } div.tright{
border-width: 0 !important; margin-left: 1em;
}
div.tleft{
border-width: 0 !important; margin-right: 1em;
}
/* Working alternative */
- top-section{
border: 0; height: 0px; width: 100%; margin: 0; }
- p-logo{
display: none; }
- search-controls{
display: none; }
- globalWrapper { padding: 0 !important; }
.right-menu {
visibility: hidden;
} .right-menu:hover {
visibility: visible;
}
- p-logout {
visibility: visible;
}
/* End of working alternative */
- toctitle{
display: none; }
- content{
border: 0; background: none; width: 100%; margin: 0; padding: 0; }
- footer-box{
display: none; }
- catlinks{
display: none; }
.firstHeading{ display: none; }