« MediaWiki:Timeless.css » : différence entre les versions
De Battlestar Wiki
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 24 : | Ligne 24 : | ||
border-bottom: solid 4px #ffd700; | border-bottom: solid 4px #ffd700; | ||
background: #000000; | background: #000000; | ||
} | |||
/* Menus latéraux à gauche */ | |||
#mw-site-navigation .sidebar-chunk { | |||
background: #160807; | |||
border: solid #ffd700; | |||
} | } | ||
Version du 8 mars 2022 à 07:05
/* CSS placed here will affect users of the TimelessBW skin */
/* Font style for titles */
@font-face {
font-family: Caprica;
font-style: normal;
src: url('caprica.ttf') format('truetype'),
url('caprica.otf') format('opentype');
}
/* Logo */
#p-logo {
text-align: center;
margin: auto;
background: #160807;
border: 1px solid #471919;
}
/* Zone de contenu */
#mw-content-container {
border-bottom: solid 4px #ffd700;
background: #000000;
}
/* Menus latéraux à gauche */
#mw-site-navigation .sidebar-chunk {
background: #160807;
border: solid #ffd700;
}
/* VISUALISATION DE LA ZONE D'ÉCRITURE DES ARTICLES */
/* Fond et écriture */
#mw-content {
background: #471919;;
color: #ffffff;
border: solid 1px #ffd700;
padding: 1.2em;
}
#mw-header-container #p-banner,
#mw-header-container #personal h2,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content #firstHeading {
font-family: Caprica;
color: #ffd700;
}
.mw-body .mw-parser-output h2:after {
border-bottom: solid 2px #ffd700;
}
.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;
}
.mw-body .mw-parser-output .portail h2:after {
border-bottom: none;
}
#content h1,
#content h2 {
font-variant: small-caps;
}
/* Hyperliens */
/* liens internes visités */
.mw-body a:visited,
.toctogglelabel {
color: #ff8c00;
}
/* liens internes non visités */
.mw-body a {
color: #ffa500;
}
/* liens externes */
.mw-body a.extiw,
a.external.text {
color: #ff4500;
}
/* liens rouges (page non existante) */
a.new {
color: #ff00ff;
}
a.new:visited {
color: #ba55d3;
}
/* SOMMAIRE (TOC) */
.toc {
background-color: #111;
border-color: #ffa500;
}
.tocnumber {
color: #c0c0c0;
}
/* Style effects for the Semantic Fact box and Browse properties */
.mw-datatable th,
.mw_metadata th,
.smw-editpage-help,
.smwb-theme-light .smwb-propval,
.smw-factbox .smwfact,
.smwfact .smw-table-row:nth-child(2n),
.smw-property-page-results .value-row:hover,
.smw-callout-error,
.smw-callout-warning,
#mw-allmessagestable .am_default,
#mw-allmessagestable td {
background-color: #160807;
}
.wikitable {
background-color: #160807;
color: inherit;
}
.wikitable tr th {
background-color: #000;
}
.smwfact .smw-table-row:nth-child(2n+1),
#mw-allmessagestable .am_actual,
.mw-datatable tr:hover td {
background-color: #471919;;
}
.smwb-theme-light .smwb-factbox {
border-left: 0.5em solid orange;
}
.smwb-theme-light .smwb-ifactbox {
border-right: 0.5em solid orange;
}
.smwb-bottom {
border-bottom: 2px solid orange;
}
.smwb-theme-light .smwb-title,
.smwb-theme-light .smwb-center,
.smwb-theme-light .smwb-actions,
.smwb-theme-light .smwb-prophead,
.mw_metadata td,
#mw-allmessagestable th,
#mw-allmessagestable tbody:hover td,
#mw-allmessagestable tbody:hover .am_default,
#mw-allmessagestable tbody:hover .am_actual,
.diff-addedline .diffchange,
.mw-datatable td {
background: #000;
}
.smwb-factbox .smwb-cell,
.smwb-ifactbox .smwb-cell {
border-top: 2px solid orange;
}
.smw-tabs input.nav-tab:checked + label.nav-label {
color: #fff;
}
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
background-color: #fff;
}
.warningbox {
background-color: #160807;
color: #fff;
}
div.mw-warning-with-logexcerpt {
background: #160807;
}
/* Flux de discussion */
.flow-component.flow-board-page.flow-full-height-side-rail .flow-board-header::before {
background-color: transparent;
}
.flow-component.flow-board-page.flow-full-height-side-rail .flow-board-header {
box-sizing: border-box;
border: 7px solid transparent;
border-image: url('https://media.battlestarwiki.org/images/2/20/BSG_Border.png') 50 round;
-webkit-border-image: url('https://media.battlestarwiki.org/images/2/20/BSG_Border.png') 50 round;
background-color: #1f0b0c;
background-clip: padding-box;
}
.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
background-color: #1f0b0c;
}
.flow-topic-titlebar {
background-color: #1f0b0c;
border: 1px solid orange;
}
.flow-post {
color: #fff;
}
/* widget Notifications */
.oo-ui-popupWidget-popup {
background-color: #471919;
border-color: orange;
}
.mw-echo-ui-placeholderItemWidget {
background-color: #160807;
}
/* Noircissement des références sélectionnées */
ol.references li:target {
background-color: #000;
}
sup.reference:target {
background:#000;
}
.smwfact {
background-color: #160807;
border: solid orange;
}
/* Élargissement de la zone de l'article */
.ts-inner {
max-width: 100%;
}
/* Adaptation du bandeau de séparation à la zone de l'article */
.color-middle-container {
max-width: 100%;
}
/* Bullet */
ul {
list-style-image: url("http://fr.battlestarwiki.ddns.net/images/e/ef/Bullet-icon.png");
}
/* entête h1 */
#firstHeading {
border-bottom: solid 4px #ffa500;
}
/* Icônes des commandes de page */
/* Vignettes */
.mw-body li.gallerybox div.thumb,
.thumbinner {
background: #1f0b0c;
border: solid 1px #ffd700;
}
.thumbinner .thumbimage {
border: none;
}
/* Galerie de vignettes */
.mw-content-ltr ul.gallery {
margin: 0;
padding: 0;
}