MediaWiki:Common.css

From WHY2025 wiki
Revision as of 00:21, 18 August 2024 by Xesxen (talk | contribs)
Jump to navigation Jump to search

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.
@font-face {
  font-family: 'Oxanium';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/_/oxanium-latin-500-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

.mw-wiki-logo {
  background-size: 100%;
}
#left-navigation .vector-menu {
  display: none;
} 
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
  font-family: 'Oxanium' !important;
  font-weight: 500 !important;
}
* {
	border-radius: 10px;
}
td, th {
    border-radius: 0px;
}

.UserInfoBox {
    width: 30em;
    font-size: 90%;
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    color: black;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    text-align: left;
}

.UserInfoBox tbody tr td p, .UserInfoBox tbody tr th p {
    display: none;
}