MediaWiki:Timeless.css: Difference between revisions

From MDS Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
}
}


/* Change border-bottom color for the active navigation link in Timeless skin */
/* Change the blue bar under the page title to black */
.mw-body-primary .mw-first-heading {
.mw-body h1.firstHeading,
.mw-body-header .firstHeading {
    border-bottom-color: #000000 !important;
}
 
.tools-inline li.selected {
     border-bottom-color: #000000 !important;
     border-bottom-color: #000000 !important;
}
}

Latest revision as of 18:59, 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 */
}

/* Change the blue bar under the page title to black */
.mw-body h1.firstHeading,
.mw-body-header .firstHeading {
    border-bottom-color: #000000 !important;
}

.tools-inline li.selected {
    border-bottom-color: #000000 !important;
}

#siteNotice a { 
    color: #000000 !important;
  font-weight: bold;
}

a:visited {
  color: #816532 !important; /* gold */
}