« MediaWiki:Mobile.css » : différence entre les versions
Aucun résumé des modifications Balises : mobile edit mobile web edit |
Aucun résumé des modifications Balises : mobile edit mobile web edit |
||
Ligne 20 : | Ligne 20 : | ||
/* Images responsive */ | /* Images responsive */ | ||
res-img {max-width:100%; height:auto; } | res-img {max-width:100%; height:auto; } | ||
#mw-panel .portal .body li { line-height: 1.3em; font-size: 0.6em; } |
Version du 26 mars 2019 à 09:58
/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */
/* changer les entêtes MediaWiki */
div#content h1 {font-family: 'Verdana', sans-serif ; font-weight: bold }
div#content h2 {font-family: 'Helvetica', sans-serif ; font-weight: bold ; font-size: 1.25em; }
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.5em; }*/
/* Images responsive */
res-img {max-width:100%; height:auto; }
#mw-panel .portal .body li { line-height: 1.3em; font-size: 0.6em; }
