MediaWiki:Timeless.css

From Objectshowpedia
Revision as of 15:12, 27 March 2025 by MateyOSC (talk | contribs)

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 */
	
/* Content */	
#mw-content-container {
	background: #018701;
	border-bottom: solid 3px #006A02; }	
#mw-content {
	background: #FFFFFF;
	border: 3px solid #018701;
	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: #125400;
	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: #008F05 !important; }
a.new {
    color:#E10000 !important; }
a.new:visited {
    color:#B20000 !important; }

/* Thumbnails */
.thumbinner {
    background-color: #015C9F;
    border: 1px solid #003F91;
}


@media print {
	.navbox {
		display: none;
	}
}

.nb-basic-one {
    background-color: #01377C;
    color: #01547C;
}

/* General tables */
.wikitable, .wikitable td {
    color:inherit; 
    background-color:transparent; }
.wikitable tr th {
    background-color: #004AA2; }

/* Table of Contents */	
#toc {
	background: #004AA2;
	border: solid #0062A2;
	border-width: 2px; }
.toctogglelabel {
    color: #00627E !important; }
.tocnumber {
    color: #E9E6E8 !important; }
    
/* Banner decoration */
#mw-header-hack {
	box-shadow: none; }
.color-middle, .color-left, .color-right  {
	background: #2B1D42; }