MediaWiki:Timeless.css
From Objectshowpedia
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.
/* All CSS here will be loaded for users of the Timeless skin */
/** General styling **/
body {
color: #FFFEFF; }
/* Content */
#mw-content-container {
background: #5AA62D;
border-bottom: solid 3px #58A52C; }
#mw-content {
background: #005A97;
border: 3px solid #015C9E;
border-top: none;
box-shadow: none; }
/* Wiki title */
#mw-header-container {
background: #2F374D;
color: #fff; }
#p-logo-text {
margin-top: 11px; }
#p-logo-text a {
color: #fff !important;
text-decoration: none;
font-family: unset;
font-variant: unset; }
/* Headers */
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif; }
.mw-body h3 {
margin: 0.5em 0 0.5em;
font-weight: bold;
font-size: 1.5em; }
#personal h2 {
font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif; }
/* General tables */
.wikitable, .wikitable td {
color:inherit;
background-color:transparent; }
.wikitable tr th {
background-color: #800649; }
/* Editor UI */
div .editOptions {
background: #EFECF1;
color: #54595D }
.wikiEditor-ui-toolbar {
background-color: #EFECF1; }
/* Editor UI */
div .editOptions {
background: #EFECF1;
color: #54595D }
.wikiEditor-ui-toolbar {
background-color: #EFECF1; }
/* Changes highlights */
.diff-deletedline .diffchange {
background: #ff8730; }
.diff-addedline .diffchange {
background: #0083ff; }
/* General tables */
.wikitable, .wikitable td {
color:inherit;
background-color:transparent; }
.wikitable tr th {
background-color: #800649; }
/* Footer */
#mw-footer-container {
border-top: none;
box-shadow: none; }
/* User menu drop down */
#personal .dropdown {
border: none;
background: #6f4e96;
box-shadow: none; }
#personal .dropdown::after {
border-bottom-color: #79DEFF;
top: -10px; }
/* Menus */
#mw-site-navigation h2, #mw-related-navigation h2 {
font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif; }
#mw-site-navigation .sidebar-chunk {
background: #3A9D20;
border:none;
padding-bottom:2px; }
#mw-related-navigation .sidebar-chunk {
background: #3A9D20;
border:none;
padding-bottom:2px; }
#mw-header-nav-hack {
border-top: solid 2px transparent;
background: #3A9D20; }
#mw-site-navigation .sidebar-inner, #mw-related-navigation .sidebar-inner {
border: none;
background: #3A9D20;
box-shadow: none; }
#mw-site-navigation .sidebar-chunk h2 span::before, #mw-site-navigation .sidebar-chunk h2 span::after {
top:33px;
border-bottom:10px solid #3A9D20; }
#mw-related-navigation .sidebar-inner::before,#mw-related-navigation .sidebar-inner::after {
top:-10px;
border-bottom-color:#3A9D20 !important; }
/* Links */
a {
color: #47C44F !important; }
a:visited {
color: #75D178 !important; }
a.new {
color:#E10000 !important; }
a.new:visited {
color:#B20000 !important; }
/* Thumbnails */
div.thumbinner {
border: 2px solid #310029;
background-color: #01379C;
color: #01377C;
text-align: center;
}
@media print {
.navbox {
display: none;
}
}
.nb-basic-one {
background-color: #01377C;
color: #01547C;
}