« MediaWiki:Common.css » : différence entre les versions

De Wiki - La Calv
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Balise : Révoqué
Ligne 85 : Ligne 85 :
     padding: 0em 1em;
     padding: 0em 1em;
}
}
/* TOC display level limiter, will only display the TOC up to level N */
.toc1 li.toclevel-2,
.toc1 li.toclevel-3, .toc2 li.toclevel-3,
.toc1 li.toclevel-4, .toc2 li.toclevel-4, .toc3 li.toclevel-4,
.toc1 li.toclevel-5, .toc2 li.toclevel-5, .toc3 li.toclevel-5, .toc4 li.toclevel-5,
.toc1 li.toclevel-6, .toc2 li.toclevel-6, .toc3 li.toclevel-6, .toc4 li.toclevel-6, .toc5 li.toclevel-6
{ display: none; }

Version du 15 novembre 2023 à 22:19

/*<nowiki>*/

/* Used on the [[Accueil]]. */
.banner-wrapper {
    width: 75%;
    margin: auto;
    background: #F5FAFF;
    border: 1px solid #AAA;
    box-shadow: inset 0 0 0 4px #F5FAFF, inset 0 0 0 5px #7BC;
    padding: 7px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.banner a {
    color: #0645AD;
}

.campaign-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    align-items: center;
    margin: 0.5% auto
}

.campaign-icons {
    flex-grow: 1;
    min-width: 160px;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-collapse: separate;
}

.heading-icon {
    float: right;
    max-width: 64px;
    max-height: 64px;
}

.subscript {
    text-align: right;
    font-size: 0.8em;
    font-style: italic;
    margin: 0.3em 1em;
}

.content-frame-outer {
    background: #FCFCFC;
    box-shadow: inset 0 0 0 2px #FFF,inset 0 0 0 3px #AAA;
    flex-grow: 1;
    vertical-align: top;
    width: 33%;
    box-sizing: border-box;
    min-width: 300px;
}

.content-frame-outer.double-width {
    width: calc(66% + 4px);
}

.content-frame-outer.calendar {
    border-width: 0;
    background: transparent;
}

.content-frame-inner {
    background: #ACD;
    border: 1px solid #7BC;
    padding: 5px;
    margin: 3px;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    color: #000;
}

.content {
    padding: 0em 1em;
}

/* TOC display level limiter, will only display the TOC up to level N */
.toc1 li.toclevel-2,
.toc1 li.toclevel-3, .toc2 li.toclevel-3,
.toc1 li.toclevel-4, .toc2 li.toclevel-4, .toc3 li.toclevel-4,
.toc1 li.toclevel-5, .toc2 li.toclevel-5, .toc3 li.toclevel-5, .toc4 li.toclevel-5,
.toc1 li.toclevel-6, .toc2 li.toclevel-6, .toc3 li.toclevel-6, .toc4 li.toclevel-6, .toc5 li.toclevel-6
{ display: none; }