MediaWiki:Netophonix.css : Différence entre versions
De NetoWiki
m (Pour permettre de faire des tableaux de taille différente, pour Johnny) |
m (Wooups, quelques fautes de frappes) |
||
| Ligne 64 : | Ligne 64 : | ||
/* Pour permettre de faire des tableaux de taille différente, pour Johnny */ | /* Pour permettre de faire des tableaux de taille différente, pour Johnny */ | ||
| − | .gbd-haut td { border-top-width: 3px; } .gbd-gauche { border-left-width: 3px; } .gbd-droite { border-right-width: 3px; } .gbd-bas td { border- | + | .tableaubordure, .tableaubordure td { |
| + | border: 1px solid #CCC; | ||
| + | border-collapse: collapse; | ||
| + | } | ||
| + | .tableaubordure { | ||
| + | margin: auto; | ||
| + | width: 95%; | ||
| + | padding: 5px; | ||
| + | } | ||
| + | .gbd-haut td { | ||
| + | border-top-width: 3px; | ||
| + | } | ||
| + | .gbd-gauche { | ||
| + | border-left-width: 3px; | ||
| + | } | ||
| + | .gbd-droite { | ||
| + | border-right-width: 3px; | ||
| + | } | ||
| + | .gbd-bas td { | ||
| + | border-bottom-width: 3px; | ||
| + | } | ||
Version du 3 août 2010 à 18:32
/* Le CSS placé ici affectera les utilisateurs du skin par défaut du Netowiki. */
div.citation {
padding-left:15px;
padding-right: 15px;
text-align: justify;
text-indent: 15px;
}
div.citation:first-line {
text-indent: 0px;
}
span.quotefin {
float: right;
font-family: "Times New Roman",Verdana,Tahoma,Arial,serif;
font-size: 4em;
font-weight: bold;
margin: -0.3em 0px 4px 5px;
}
span.quotedebut {
float: left;
font-family: "Times New Roman",Verdana,Tahoma,Arial,serif;
font-size: 5em;
font-weight: bold;
margin: 4px 5px 4px 0px;
}
/* Ce qui suit provient du CSS Common.css de Wikipédia.
* ARTICLE DÉTAILLÉ */
.detail, .details {
margin:0 0 .7em 2em;
border:solid #D2D9D5;
border-width:1px 0;
text-align:left;
font-size:95%;
background:#476250;
padding:1px 4px;
display:table;
} /* monobookocentré */
.detail > span {
display:table-row;
} /* monobookocentré */
.detail > span > span {
display:table-cell;
padding-left:4px;
width:100%;
} /* monobookocentré */
/* Pour que les références soient centrées */
sup.reference {
font-size: 75%;
vertical-align: 50%;
}
/* Différencier légèrement les pages de redirection des vrais liens dans Special:AllPages */
div.allpagesredirect {
font-style: italic;
color: #c5c589;
}
/* Pour permettre de faire des tableaux de taille différente, pour Johnny */
.tableaubordure, .tableaubordure td {
border: 1px solid #CCC;
border-collapse: collapse;
}
.tableaubordure {
margin: auto;
width: 95%;
padding: 5px;
}
.gbd-haut td {
border-top-width: 3px;
}
.gbd-gauche {
border-left-width: 3px;
}
.gbd-droite {
border-right-width: 3px;
}
.gbd-bas td {
border-bottom-width: 3px;
}