24 Wiki
Advertisement

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/** TABLEAUX ET INFOBOX **/
 
/* WIKITABLE */
 
/* Classe pour tableaux standards, légèrement grisés. Syntaxe : {| class="wikitable" */
 
/* Tableaux selon la charte graphique. Ils sont centrés par défaut. */
table.wikitable { /* monobookocentré debut */
 margin-top:1em;
 margin-bottom:1em;
 background:#222222;
 border:1px #aaaaaa solid;
 border-collapse:collapse;
}
 
table.wikitable th, table.wikitable td {
 border:1px #aaaaaa solid;
 padding:.3em;
}
 
table.wikitable th, .wikitable_header {
 background:#112a44;
 text-align:center;
}
 
table.wikitable caption {
 margin-left:inherit;
 margin-right:inherit;
} /* monobookocentré fin */
 
/* Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche
   sans flottement en ajoutant le [[modèle:clr]] en bas du tableau, ou en précisant style="float:none"
   dans l'en-tête du tableau. */
table.gauche, table.left {
 float:left;
 margin:0 1em 1em 0;
}
 
table.droite, table.right {
 float:right;
 margin:0 0 1em 1em;
}
 
table.centre, table.center {
 margin:1em auto;
}
 
/* Pour les cas où le code de l'article contienne un paramètre align de valeur center */
 
table.wikitable[align=center] {margin:1em auto;}

.infobox { /* monobookocentré debut */
 background: #222222;
 color: #FFFFFF;
 font-size:90%;
 line-height:1.1em; 
 float:right;
 clear:right;
 margin:0 0 .5em 1em; /* haut droite bas gauche */
 width:300px;
 border: 1px solid #AAA;
 padding: 0.1em;
}

.infobox caption {
 background:#222222;
 border-left:1px solid #AAA;
 border-top:1px solid #AAA;
 border-right:1px solid #AAA;
 padding:.2em;
 margin-left:.57em;
 font-weight:bolder;
 text-align:center;
 color:#112a44;
 font-size:160%;
}
 
.infobox th, .infobox td {
 padding:.2em .2em .2em .5em;
}
 
.infobox td {
 vertical-align:middle;
 text-align:left;
 background:#222222;
}
 
.infobox th {
 vertical-align:top;
 font-weight:bold;
 text-align:left;
}
 
.infobox .entete {
 height:45px;
 vertical-align:middle;
 text-align:center;
 font-size:150%; 
 font-weight:bolder;
 line-height:1.2em;
 color:#FFFFFF;
 background: #112a44;
}

.infobox .infoboximage { /* emplacement pour les photos et une description */
 background:#222222;
 padding:0;
 margin-top:0;
 color:#FFFFFF;
 text-align:center;
}
 
.infobox .infoboxsoustitre { /* sous-titre */
 color:#FFFFFF;
 background: #112a44;
 font-weight:bold;
 font-size:115%;
 line-height:1;
 text-align:center;
}
 
.infobox dl { clear:both }
.infobox dt {
 float:left;
 clear:left;
 width:35%;
}
.infobox dd { margin-left:40% } /* monobookocentré fin */

/* Styles de [[Modèle:Barre de navigation]] */
table.navbox { 
 background:#222222;
 border:1px solid #AAA;
 clear:both;
 font-size:90%;
 margin:1em 0 0;
 padding:2px;
 text-align:center;
 width:100%;
}
 
table.navbox th { 
 background:#112a44;
 padding-left:1em;
 padding-right:1em;
}
 
table.navbox td.group { 
 background:#183B61;
 vertical-align:middle;
 width:150px;
 padding-left:1em;
 padding-right:1em;
 font-weight: bold;
}
 
table.navbox td.list { 
 text-align:left
}
 
table.navbox td.even { 
 background:#2E2E2E
}
 
table.navbox td.below { 
 background:#112a44;
 vertical-align:middle;
 padding-left:1em;
 padding-right:1em;
}

/* DAMIER SUR LES IMAGES */
 
/* Place un damier de vérification en arrière-plan dans la page de description
   de l'image, visible seulement en cas d'image transparente ou semi-transparente. */
#file img { background:url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") }
 
/* VERSION IMPRIMABLE */
 
/* Ne pas afficher le lien complet des URL externes sur la version imprimable
   (à faire manuellement, grâce à class="plainlinksneverexpand"). */
.plainlinksneverexpand a.external.text:after {
 display:none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
 display:none !important;
}
 
/* Supprimer la flèche de lien externe pour ces liens. */
.plainlinksneverexpand a {
 background:none !important;
 padding:0 !important;
}

/* Classes pour Boîtes déroulantes */
.collapseButtonTest {
display: -moz-inline-box;
display: -webkit-inline-box;
display: inline-block;
font-weight: normal;
min-width: 5em;
margin-left: 0.5em;
color: #0645ad;
white-space: nowrap;
padding: 0;
text-align: left;
}
 
.collapseButtonBalance {
display: -moz-inline-box;
display: -webkit-inline-box;
display: inline-block;
width: 5em;
margin-right: 2.5em;
}
 
.collapseButtonContent {
padding: 0 0.25em 0 0.25em;
border: 1px solid transparent;
text-decoration: none;
color: #0645ad;
}
 
a.collapseButtonContent:hover {
border: 1px solid;
border-color: white black black white;
cursor: pointer;
cursor: hand;
text-decoration: none;
color: #0645ad;
}
 
.collapseButtonHide {
background-image: url(http://upload.wikimedia.org/wikipedia/en/9/99/ArrowUpNavbox.gif);
}
 
.collapseButtonShow {
background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7b/ArrowDownNavbox.gif);
}
 
.collapseButtonHide,
.collapseButtonShow,
.collapseButtonHideIE6,
.collapseButtonShowIE6 {
color: #0645ad;
padding-left: 0.7em;
background-repeat: no-repeat;
background-position: left center;
}
 
span.navbarEditLinks {
display: none;
}

/** BOÎTES ET MESSAGES **/
 
/* BANDEAUX D'AVERTISSEMENT */
/* style par défaut des bandeaux d'avertissement décidés sur
   Wikipédia:Prise de décision/Changement de style des messages d'avertissement
   Utilisé dans Modèle:Méta bandeau d'avertissement
*/
.bandeau { /* monobookocentré */
  text-align: left;
  margin: 8px 10% 12px;
  border-style: solid;
  border-width: 1px 1px 1px 10px;
  padding: 2px 10px;
}
.bandeau table { background-color: transparent }
 
.bandeau-niveau-grave       { border-color: #aa0044; background-color: #222222 }
.bandeau-niveau-modere      { border-color: #ff8822; background-color: #222222 }
.bandeau-niveau-ebauche     { border-color: #ff8822; background-color: #222222 }
.bandeau-niveau-information { border-color: #77ccff; background-color: #222222 }
 
.bandeau-icone { vertical-align: middle; text-align: center; min-width: 45px; padding-right: 10px }
 
.bandeau-titre { font-size: 1em;   line-height: 1.4em; margin-bottom: 0.5em }
.bandeau-texte { font-size: 0.9em; line-height: 1.2em }
Advertisement