MediaWiki:Monobook.css : Différence entre versions
Un article de WikiSimland 3.0.
Ligne 1: | Ligne 1: | ||
− | /* | + | */ |
+ | |||
+ | /* --- GÉNÉRAL --- */ | ||
+ | |||
+ | #content { | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | body.ns-104 { | ||
+ | text-align: justify; | ||
+ | } | ||
+ | body.ns-104 p{ | ||
+ | text-indent: 2em | ||
+ | } | ||
+ | |||
+ | /* suppression des numéros dans le sommaire */ | ||
+ | span.tocnumber { display:none;} | ||
+ | |||
+ | |||
+ | /* classe verse : utiliser avec <poem> pour les textes en vers */ | ||
+ | |||
+ | .verse { | ||
+ | text-align: left; | ||
+ | margin:0px auto; | ||
+ | padding-left: 2em; | ||
+ | } | ||
+ | .verse p { text-indent: 0em | ||
+ | } | ||
+ | .verse pre { | ||
+ | background-color: #ffffff; | ||
+ | font-family: sans-serif; | ||
+ | line-height: 150%; | ||
+ | border: 0px; | ||
+ | padding-left: 2em; | ||
+ | margin: 0; | ||
+ | white-space: pre; | ||
+ | } | ||
+ | |||
+ | /* classe prose : utiliser text */ | ||
+ | |||
+ | .prose { | ||
+ | width: 33em; | ||
+ | text-align: justify; | ||
+ | margin:0px auto; | ||
+ | } | ||
+ | .prose p { | ||
+ | text-indent: 2em | ||
+ | } | ||
+ | |||
+ | |||
+ | /* --- CLASSES ACTIVES --- */ | ||
+ | |||
+ | /* classe text : colonne centrée de texte avec indentation */ | ||
+ | |||
+ | .text { | ||
+ | width: 33em; | ||
+ | text-align: justify; | ||
+ | margin:0px auto; | ||
+ | } | ||
+ | .text p { | ||
+ | text-indent: 2em; | ||
+ | } | ||
+ | .text pre { | ||
+ | background-color: #ffffff; | ||
+ | font-family: sans-serif; | ||
+ | line-height: 150%; | ||
+ | border: 0px; | ||
+ | padding-left: 2em; | ||
+ | margin: 0; | ||
+ | white-space: pre; | ||
+ | } | ||
+ | |||
+ | /* classe centertext : colonne centrée de texte sans indentation */ | ||
+ | |||
+ | .centertext { | ||
+ | width: 33em; | ||
+ | text-align: justify; | ||
+ | margin:0px auto; | ||
+ | } | ||
+ | .centertext p { | ||
+ | text-indent: 0em; | ||
+ | } | ||
+ | |||
+ | /* classe lefttext : colonne de texte à gauche avec indentation */ | ||
+ | |||
+ | .lefttext { | ||
+ | width: 33em; | ||
+ | text-align: justify; | ||
+ | margin-left: 5em; | ||
+ | } | ||
+ | .lefttext p { | ||
+ | text-indent: 2em | ||
+ | } | ||
+ | |||
+ | |||
+ | /* --- NAMESPACE PAGE --- */ | ||
+ | |||
+ | .pagetext { | ||
+ | width: 33em; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | .pagetext p { | ||
+ | text-indent: 2em | ||
+ | } | ||
+ | .pagetext blockquote { | ||
+ | margin: 0.5em 0em; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* --- MISE EN FORME --- */ | ||
+ | |||
+ | /* Texte en petites majuscules */ | ||
+ | .romain { | ||
+ | text-transform:lowercase; | ||
+ | font-variant:small-caps; | ||
+ | } | ||
+ | |||
+ | /* Texte avec une majuscule à la première lettre ce chaque mot */ | ||
+ | .personnage | ||
+ | { | ||
+ | text-transform:lowercase; | ||
+ | text-transform:capitalize; | ||
+ | font-weight:bold; | ||
+ | color:#228022; | ||
+ | font-variant:small-caps; | ||
+ | } | ||
+ | |||
+ | .lignecapitale:first-line | ||
+ | { | ||
+ | font-variant:small-caps; | ||
+ | font-size:120%; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | /* |
Version du 19 juin 2007 à 19:26
*/ /* --- GÉNÉRAL --- */ #content { text-align: justify; } body.ns-104 { text-align: justify; } body.ns-104 p{ text-indent: 2em } /* suppression des numéros dans le sommaire */ span.tocnumber { display:none;} /* classe verse : utiliser avec <poem> pour les textes en vers */ .verse { text-align: left; margin:0px auto; padding-left: 2em; } .verse p { text-indent: 0em } .verse pre { background-color: #ffffff; font-family: sans-serif; line-height: 150%; border: 0px; padding-left: 2em; margin: 0; white-space: pre; } /* classe prose : utiliser text */ .prose { width: 33em; text-align: justify; margin:0px auto; } .prose p { text-indent: 2em } /* --- CLASSES ACTIVES --- */ /* classe text : colonne centrée de texte avec indentation */ .text { width: 33em; text-align: justify; margin:0px auto; } .text p { text-indent: 2em; } .text pre { background-color: #ffffff; font-family: sans-serif; line-height: 150%; border: 0px; padding-left: 2em; margin: 0; white-space: pre; } /* classe centertext : colonne centrée de texte sans indentation */ .centertext { width: 33em; text-align: justify; margin:0px auto; } .centertext p { text-indent: 0em; } /* classe lefttext : colonne de texte à gauche avec indentation */ .lefttext { width: 33em; text-align: justify; margin-left: 5em; } .lefttext p { text-indent: 2em } /* --- NAMESPACE PAGE --- */ .pagetext { width: 33em; text-align: justify; } .pagetext p { text-indent: 2em } .pagetext blockquote { margin: 0.5em 0em; } /* --- MISE EN FORME --- */ /* Texte en petites majuscules */ .romain { text-transform:lowercase; font-variant:small-caps; } /* Texte avec une majuscule à la première lettre ce chaque mot */ .personnage { text-transform:lowercase; text-transform:capitalize; font-weight:bold; color:#228022; font-variant:small-caps; } .lignecapitale:first-line { font-variant:small-caps; font-size:120%; text-align: justify; } /*