« MediaWiki:Timeless.css » : différence entre les versions
De Battlestar Wiki
Aucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 122 : | Ligne 122 : | ||
.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button { | ||
background-color: #1f0b0c; | background-color: #1f0b0c; | ||
} | |||
.flow-post { | |||
color: #fff; | |||
} | } | ||
Version du 6 décembre 2020 à 04:09
/* 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');
}
#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;
}
#content h1,
#content h2 {
font-variant: small-caps;
}
/* 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-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;
}
/* popups de prévisuation des articles en ligne */
.mwe-popups {
background: #160807;
border: 1px solid orange;
}
.mwe-popups .mwe-popups-extract {
color: #fff;
}
.mwe-popups .mwe-popups-extract:after {
background-image:-webkit-linear-gradient(to right,rgba(22,8,7,0),#160807 50%) !important;
background-image:-moz-linear-gradient(to right,rgba(22,8,7,0),#160807 50%) !important;
background-image:linear-gradient(to right,rgba(22,8,7,0),#160807 50%) !important;
}
.mwe-popups.flipped-x-y:after,
.mwe-popups.flipped-y:after {
border-top: 11px solid #160807;
}
.mwe-popups.mwe-popups-no-image-pointer:after,
.mwe-popups.mwe-popups-no-image-pointer:before {
border-bottom: 12px solid #160807;
}
/* with images */
.mwe-popups.mwe-popups-image-pointer:before,
.mwe-popups.flipped-x.mwe-popups-is-tall:before,
.mwe-popups.mwe-popups-image-pointer.flipped-x:before {
border-bottom: 8px solid orange !important
}
.mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-down.flipped-x-y.mwe-popups-is-tall:before,
.mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-down.flipped-x-y.mwe-popups-is-not-tall:before {
border-top: 8px solid orange !important
}
.mwe-popups.mwe-popups-type-page.mwe-popups-fade-in-down.flipped-x-y.mwe-popups-is-tall:after {
border-top: 12px solid orange !important
}
.smwfact {
background-color: #160807;
border: solid orange;
}