MediaWiki:Timeless.css: Difference between revisions

From Bad Buddy Wiki
No edit summary
No edit summary
Line 17: Line 17:


h3, h4, h5{
h3, h4, h5{
font-weight: bold;
font-weight: strong!important;
}
}

Revision as of 18:23, 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: strong!important;
}