Team:Paris-Saclay/header.css
From 2012.igem.org
(Difference between revisions)
YohannPetiot (Talk | contribs) |
|||
(7 intermediate revisions not shown) | |||
Line 29: | Line 29: | ||
h1 { | h1 { | ||
text-align:center; | text-align:center; | ||
+ | font:Impact; | ||
} | } | ||
Line 40: | Line 41: | ||
#header-paris-saclay { | #header-paris-saclay { | ||
width : 1000px; | width : 1000px; | ||
- | height : | + | height : 250px; |
margin-left : auto; | margin-left : auto; | ||
margin-right : auto; | margin-right : auto; | ||
+ | overflow:hidden; | ||
} | } |
Latest revision as of 19:25, 15 September 2012
/* remove the header */
- p-logo {
display:none; }
- top-section {
width : 0px; height : 0px;
}
- footer-box {
display : none; }
- searchform{
display : none; }
.firstHeading{ display : none; }
- banner {
border : none; }
h1 { text-align:center; font:Impact; }
- large-header-paris-saclay {
background-color : rgb(240,240,240); width : inherit; height: 220px; overflow:hidden; }
- header-paris-saclay {
width : 1000px; height : 250px; margin-left : auto; margin-right : auto;
overflow:hidden; }