Difference between revisions of "Template:Pasteur Paris"

Line 71: Line 71:
 
/*this wraps the whole of the menu*/
 
/*this wraps the whole of the menu*/
 
.igem_2018_team_menu {  
 
.igem_2018_team_menu {  
background-color:#c4baba;  
+
background-color:#e5d0d0;         /*changer la couleur de fond de la bande de menu*/
border-left: 1px solid #c4baba;
+
border-left: 1px solid #e5d0d0;     /*couleur quand on passe la souris sur un onglet*/
 
display:block;
 
display:block;
 
float:right;  
 
float:right;  
Line 82: Line 82:
 
position:fixed;  
 
position:fixed;  
 
right:0%;
 
right:0%;
text-align:left;
+
text-align:left;   /*position du texte dans l'onglet*/
 
width: 15%;  
 
width: 15%;  
 
}
 
}
Line 93: Line 93:
 
.igem_2018_team_menu  a {
 
.igem_2018_team_menu  a {
 
color: #6d0505;
 
color: #6d0505;
text-decoration:none;
+
text-decoration:none; /*ajouter une décoration aux onglets: souligner...*/
 
}
 
}
  
Line 109: Line 109:
 
float: left;
 
float: left;
 
     font-size: 120%;
 
     font-size: 120%;
     font-weight: bold;
+
     font-weight: bold;   /* niveau de gras de la police */
 
     padding: 15px 0px 15px 5%;
 
     padding: 15px 0px 15px 5%;
 
   width: 100%;
 
   width: 100%;
Line 219: Line 219:
 
/* general wrapper for the content */
 
/* general wrapper for the content */
 
.igem_2018_team_content {
 
.igem_2018_team_content {
background-color:white;  
+
background-color:black;  
 
display:block;
 
display:block;
 
width: 87%;
 
width: 87%;

Revision as of 13:14, 22 June 2018