MediaWiki:Timeless.css

From Objectshowpedia
Revision as of 19:44, 25 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 */

/** 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; }