MediaWiki:Timeless.css: Difference between revisions
From MDS Wiki
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
} | } | ||
#AI_Profit_Engineer_is_Coming_SOON.mw-headline { | #AI_Profit_Engineer_is_Coming_SOON.mw-headline { | ||
color: #000000 !important; | |||
} | } | ||
a:visited { | a:visited { | ||
color: #816532 !important; /* gold */ | color: #816532 !important; /* gold */ | ||
} | } | ||
Revision as of 13:53, 5 December 2025
/* All CSS here will be loaded for users of the Timeless skin */
.color-middle {
background-color: #181818 !important; /* black */
}
.color-left {
background-color: #181818 !important; /* red */
}
.color-right {
background-color: #ba934f !important; /* gold */
}
#siteNotice #localNotice { /* Or other elements inside */
background-color: #de4a4a; /* light red */
}
#AI_Profit_Engineer_is_Coming_SOON.mw-headline {
color: #000000 !important;
}
a:visited {
color: #816532 !important; /* gold */
}
