Sorceleur Wiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
/* custom headers */
 
.heading {
 
background: #66161D url("https://static.wikia.nocookie.net/witcher_gamepedia/images/9/96/Headerbg_red.png/revision/latest") repeat-x;
 
border: 1px solid #66161D;
 
text-align: center;
 
color: #FFFFFF; /*rausnehmen, wenn zentral auf Weiß! */
 
font-size: 130%;
 
padding: 4px;
 
box-shadow: 0 0.1em 0.75em #B02525;
 
}
 
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
/* This governs the sections on the Community portal */
 
/* This governs the sections on the Community portal */
Ligne 44 : Ligne 34 :
 
.desktopright {
 
.desktopright {
 
text-align: right;
 
text-align: right;
 
}
  +
 
/* custom headers */
 
.heading {
 
background: #66161D url("https://static.wikia.nocookie.net/witcher_gamepedia/images/9/96/Headerbg_red.png/revision/latest") repeat-x;
 
border: 1px solid #66161D;
 
text-align: center;
 
color: #FFFFFF; /*rausnehmen, wenn zentral auf Weiß! */
 
font-size: 130%;
 
padding: 4px;
 
box-shadow: 0 0.1em 0.75em #B02525;
 
}
 
}

Version du 8 juin 2021 à 16:45

/* CSS placed here will be applied to all skins */
/* This governs the sections on the Community portal */
.cpbox {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.cpbox #admins {
    box-sizing: border-box;
    width: calc(33% - 10px);
    margin: 5px;
    flex-grow: 1;
    min-width: 300px;
}

.cpbox #help {
    box-sizing: border-box;
    width: calc(67% - 10px);
    margin: 5px;
    flex-grow: 1;
}

/* Classes permitting setting of alignment on desktop only or differently on desktop and mobile */
/* (See .mobileleft, .mobilecenter, .mobileright in MediaWiki:Mobile.css for the mobile equivalents */
.desktopleft {
    text-align: left;
}

.desktopcenter {
    text-align: center;
}

.desktopright {
    text-align: right;
}

/* custom headers */
.heading {
    background: #66161D url("https://static.wikia.nocookie.net/witcher_gamepedia/images/9/96/Headerbg_red.png/revision/latest") repeat-x;
    border: 1px solid #66161D;
    text-align: center;
    color: #FFFFFF; /*rausnehmen, wenn zentral auf Weiß! */
    font-size: 130%;
    padding: 4px;
    box-shadow: 0 0.1em 0.75em #B02525;
}