User:LIMAFOX76/timeless.css: Difference between revisions

From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
No edit summary
No edit summary
Line 73: Line 73:
     border-top: solid 1px #ffa500;
     border-top: solid 1px #ffa500;
     background: #160807;
     background: #160807;
}
/* Style effects for the Browse properties */
.mw_metadata th,
#mw-allmessagestable td {
    background-color: #160807;
}
#mw-allmessagestable tbody:hover {
background-color: #471919;;
}
.mw_metadata td,
#mw-allmessagestable th,
.diff-addedline .diffchange {
background: #000;
}
.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
background-color: #fff;
}
.warningbox {
background-color: #160807;
color: #fff;
}
div.mw-warning-with-logexcerpt {
background: #160807;
}
}

Revision as of 14:30, 19 January 2020

/* LIMAFOX76 CSS style for the Timeless skin */

/* Global width */

.ts-inner {
	padding: 0 3.2em;
	max-width: 1920px;
}

/* Content */

#mw-content-container {
	background: #000000;
}

#mw-content {
	background-color: #471919;
	border: solid #ffd700;
	border-width: 1px 1px 0.2em;
}

/* Logo background */

#p-logo {
	background: #160807;
	border: 1px solid #471919;
}

/* Site Navigation */

#mw-site-navigation .sidebar-chunk,
#mw-related-navigation .sidebar-chunk {
    background: #160807;
    border: solid #ffd700;
    border-width: 1px 1px 0.2em;
    color: #ffffff;
}

/* Header Container */

#mw-header-container {
	background: #471919;
	color: #ffffff;
}

#p-logo-text a {
	color: #ffffff;
}


/* Color Middle */

.color-middle-container {
    padding: 0 4.0em;
    max-width: 1920px;
}

.color-middle {
	margin-left: 13.2em;
	margin-right: 15em;
	background: #ff8c00;
}

/* Context Infoboxes Jar*/

#mys-wrapper {
	background: #000000;
}

/* Footer */

#mw-footer-container {
    border-top: solid 1px #ffa500;
    background: #160807;
}

/* Style effects for the Browse properties */

.mw_metadata th,
#mw-allmessagestable td {
    background-color: #160807;
}

#mw-allmessagestable tbody:hover {
	background-color: #471919;;
}

.mw_metadata td,
#mw-allmessagestable th,
.diff-addedline .diffchange {
	background: #000;
}

.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
	background-color: #fff;
}

.warningbox {
	background-color: #160807;
	color: #fff;
}

div.mw-warning-with-logexcerpt {
	background: #160807;
}