MediaWiki:Monobook.css

De BoyWiki

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.
/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */



/* Pages Agora : encadrement et colorisation des indentations */
/* dépend de la fonction js "attrib_class_dialog" qui attribue la classe dialog */

.dialog #content {background: #F8F8FF;}
.dialog #bodyContent dd {margin:0; padding: .3em 0 0 0;}
.dialog #bodyContent dl {border-top: solid 1px #9090F0; border-left: solid 1px #9090F0; padding: .2em 0 0 .5em; margin: .5em 0 0 1em;}
.dialog #bodyContent dl, .dialog #bodyContent dl dl dl, .dialog #bodyContent dl dl dl dl dl, 
   .dialog #bodyContent dl dl dl dl dl dl dl, .dialog #bodyContent dl dl dl dl dl dl dl dl dl, 
   .dialog #bodyContent dl dl dl dl dl dl dl dl dl dl dl {background: #F0F0FF}
.dialog #bodyContent dl dl, .dialog #bodyContent dl dl dl dl, .dialog #bodyContent dl dl dl dl dl dl, 
   .dialog #bodyContent dl dl dl dl dl dl dl dl, .dialog #bodyContent dl dl dl dl dl dl dl dl dl dl, 
   .dialog #bodyContent dl dl dl dl dl dl dl dl dl dl dl dl {background: #F8F8FF}



/* Pages Edition : affichage espace caractères spéciaux */
/* dépend des fonctions js addCustomCharsetMenu, addcharsetmenu, changecharset, initcharsubset */

#specialcharsets {min-height: 5.6em; margin: 3px 0; border-width: 1px; border-style: solid; border-color: #AAA; padding: 3px;}
#specialcharsets select {margin: 3px 6px 0 0;}
#specialcharsets p {line-height: 1.8em;}
#specialcharsets p a {text-decoration: none; padding: 1px .35em; background: #C0F0F0; color: #400; border: outset #C0F0F0 1px;}



/* Popup (infobulle) affichage des notes de bas de page pour citations et références */
#popup_ref {position:absolute; z-index:10; top:100px; left:200px; width:350px; min-height:25px; background:#FFFFC0; border: outset #FFC0A0 1px; padding: 8px; font-size: 110%;}



/* Référence livre pour citations */
div.reflivre {background: #EFF; font-size: 85%;}
div.ref {background: #EFF; font-size: 85%;}



/* Tableaux standards selon modèle graphique Wikipédia (class="wikitable") */

table.wikitable_centre {margin-top:1em; margin-bottom:1em; background:#F9F9F9; border:1px #AAA solid; border-collapse:collapse;}
table.wikitable_centre th, table.wikitable_centre td {border:1px #AAA solid; padding:.3em;}
table.wikitable_centre th, .wikitable_header {background:#F2F2F2; text-align:center;}
table.wikitable_centre caption {margin-left:inherit; margin-right:inherit;}