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: #A10000 !important; /* red */
     background-color: #ddb75e !important; /* red */
}
}
.color-right {
.color-right {
     background-color: #ba934f !important; /* gold */
     background-color: #ba934f !important; /* gold */
}
}

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