MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
.gr-head { font-family: "Josefin Sans", sans-serif !important; } | .gr-head { font-family: "Josefin Sans", sans-serif !important; } | ||
.mw-content-ltr a { font-family: "Josefin Sans", sans-serif !important; } | .mw-content-ltr a { font-family: "Josefin Sans", sans-serif !important; font-size: 107%;} | ||
.vector-body h3 { font-size: 1.0em; } | .vector-body h3 { font-size: 1.0em; } |
Revision as of 04:50, 4 May 2024
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap'); @import url('https://fonts.googleapis.com/css?family=Raleway'); body { font-family: "PT Serif", serif; font-weight: 400; font-style: normal; } h1, h2, h3, h4 { font-family: "Josefin Sans", sans-serif !important; } .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, #mw-panel, #mw-head, #catlinks, .oo-ui-menuLayout-menu { font-family: "Josefin Sans", Arial, sans-serif; } .gr-head { font-family: "Josefin Sans", sans-serif !important; } .mw-content-ltr a { font-family: "Josefin Sans", sans-serif !important; font-size: 107%;} .vector-body h3 { font-size: 1.0em; } blockquote { font-size: 90%; } /* Infobox template style */ .infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; /* @noflip */ margin: 0.5em 0 0.5em 1em; padding: 0.2em; /* @noflip */ float: right; /* @noflip */ clear: right; /* @noflip */ text-align: left; font-size: 88%; line-height: 1.5em; } .infobox caption { font-size: 125%; font-weight: bold; } .infobox td, .infobox th { vertical-align: top; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; } .infobox.sisterproject { width: 20em; font-size: 90%; } .infobox.standard-talk { border: 1px solid #c0c090; background-color: #f8eaba; } .infobox.standard-talk.bordered td, .infobox.standard-talk.bordered th { border: 1px solid #c0c090; } /* styles for bordered infobox with merged rows */ .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th { border: 0; border-top: 1px solid #aaa; /* @noflip */ border-right: 1px solid #aaa; } .infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th { border: 0; /* @noflip */ border-right: 1px solid #aaa; } /** * Styling for links generated by [[MediaWiki:Edittools]] */ .mw-charinsert-buttons { margin-top: 10px; border: 1px solid #aaaaaa; padding: 3px; text-align: center; font-size: 110%; text-decoration: none; padding: 0 .1em .1em; box-shadow: 0px 0px 1px green; } .mw-charinsert-buttons a { color: black; background-color: #cde !important; font-weight: bold; font-size: .9em; text-decoration: none; border: thin #069 outset; border-radius: 5px; padding: 5px .3em 5px .1em; } .mw-charinsert-buttons a:hover, .mw-charinsert-buttons a:active { background-color: #bcd; border-style: inset; } .client-js .mw-edittools-section { display: inline; } .client-js .mw-edittools-section input[type="button"] { font-size: 1.1em; padding-left: 3px; padding-right: 3px; margin-left: 3px; }