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

De Battlestar Wiki
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 68 : Ligne 68 :
}
}


.smw-tabs input.nav-tab:checked + label.nav-label {
.smw-tabs input.nav-tab:checked + label.nav-label,
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
color: #fff;
color: #fff;
}
}

Version du 4 septembre 2019 à 07:17

/* 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_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 {
    background-color: #160807;
}

.smwfact .smw-table-row:nth-child(2n+1) {
	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 {
	background: #000;
}

.smwb-factbox .smwb-cell,
.smwb-ifactbox .smwb-cell {
	border-top: 2px solid orange;
}

.smw-tabs input.nav-tab:checked + label.nav-label,
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
	color: #fff;
}