MediaWiki:Common.css: Difference between revisions
DansFriend (talk | contribs) No edit summary |
DansFriend (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
@font-face { | @font-face { | ||
font-family: Angelic; | |||
src: url('fonts/ANGELIC.woff') format('woff'), | |||
url('fonts/ANGELIC.woff2') format('woff2'); | |||
} | |||
.mw-logo-wordmark { | |||
font-family: Angelic; | |||
} | } | ||
Revision as of 10:36, 1 February 2024
/* CSS placed here will be applied to all skins */ @font-face { font-family: Angelic; src: url('fonts/ANGELIC.woff') format('woff'), url('fonts/ANGELIC.woff2') format('woff2'); } .mw-logo-wordmark { font-family: Angelic; } .chronology td { vertical-align: top; } div.thumbinner { border: 1px solid #f8f9fa; } .noticebox { background-color: #f8f9fa; color: #202122; margin: 1em 0; } .infobox { font-size: 0.85em; margin-bottom: 10px; background-color: #f8f9fa; padding: 10px; } .infobox { margin-left: 15px; float: right; } .infobox th { font-size: 1.25em; }