Difference between revisions of "MediaWiki:Common.css"
From GothicDB
| Line 20: | Line 20: | ||
/*Fin barres colorées du haut*/ | /*Fin barres colorées du haut*/ | ||
/*Autre barres colorées */ | |||
.mw-body h1.firstHeading { | .mw-body h1.firstHeading { | ||
border-bottom: solid 4px #d61a47; | border-bottom: solid 4px #d61a47; | ||
| Line 31: | Line 34: | ||
border-bottom: solid 4px #d61a47; | border-bottom: solid 4px #d61a47; | ||
} | } | ||
/*Fin autres barres colorées*/ | |||
Revision as of 14:12, 1 February 2022
/* Le CSS placé ici sera appliqué à tous les habillages. */
/*Barres colorées du haut*/
@media screen and (max-width: 850px)
.color-right, .color-middle, .color-left {
background: black;
}
@media screen and (max-width: 850px)
.color-middle {
background: #93192d;
}
.color-right {
background: black;
}
.color-left {
background: black;
}
/*Fin barres colorées du haut*/
/*Autre barres colorées */
.mw-body h1.firstHeading {
border-bottom: solid 4px #d61a47;
}
.tools-inline li.selected {
border-bottom-color: #d61a47;
}
#mw-content-container {
border-bottom: solid 4px #d61a47;
}
/*Fin autres barres colorées*/