MediaWiki:Timeless.css: Difference between revisions
From Bad Buddy Wiki
(Created page with "→All CSS here will be loaded for users of the Timeless skin: #mw-content-container { background: #2A3A6F; }") |
No edit summary |
||
| Line 2: | Line 2: | ||
#mw-content-container { | #mw-content-container { | ||
background: #2A3A6F; | background: #2A3A6F; | ||
} | |||
#p-logo-text a.long { | |||
visibility: hidden; | |||
} | |||
#color-right{ | |||
background: #b32424; | |||
display: inline-block; | |||
height: 0.35em; | |||
width: 50%; | |||
float: right; | |||
} | } | ||
Revision as of 13:42, 26 March 2024
/* All CSS here will be loaded for users of the Timeless skin */
#mw-content-container {
background: #2A3A6F;
}
#p-logo-text a.long {
visibility: hidden;
}
#color-right{
background: #b32424;
display: inline-block;
height: 0.35em;
width: 50%;
float: right;
}