MediaWiki:Common.css

From Dig It | Wiki
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
body {
  background: url(https://dig-it.wiki/images/thumb/6/60/Digit_bg.webp/600px-Digit_bg.webp.png?20250310160801);
  background-size: cover;
  background-attachment: fixed;
}

#p-logo {
  height: auto !important;
  margin-bottom: 0.5em;
}

.mw-wiki-logo {
  background-image: url(https://dig-it.wiki/images/0/04/Digit_logo.png?20250310152126);
  background-size: contain;
  height: 62px !important;
  margin-top: 0.5em;
}

#mw-page-base {
  background: none;
}

#mw-content-text a {
  color: #1674f2;
  font-weight: bold;
}

#mw-content-text a:visited {
  color: #2c53a6;
}

#p-views a,
#p-personal a,
#p-namespaces a,
#mw-panel a {
  color: #fbfdff !important;
}

.vector-menu-tabs-legacy *,
.vector-menu-tabs-legacy,
#p-tb-label {
  background: none !important;
}

.mw-body {
  background-color: #ffffffe3 !important;
}

.vector-menu-heading-label {
  color: #5eadff;
  font-weight: bold;
}

#p-navigation,
#p-tb {
  background: #0f1011ad;
  margin: 0;
  padding: 0.5em;
}

#p-navigation {
  padding-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#p-tb {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 5px 0 0 #000;
}

#footer-icons {
  background: #fff;
  border-radius: 5px;
}