Difference between revisions of "MediaWiki:Common.css"
From SystersWiki
Line 60: | Line 60: | ||
button.Back { | button.Back { | ||
− | background-color: # | + | background-color: #CCFFFF; |
border-style: solid; | border-style: solid; | ||
− | border-color: # | + | border-color: #CCFFFF; |
font-weight: bold; | font-weight: bold; | ||
color: white; | color: white; | ||
Line 70: | Line 70: | ||
overflow: visible; | overflow: visible; | ||
color: white; | color: white; | ||
− | background-color: | + | background-color: #FF99FF; |
font-weight: bold; | font-weight: bold; | ||
border-style: solid; | border-style: solid; | ||
− | border-color: | + | border-color: #FF99FF; |
padding-left: 15px; | padding-left: 15px; | ||
padding-right: 15px; | padding-right: 15px; | ||
} | } |
Revision as of 19:34, 9 June 2020
/* 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: rgb(175,238,238); } .mw-parser-output a.external.free { color: magenta; } .row { font-family: 'Montserrat',sans-serif; } button.Back { background-color: #CCFFFF; border-style: solid; border-color: #CCFFFF; font-weight: bold; color: white; } button, input { overflow: visible; color: white; background-color: #FF99FF; font-weight: bold; border-style: solid; border-color: #FF99FF; padding-left: 15px; padding-right: 15px; }