User:LIMAFOX76/timeless.css
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
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* LIMAFOX76 CSS style for the Timeless skin */
/* Global width */
.ts-inner {
padding: 0 3em;
max-width: 1920px;
}
/* Content Background */
#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;
}