« MediaWiki:Citizen.css » : différence entre les versions
De Battlestar Wiki
(Page créée avec « →La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. : →Font style for titles : @font-face { font-family: Caprica; font-style: normal; src: url('caprica.ttf') format('truetype'), url('caprica.otf') format('opentype'); } #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content #firstHeading { font-family: Caprica; color: #ffd700; } ») |
Aucun résumé des modifications |
||
Ligne 19 : | Ligne 19 : | ||
font-family: Caprica; | font-family: Caprica; | ||
color: #ffd700; | color: #ffd700; | ||
} | |||
/* Portails */ | |||
.portail { | |||
box-sizing: border-box; | |||
border: 15px solid transparent; | |||
border-image: url('https://media.battlestarwiki.org/w/images/2/20/BSG_Border.png') 60 round; | |||
-webkit-border-image: url('https://media.battlestarwiki.org/w/images/2/20/BSG_Border.png') 60 round; | |||
background: #1f0b0c; | |||
background-clip: padding-box; | |||
padding: 2px; | |||
vertical-align: top; | |||
margin: 0; | |||
z-index: -1; | |||
} | |||
.mw-body .portail h2 { | |||
margin: 8px 0; | |||
background-color: #471919; | |||
border: 1px solid #ff8c00; | |||
padding: 0.2em 0.4em; | |||
} | } |
Version du 22 avril 2022 à 00:37
/* La totalité du CSS placé ici s’appliquera aux utilisateurs de l’habillage Citizen. */
/* Font style for titles */
@font-face {
font-family: Caprica;
font-style: normal;
src: url('caprica.ttf') format('truetype'),
url('caprica.otf') format('opentype');
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content #firstHeading {
font-family: Caprica;
color: #ffd700;
}
/* Portails */
.portail {
box-sizing: border-box;
border: 15px solid transparent;
border-image: url('https://media.battlestarwiki.org/w/images/2/20/BSG_Border.png') 60 round;
-webkit-border-image: url('https://media.battlestarwiki.org/w/images/2/20/BSG_Border.png') 60 round;
background: #1f0b0c;
background-clip: padding-box;
padding: 2px;
vertical-align: top;
margin: 0;
z-index: -1;
}
.mw-body .portail h2 {
margin: 8px 0;
background-color: #471919;
border: 1px solid #ff8c00;
padding: 0.2em 0.4em;
}