Team:Paris Bettencourt/Templates/css/default

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
-
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%;
 
-
}
 
-
#main
 
-
{
 
-
position:absolute;
 
-
top:0px;
 
-
left:50%;
 
-
margin-left:-486px;
 
-
width: 972px;
 
-
height: 900px;
 
-
background: #93B29B;/* un fond vert tout moche */
 
-
text-align: center;
 
-
}
 
-
#banner
 
-
{
 
-
width:972px;
 
-
text-align:center;
 
-
position:relative;
 
-
height:150px;
 
-
background: #286639;/* couleur de fond du titre*/
 
-
}
 
-
#imgbanner
 
-
{
 
-
position:relative;
 
-
width:972;
 
-
height:150;
 
-
text-align:center;
 
-
top:0;
 
-
}
 
-
#menu
 
-
{
 
-
list-style-type: none;
 
-
text-align:center;
 
-
position:relative;
 
-
width:980px;
 
-
}
 
-
#maincontainer
 
-
{
 
-
position:relative;
 
-
text-align:center;
 
-
width:980;
 
-
/*background: #FF0000;*//* conteneur du texte */
 
-
}
 
-
#menu_core/* la liste principale */
 
-
{
 
-
list-style-type: none;
 
-
margin: 0px;
 
-
padding: 0;
 
-
border: 0;
 
-
text-align:center;
 
-
}
 
-
#menu_core li /* les menu principaux */
 
-
{
 
-
float: left;
 
-
width: 108px;
 
-
margin: 0;
 
-
padding: 0;
 
-
border: 0;
 
-
}
 
-
#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;
 
-
}
 
-
#menu_core li a:hover {
 
-
background-color: #85D28D; /* couleur du menu au passage*/
 
-
}
 
-
#menu_core li a:active {
 
-
background-color: #00B876; /* couleur du menu actif*/
 
-
}
 
/* hack */
/* hack */
Line 98: Line 16:
     border: none;
     border: none;
     display: display;
     display: display;
 +
background-color:#00ff00;
}
}
 +
#p-logo{}

Revision as of 12:45, 14 July 2011

/* 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;

background-color:#00ff00; }

  1. p-logo{}