Difference between revisions of "MediaWiki:Common.css"
From SystersWiki
Line 4: | Line 4: | ||
@font-face { | @font-face { | ||
− | + | font-family: 'BlackChancery'; | |
− | + | font-style: normal; | |
− | + | font-weight: normal; | |
− | + | src: url('File:BLKCHCRY.woff') format('woff'); | |
} | } | ||
Revision as of 07:44, 9 June 2020
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap'); @font-face { font-family: 'BlackChancery'; font-style: normal; font-weight: normal; src: url('File:BLKCHCRY.woff') format('woff'); } p { font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 13.5pt; color: black; } h1 { font-family: BlackChancery; color: #26263dff; font-size: 28pt; } span.smw-value a { font-size: 20px; font-family: BlackChancery; } span.smw-value a:link { color: #42b1e8ff; background-color: transparent; text-decoration: none; } span.smw-value a:visited { color: #42b1e8ff; background-color: transparent; text-decoration: none; } span.smw-value a:hover { color: magenta; background-color: transparent; text-decoration: underline; } body { background-color: #fcfbf9ff; } .p-navbar { background: rgb(175,238,238); }