MediaWiki:Common.css

From Cassette Beasts
Revision as of 17:04, 20 May 2022 by Tomc (talk | contribs)

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 / Edge: 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.
a.external {
  color: #7629db !important;
}

#footer-bottom a {
  color: #d087f8 !important;
}

.mw-portlet h3 {
  font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  font-size: 1.5em !important;
}

#mw-content-container {
  background-image: url("https://www.cassettebeasts.com/wp-content/uploads/2020/05/background-number-infinity-blurred.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.infobox {
  float: right;
  margin: 0 0 1em 1em;
  width: 340px;
}

.infobox-head {
  background: #ab75e8;
  color: #fff;
  font-weight: bold;
}
.infobox-title {
  font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.5em;
  text-align: center;
  margin: 0.5em 1em 0 1em;
}
.infobox-subtitle {
  text-align: center;
  margin: 0 1em;
}

.infobox-image {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  padding: 15px;
  border: 10px solid #ab75e8;
}
.infobox-image img {
  image-rendering: pixelated;
}