Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
padding:10px; | padding:10px; | ||
background:yellow; | background:yellow; | ||
} | |||
.subhead{font-weight: bold; | |||
} | } |
Revision as of 19:27, 31 August 2022
/* CSS placed here will be applied to all skins */ .keywords{ display: none; } .bluebackground{ background: rgb(182, 209, 252); padding: 1rem; } .yellowbackground{ padding:10px; background:yellow; } .subhead{font-weight: bold; }