Team:Paris Bettencourt/Templates/css/default

From 2011.igem.org

(Difference between revisions)
Line 88: Line 88:
     border: none;
     border: none;
}
}
-
#top-section{
+
#top-section {
-
background-color: #00ff00;
+
    height: auto;
-
     padding-bottom:0px;
+
    margin-top: 0 px;
 +
     margin-left: 0 px;
 +
    margin-right: auto;
 +
    margin-bottom: 0 !important;
 +
  /* margin-bottom: 10px; */
 +
    padding:0;
     border: none;
     border: none;
 +
    display: display;
}
}

Revision as of 10:57, 14 July 2011

body { font: 11px verdana, sans-serif;/* taille, classe de police */

color: #FFFFFF; /*couleur du bg */ 
margin: 0;/* marges */
padding: 0;/* espace entre les caractËres*/

width:100%; height:100%; }

  1. main

{ position:absolute; top:0px; left:50%; margin-left:-486px; width: 972px; height: 900px; background: #93B29B;/* un fond vert tout moche */ text-align: center; }

  1. banner

{ width:972px; text-align:center; position:relative; height:150px; background: #286639;/* couleur de fond du titre*/ }

  1. imgbanner

{ position:relative; width:972; height:150; text-align:center; top:0; }

  1. menu

{

list-style-type: none;

text-align:center; position:relative; width:980px; }

  1. maincontainer

{ position:relative; text-align:center; width:980; /*background: #FF0000;*//* conteneur du texte */ }

  1. menu_core/* la liste principale */

{

list-style-type: none;
margin: 0px;
padding: 0;
border: 0;
text-align:center;

}

  1. menu_core li /* les menu principaux */

{

float: left;
width: 108px;
margin: 0;
padding: 0;
border: 0;

}

  1. menu_core li a:link, #menu_core li a:visited /* couleur des liens */

{

display: block;
height: 20px;
color: #FFFFFF;/* couleur des menu principaux*/
background: #286639;/* couleur du menu */
margin: 0;
padding: 4px 8px;
text-decoration: none;

}

  1. menu_core li a:hover {

background-color: #85D28D; /* couleur du menu au passage*/ }

  1. menu_core li a:active {

background-color: #00B876; /* couleur du menu actif*/ }

/* hack */

  1. globalWrapper {
   background-color: #ff0000;
   padding-bottom:0px;
   border: none;

}

  1. top-section {
   height: auto;
   margin-top: 0 px;
   margin-left: 0 px;
   margin-right: auto;
   margin-bottom: 0 !important;
  /* margin-bottom: 10px; */
   padding:0;
   border: none;
   display: display;

}