User:LIMAFOX76/timeless.css: Difference between revisions
From the only original and legitimate Battlestar Wiki: the free-as-in-beer, non-corporate, open-content encyclopedia, analytical reference, and episode guide on all things Battlestar Galactica. Accept neither subpar substitutes nor subpar clones.
More actions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
} | } | ||
/* Content | /* Content */ | ||
#mw-content-container { | |||
background: #000000; | |||
} | |||
#mw-content { | #mw-content { | ||
Revision as of 13:51, 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;
}
/* Header Container */
#mw-header-container {
background: #471919;
color: #ffffff;
}
#p-logo-text a {
color: #ffffff;
}
/* Color Left */
.color-left {
height: 0.35em;
background:
#990000;
width: 50%;
float: left;
}
/* Color Middle */
.color-middle-container {
max-width: 1920px;
}
.color-middle {
margin-left: 13.2em;
margin-right: 15em;
background: #ff8c00;
}