MediaWiki:Common.css
From SystersWiki
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;1,300;1,400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Arimo&family=Montserrat:ital,wght@0,300;0,400;1,300;1,400&display=swap'); @font-face {font-family: "Black Chancery"; src: url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.eot"); src: url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.woff") format("woff"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.svg#Black Chancery") format("svg"); } p { font-family: 'Montserrat', sans-serif; font-size: 13pt; color: #26263dff; } h1 { font-family: Black Chancery; 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-color: rgb(47,168,234,0.8); } .nav-item.dropdown { font-weight: bold; padding-right: 0.5rem; padding-left: 1rem; padding-top: 4px; } .dropdown-menu { background-color: #ffd7ff; } .mw-parser-output a.external.free { color: magenta; } .row { font-family: 'Montserrat',sans-serif; } button.Back { background-color: #9999ff; border-style: solid; border-color: #9999ff; font-weight: bold; color: white; } #wpSave { overflow: visible; color: white; background-color: #ff99ff; font-weight: bold; border-style: solid; border-color: #ff99ff; padding-left: 15px; padding-right: 15px; } .smw-column a { color: #2fa8ea; font-size: 20px; font-family: BlackChancery; } .smw-column a:visited { color: #2fa8ea; font-size: 20px; font-family: BlackChancery; } .smw-column a:hover { color: magenta; background-color: transparent; text-decoration: underline; font-size: 20px; font-family: BlackChancery; } .mw-parser-output a.external:visited { color: magenta; } .mw-parser-output a.external { color: magenta; } /*category format*/ .smw-column-header { color: magenta; } ul { color: #2fa8ea; }