MediaWiki:Vector.css

From Toontown Rewritten Wiki

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.
/* All CSS here will be loaded for users of the Vector skin */

.vector-feature-zebra-design-disabled body {
    background-color: transparent;
}

body {
    background-attachment: fixed !important;
    background: url("/uploads/d/da/Pattern_activities_50.png") repeat, linear-gradient(to bottom, rgba(70, 98, 162, 1.0), rgba(85, 164, 238, 1.0));
    background-blend-mode: overlay !important;
}

.mw-first-heading,
.vector-sticky-header-context-bar-primary {
    font-family: 'Bowlby One SC', sans-serif !important;
}

#mw-page-base {
    background-color: transparent !important;
    background-image: none !important;
}

.vector-header-container .mw-header, .vector-header-container .vector-sticky-header, .mw-page-container {
    width: 85%;

/* Hide "Switch to old look" link */
.vector-main-menu-action-opt-out {
    display: none;
}

/* File thumbnails and frames */
.mw-content-ltr figure[typeof="mw:File/Thumb"],
.mw-content-ltr figure[typeof="mw:File/Frame"] {
    margin-top: 0;
}
figure[typeof="mw:File/Thumb"],
figure[typeof="mw:File/Frame"],
.mw-content-ltr figure[typeof~='mw:File/Thumb']:not([typeof~='mw:Error'])>a.mw-file-description img,
.mw-content-ltr figure[typeof~='mw:File/Frame']:not([typeof~='mw:Error'])>a.mw-file-description img,
figure[typeof="mw:File/Thumb"] figcaption,
figure[typeof="mw:File/Frame"] figcaption  {
    border: none;
    background-color: unset;
}
.mw-content-ltr figure[typeof~='mw:File/Thumb']>a.mw-file-description::after {
    display: none;
}
figure[typeof="mw:File/Thumb"] figcaption,
figure[typeof="mw:File/Frame"] figcaption {
    color: #54595D;
    padding: 0px 3px;
    margin-top: 0.25rem;
}