Difference between revisions of "MediaWiki:Timeless.css"
From OSHKY Knowledge Library
m |
m |
||
Line 2: | Line 2: | ||
{} | {} | ||
/* Fixed positioned top bar */ | /* Fixed positioned top bar */ | ||
− | #mw-header-container { background: # | + | #mw-header-container { background: #b3ddff} |
/* Website title text */ | /* Website title text */ | ||
#p-logo-text { | #p-logo-text { | ||
− | + | visibility: hidden; | |
− | + | } | |
+ | |||
+ | /* Color bar at top */ | ||
+ | .color-left { | ||
+ | background: #7c2529; | ||
+ | } | ||
+ | .color-right { | ||
+ | background: #7c2529; | ||
+ | } |
Latest revision as of 03:19, 4 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; }