MediaWiki:Timeless.css: Difference between revisions
From Bad Buddy Wiki
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
width: 50%; | width: 50%; | ||
float: right; | float: right; | ||
} | |||
h3, h4, h5{ | |||
font-weight: bold; | |||
} | } | ||
Revision as of 18:22, 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;
}
h3, h4, h5{
font-weight: bold;
}