MediaWiki:Common.css

From Future Of Mankind
Revision as of 16:11, 19 September 2024 by Earth Human Being (talk | contribs) (Replaced content with "@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap'); .Unifraktur-Maguntia-font {font-family:'UnifrakturMaguntia', cursive; font-size:1em} →‎Changes the default font used for MediaWiki to Arial (does not include headings or monospaced text):: body {font-family:Arial; font-size:1em} →‎Changes the default font used for MediaWiki headings to Noto Serif:: #content h1 {font-family: "Noto Serif", serif} #mw-site-navigation .sideb...")

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
.Unifraktur-Maguntia-font {font-family:'UnifrakturMaguntia', cursive; font-size:1em}

/* Changes the default font used for MediaWiki to Arial (does not include headings or monospaced text): */
body {font-family:Arial; font-size:1em}

/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1 {font-family: "Noto Serif", serif}

#mw-site-navigation .sidebar-chunk h3, #mw-related-navigation .sidebar-chunk h3 {font-size:1.3em}
.toctitle {text-align:center; font-size:1.2em; line-height:2em}
.mw-body .toctitle h2 {font-family:Arial; font-weight:bold}
.toctogglespan {display:none}
.toc ul {line-height:1.5em}
.toc {border:1px solid #a2a9b1; padding:0 12px; min-width:auto}

/* One-sided navigation menu */
@media (min-width:1340px) {
#mw-content-block {display:block}
#mw-content, #content-bottom-stuff {margin-left:15em; margin-right:1em}
#mw-content-wrapper {float:right; margin-left:-14em; width:100%}
#mw-related-navigation {width:14em; padding:0 1em 0 0}
div.color-middle {margin-right:0}
.mw-wiki-logo {display:inline-block}
}


#personal {line-height:1em}
#p-logo-text {max-width:15em}
#p-logo-text a.long {line-height:1.4em}
#p-search {margin-left:1em}
#searchButton, #mw-searchButton {margin-right:-1.5em}
#searchInput {padding:0 2.5em 0 0.5em}


/* mouse over link */
a:hover {text-decoration:underline}

/* selected link */
a:active {text-decoration:underline; color:orange}