Difference between revisions of "MediaWiki:Timeless.css"
From OSHKY Knowledge Library
m |
m |
||
| Line 1: | Line 1: | ||
| − | . | + | /* 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: #b3d9ff} | ||
| + | |||
| + | /* Website title text */ | ||
| + | #p-logo-text { | ||
| + | display:none; | ||
| + | } | ||
Revision as of 19:47, 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: #b3d9ff}
/* Website title text */
#p-logo-text {
display:none;
}