« MediaWiki:Mobile.js » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(11 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
.pre-content h1, .content h1, .content h2 { font-family: sans-serif; color: #A00; } | |||
div#content h1, div#content h2 {color:#BB0000; } | div#content h1, div#content h2 {color:#BB0000; } | ||
Ligne 22 : | Ligne 21 : | ||
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { float: right; display:none; } | .mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { float: right; display:none; } | ||
.ltr .mw-editsection {float: right; display:none; } | .ltr .mw-editsection {float: right; display:none; } | ||
Ligne 27 : | Ligne 27 : | ||
// LOGOS BAS DE PAGE | // LOGOS BAS DE PAGE | ||
.footer-places: | .footer-places:before { | ||
content: 'whatever it is you want to add'; | |||
} |
Dernière version du 7 juin 2019 à 22:17
.pre-content h1, .content h1, .content h2 { font-family: sans-serif; color: #A00; }
div#content h1, div#content h2 {color:#BB0000; }
div#mw-panel div.portal h3 { color: #bb0000; }
div#simpleSearch { width: 16em; }
/* Sidebar */
/*div#mw-panel div.portal h3, div#mw-panel div.portal div.body ul li { font-size: 0.75em; }*/
/* Images responsive */
res-img {max-width:100%; height:auto; }
#mw-panel .portal .body li { line-height: 1.5em; font-size: 0.5em; }
// Enlever le mot MODIFIER des sections
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection { float: right; display:none; }
.ltr .mw-editsection {float: right; display:none; }
// LOGOS BAS DE PAGE
.footer-places:before {
content: 'whatever it is you want to add';
}
