MediaWiki:Timeless.css: Difference between revisions
From Objectshowpedia
No edit summary |
No edit summary |
||
Line 50: | Line 50: | ||
.wikiEditor-ui-toolbar { | .wikiEditor-ui-toolbar { | ||
background-color: #EFECF1; } | 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; } |
Revision as of 19:44, 25 March 2025
/* 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; }