De La Tour des Héros.
            (Différences entre les versions)
                                                
            
			
			
			
			
			
			
				 | 
				 | 
			
		| Ligne 83 : | 
Ligne 83 : | 
|   | div.NavFrame p {  |   | div.NavFrame p {  | 
|   |          font-size: 100%;  |   |          font-size: 100%;  | 
|   | + |         background-color: #ccccff;  | 
|   | }  |   | }  | 
|   | div.NavFrame div.NavContent {  |   | div.NavFrame div.NavContent {  | 
|   |          font-size: 100%;  |   |          font-size: 100%;  | 
| - |         background-color: #ccccff;
  |   | 
|   | }  |   | }  | 
|   | div.NavFrame div.NavContent p {  |   | div.NavFrame div.NavContent p {  | 
Version du 21 mars 2009 à 10:26
/* Le CSS placé ici sera appliqué à tous les habillages. */
#bodyContent p {
  text-align: justify;
  margin-bottom: 1.3ex;
  margin-top: 1.3ex;
}
.inherit_link a {
     color: inherit !important;
     }
/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
table.prettytable {
  background: #EEEEFF;
  border: none;
  border-collapse: collapse;
  color: #000000;
  width:75%;
  float:center;
}
 
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: none;
  padding: 0.3em;
}
 /* Ci-dessous, la première ligne du tableau avec noms des catégories */
table.wikitable th,
table.prettytable th {
  background: #800000;
  text-align: center;
  color: white;
  font-family:Verdana;
}
 
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
table.prettytable code,
table.wikitable code {
  background-color: transparent;
}
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        color: #FFFFFF;
        padding: 0.2em 0 0;
        background-color: #ccccff;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
        background-color: #ccccff;
}
div.NavFrame div.NavContent {
        font-size: 100%;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}