MediaWiki:Timeless.css: Difference between revisions
From MDS Wiki
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
} | } | ||
.color-left { | .color-left { | ||
background-color: #181818 !important; /* | background-color: #181818 !important; /* black */ | ||
} | } | ||
.color-right { | .color-right { | ||
| Line 13: | Line 13: | ||
color: #000000 !important; | color: #000000 !important; | ||
background-color: #db3838; /* med red */ | background-color: #db3838; /* med red */ | ||
} | |||
#firstHeading.mv-first-heading { | |||
border-bottom-color: #000000 !important; | |||
} | } | ||
Revision as of 16:48, 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; /* black */
}
.color-right {
background-color: #ba934f !important; /* gold */
}
#siteNotice #localNotice { /* Or other elements inside */
color: #000000 !important;
background-color: #db3838; /* med red */
}
#firstHeading.mv-first-heading {
border-bottom-color: #000000 !important;
}
#siteNotice a {
color: #000000 !important;
font-weight: bold;
}
a:visited {
color: #816532 !important; /* gold */
}
