MediaWiki:Timeless.css: Difference between revisions

From MDS Wiki
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: .color-middle { background-color: #181818 !important; →‎Your desired color: } .color-left { background-color: #8b0108 !important; →‎Your desired color: } .color-right { background-color: #ba934f !important; →‎Your desired color: }")
 
No edit summary
Line 2: Line 2:


.color-middle {
.color-middle {
     background-color: #181818 !important; /* Your desired color */
     background-color: #181818 !important; /* black */
}
}
.color-left {
.color-left {
     background-color: #8b0108 !important; /* Your desired color */
     background-color: #A10000 !important; /* red */
}
}
.color-right {
.color-right {
     background-color: #ba934f !important; /* Your desired color */
     background-color: #ba934f !important; /* gold */
}
}

Revision as of 10:57, 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: #A10000 !important; /* red */
}
.color-right {
    background-color: #ba934f !important; /* gold */
}