« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 66 : | Ligne 66 : | ||
/*Modifier les puces */ | /*Modifier les puces */ | ||
.mw-parser-output ul{ | |||
.mw-parser- | |||
list-style: none; | list-style: none; | ||
/*list-style-image: url(/cogito/OSWiki/skins/perso/puce_orange_24x24.png);*/ | /*list-style-image: url(/cogito/OSWiki/skins/perso/puce_orange_24x24.png);*/ | ||
} | } | ||
.mw-parser- | .mw-parser-output ul li::before { | ||
content: "\2022"; | content: "\2022"; | ||
color: red; | color: red; | ||
Version du 22 mars 2022 à 11:14
/* Le CSS placé ici sera appliqué à tous les habillages. */
.page-Accueil .firstHeading, .page-FAQ_Simulateurs .firstHeading {
display:none;
}
/*Sommaire*/
#toc, .toc, .mw-warning, .toccolours {
border: 1px solid #aaa;
background-color: #FFD681;
padding: 5px;
font-size: 95%;
/*box-shadow: 5px 5px 4px #8B8878;*/
float:right;
margin-left:10px;
}
/*Grands titres*/
.mw-body h1 {
color:#502500;
border: 1px solid #aaa;
font-size: 1.8em;
background-color: #fba902;
/*box-shadow: 5px 5px 2px #996802;*/
padding:3px;
}
/*Titre de la page*/
.mw-body .firstHeading {
color : #502500;
overflow: visible;
border: 0px solid #aaa;
font-size: 1.9em;
font-weight:bold;
background-color: #FFF;
box-shadow:none;
text-shadow: 2px 2px 4px #503600;
}
/*Titres h2*/
.mw-body h2 {
color:#502500;
font-size: 1.3em;
margin-top: 1em;
border: 1px solid #aaa;
background-color: #FFD681;
/*box-shadow: 5px 5px 4px #996802;*/
padding:3px;
}
/*Titres h3*/
.mw-body h3 {
color: #502500;
margin-top: 1em;
font-size: 1.0em;
font-weight: normal;
/*background-color: #FFEA81;*/
background-color:#7C98DE;
padding: 3px;
}
/*mot 'Sommaire' dans le sommaire*/
.mw-body #toc h2, .mw-body .toc h2 {
font-size: 100%;
font-family: sans-serif;
background-color: #FFD681;
box-shadow: none;
}
/*Modifier les puces */
.mw-parser-output ul{
list-style: none;
/*list-style-image: url(/cogito/OSWiki/skins/perso/puce_orange_24x24.png);*/
}
.mw-parser-output ul li::before {
content: "\2022";
color: red;
display: inline-block;
width: 1em;
margin-left: -1em;
}
/*Décalage des listes à puce */
.floatleft .image
{
margin-right: 20px;
}