Team:Paris-Saclay/header.css

From 2012.igem.org

(Difference between revisions)
 
(19 intermediate revisions not shown)
Line 6: Line 6:
#top-section {
#top-section {
-
  width : 1000px;
+
  width : 0px;
-
  height : 288px;
+
  height : 0px;
-
background-image : url(http://www.igem-paris-saclay.u-psud.fr/wordpress/wp-content/uploads/2012/07/cropped-igem.jpg);
+
 
}
}
-
 
-
 
#footer-box {
#footer-box {
Line 25: Line 23:
}
}
-
#menu {
+
#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;
}
}

Latest revision as of 19:25, 15 September 2012

/* remove the header */

  1. p-logo {

display:none; }

  1. top-section {
width : 0px;
height : 0px;

}

  1. footer-box {

display : none; }

  1. searchform{

display : none; }

.firstHeading{ display : none; }

  1. banner {

border : none; }

h1 { text-align:center; font:Impact; }

  1. large-header-paris-saclay {

background-color : rgb(240,240,240); width : inherit; height: 220px; overflow:hidden; }

  1. header-paris-saclay {
width : 1000px;
height : 250px;
margin-left : auto;
margin-right : auto;

overflow:hidden; }