MediaWiki:Common.css : Différence entre versions
De Solarpedia
(12 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
− | + | div.bandeau-section { | |
− | + | display: block; | |
− | + | font-size: 0.95em; | |
− | + | border-width: 1px 0; | |
− | padding: 0; | + | padding: 0.2em 0.5em 0.1em 0; |
+ | margin: 0.3em 0 0.7em 2em; | ||
} | } | ||
− | + | .loupe { | |
− | + | background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png); | |
+ | background-position: 2px 3px; | ||
} | } | ||
− | + | .indentation, .loupe, .general, .accessibilite, .etoile-or, .etoile-argent, .categorie, .biblio, .recyclage, .archives, .sons, .videos, .incomplet, .sources, .important, .en-travaux, .information, .conflit-edition, .incubator, .extension, .wikispecies, .metawiki, .wikiversity, .wikipedia, .wikibooks, .wikinews, .wikiquote, .wikisource, .commons, .wikimedia, .wiktionary, .wikidata, .wikivoyage, .wwwmediawiki { | |
− | + | background-repeat: no-repeat; | |
− | + | line-height: 1.5em; | |
− | + | text-indent: 23px; | |
− | + | display: inline-block; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | + | .bandeau-niveau-detail, .bandeau-section.bandeau-niveau-information { | |
− | + | border-color: #e7e7e7; | |
− | + | background-color: #fdfdfd; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | .bandeau-article, .bandeau-discussion, .bandeau-simple, .bandeau-systeme, .bandeau-section { | |
− | + | border-style: solid; | |
− | + | overflow: hidden; | |
− | + | position: relative; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } |
Version actuelle en date du 5 janvier 2019 à 11:54
/* Le CSS placé ici sera appliqué à tous les habillages. */ div.bandeau-section { display: block; font-size: 0.95em; border-width: 1px 0; padding: 0.2em 0.5em 0.1em 0; margin: 0.3em 0 0.7em 2em; } .loupe { background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png); background-position: 2px 3px; } .indentation, .loupe, .general, .accessibilite, .etoile-or, .etoile-argent, .categorie, .biblio, .recyclage, .archives, .sons, .videos, .incomplet, .sources, .important, .en-travaux, .information, .conflit-edition, .incubator, .extension, .wikispecies, .metawiki, .wikiversity, .wikipedia, .wikibooks, .wikinews, .wikiquote, .wikisource, .commons, .wikimedia, .wiktionary, .wikidata, .wikivoyage, .wwwmediawiki { background-repeat: no-repeat; line-height: 1.5em; text-indent: 23px; display: inline-block; } .bandeau-niveau-detail, .bandeau-section.bandeau-niveau-information { border-color: #e7e7e7; background-color: #fdfdfd; } .bandeau-article, .bandeau-discussion, .bandeau-simple, .bandeau-systeme, .bandeau-section { border-style: solid; overflow: hidden; position: relative; }