« MediaWiki:Monobook.css » : différence entre les versions

De BoyWiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 3 : Ligne 3 :




/* Decoration des pages Agora: encadrement et colorisation des indentations
/* Pages Agora : encadrement et colorisation des indentations */
/* utilise la fonction js "attrib_class_dialog" qui attribue la classe dialog
/* dépend de la fonction js "attrib_class_dialog" qui attribue la classe dialog */
*/
 
.dialog #content {background: #F8F8FF;}
.dialog #content {background: #F8F8FF;}
.dialog #bodyContent dd {margin:0; padding: .3em 0 0 0;}
.dialog #bodyContent dd {margin:0; padding: .3em 0 0 0;}
Ligne 15 : Ligne 15 :
   .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, .dialog #bodyContent dl dl dl dl dl dl dl dl,  
   .dialog #bodyContent dl dl dl dl dl dl dl dl dl dl {background: #F8F8FF}
   .dialog #bodyContent 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: 3em; margin: 1px 0; border-width: 1px; border-style: solid; border-color: #AAA; padding: 3px;}
#specialcharsets select {margin: 2px 6px 3px 0;}
#specialcharsets p a {text-decoration: none; padding: 0 .4em; background: #80EAEA; color: #400;}

Version du 4 février 2009 à 18:45

/* 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 {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 {background: #F8F8FF}


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

#specialcharsets {min-height: 3em; margin: 1px 0; border-width: 1px; border-style: solid; border-color: #AAA; padding: 3px;}
#specialcharsets select {margin: 2px 6px 3px 0;}
#specialcharsets p a {text-decoration: none; padding: 0 .4em; background: #80EAEA; color: #400;}