Difference between revisions of "MediaWiki:Common.css"

From GothicDB
Line 1: Line 1:
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Le CSS placé ici sera appliqué à tous les habillages. */
/*Barres colorées du haut*/
@media screen and (max-width: 850px)
@media screen and (max-width: 850px)
.color-right, .color-middle, .color-left {
.color-right, .color-middle, .color-left {
Line 28: Line 30:
     width: 50%;
     width: 50%;
     float: left;
     float: left;
}
/*Fin barres colorées du haut*/
.mw-body h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: solid 4px #d61a47;
}
}

Revision as of 14:05, 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 {
    margin: auto;
    width: 34%;
}
.color-middle {
    height: 0.35em;
    background: #93192d;
    margin-left: 15em;
    margin-right: 17em;
}
.color-right {
    display: inline-block;
    height: 0.35em;
    background: black;
    width: 50%;
    float: right;
}

.color-left {
    height: 0.35em;
    background: black;
    width: 50%;
    float: left;
}

/*Fin barres colorées du haut*/

.mw-body h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: solid 4px #d61a47;
}