Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
margin-left: 8px; | margin-left: 8px; | ||
} | |||
span{ | |||
font-weight: bold; | |||
color: ##4a078a; | |||
} | } |
Revision as of 14:45, 17 October 2024
/* CSS placed here will be applied to all skins */ .keywords{ display: none; } .bluebackground, .blue-background, .bb{ background: rgb(182, 209, 252); padding: 1rem; } .yellowbackground, .yellow-background, .yb{ padding:10px; background:yellow; } .subhead, .subheading, .sub-heading{font-weight: bold; font-size: 1.1rem; letter-spacing: .05rem; margin-left: 8px; } span{ font-weight: bold; color: ##4a078a; }