Difference between revisions of "MediaWiki:Timeless.css"
From OSHKY Knowledge Library
m |
m |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | .color-right { background: | + | /* For some reason, I had to put these curly braces here so that the first modification below would work. */ |
| + | {} | ||
| + | /* Fixed positioned top bar */ | ||
| + | #mw-header-container { background: #b3ddff} | ||
| + | |||
| + | /* Website title text */ | ||
| + | #p-logo-text { | ||
| + | visibility: hidden; | ||
| + | } | ||
| + | |||
| + | /* Color bar at top */ | ||
| + | .color-left { | ||
| + | background: #7c2529; | ||
| + | } | ||
| + | .color-right { | ||
| + | background: #7c2529; | ||
| + | } | ||
Latest revision as of 22:19, 3 March 2020
/* For some reason, I had to put these curly braces here so that the first modification below would work. */
{}
/* Fixed positioned top bar */
#mw-header-container { background: #b3ddff}
/* Website title text */
#p-logo-text {
visibility: hidden;
}
/* Color bar at top */
.color-left {
background: #7c2529;
}
.color-right {
background: #7c2529;
}