Team:Grenoble/Templates/Css.css

From 2011.igem.org

(Difference between revisions)
Line 23: Line 23:
}
}
-
 
+
/* utilisé dans la banière */
img.blabla  {
img.blabla  {
Line 31: Line 31:
}
}
-
 
-
li.bg, .bg {
 
-
 
-
clear:both;
 
-
 
-
border-bottom:1px dashed #818181;
 
-
 
-
padding:0;
 
-
 
-
margin:10px 0;
 
-
 
-
background:none;
 
-
 
-
list-style:none;
 
-
 
-
}
 
-
 
-
p.clr, .clr {
 
-
 
-
clear:both;
 
-
 
-
padding:0;
 
-
 
-
margin:0;
 
-
 
-
}
 
-
 
-
 
-
.logo {
 
-
 
-
margin:0;
 
-
 
-
}
 
-
 
-
 
Line 100: Line 65:
}
}
 +
/* in tartiflette we trust */
h1 small {
h1 small {
Line 172: Line 138:
   cursor:pointer;
   cursor:pointer;
}*/
}*/
-
#dolphinnav ul li.sfhover a{
+
#dolphinnav ul li.level1.sfhover a{
     color:#fff;
     color:#fff;
     padding:0 20px 0 20px;
     padding:0 20px 0 20px;
Line 179: Line 145:
}
}
-
#dolphinnav ul li.sfhover a span{
+
#dolphinnav ul li.level1.sfhover a span{
     display:block;
     display:block;
     padding:0 20px 0 20px;
     padding:0 20px 0 20px;
Line 206: Line 172:
}
}
/* ---------------------- END Dolphin nav ---------------------- */
/* ---------------------- END Dolphin nav ---------------------- */
-
 
+
/*en cas d'emmerde avec image flottante*/
.clearboth {
.clearboth {
clear:both;
clear:both;
Line 286: Line 252:
line-height:1.8em;
line-height:1.8em;
 +
 +
text-indent: 30px;
}
}
Line 301: Line 269:
-
 
}
}
 +
 +
/*exemple: photo memnbre équipe, c'est un flottant, utiliser .clearboth en cas de besoin*/
.body img.icon {
.body img.icon {
    
    
-
 
float:left;
float:left;
Line 317: Line 285:
}
}
-
 
+
/*
-
 
+
pour renbdre flottant une image qui n'est pas flottante si elle n'est pas un icon car .body img luiu met le clearboth du coup elle est plus flottante*/
.body img.floated {
.body img.floated {
Line 342: Line 310:
}
}
 +
.body a:hover {
 +
color:#90c950;
 +
 +
text-decoration:underline;
 +
 +
}
 +
 +
/*marge à vérif*/
.body h2.lien:hover{
.body h2.lien:hover{
 +
margin: 0px 80px 0 0 ;
 +
 
background-color: #D8FFC8;
background-color: #D8FFC8;
}
}
-
 
+
/*
-
 
+
limite taille de l'intérieur de la page pour pas dépasser sur le menu/colonne de droite*/
.left {
.left {
Line 365: Line 343:
}
}
 +
/*
 +
width: alloue une certaine portion de la pge, un cadre possiblement rempli (calculé à partir de la gauche probablement du au float lefgt) les marges réduise l'occupation dans ce cadre*/
.right {
.right {
Line 431: Line 411:
}
}
-
 
+
/*
.right ul.sponsors {
.right ul.sponsors {
Line 472: Line 452:
color:#97c950q;
color:#97c950q;
-
}
+
}*/

Revision as of 08:56, 4 August 2011