MediaWiki:Vector.css

From aurawatch
Revision as of 06:10, 21 May 2023 by Bob (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.
div.vectorTabs ul li#ca-history {
   display: none;
}

/* Custom background color for Vector skin tabs */

.vector-menu-tabs-legacy h3 {
        float: left;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAuCAIAAABmjeQ9AAAAP0lEQVQI142NMQ7AMBDCbL8pVf//sw6XIdk6IGGBgPdZAb+lBCaGpIamJKZNx+rM2oylmY01oU7eWzQ/cv+AH6mcAVHtBfHqAAAAAElFTkSuQmCC);
        background-image: url(/w/skins/Vector/images/tab-break.png?3c163)!ie;
        background-repeat: no-repeat;
        background-position: bottom right;
        font-size: 1em;
        height: 2.5em;
        padding-right: 0.5em;
        margin-right: -1px
    }


/* Inactive tab background color */
.vector-menu-tabs-legacy li {
        display: inline-block;
        height: 1.9em;
        padding-left: 0.625em;
        padding-right: 0.625em;
        color: #688ba8;
        cursor: pointer;
        font-size: 0.8em
}

.vector-menu-tabs-legacy li a {
        display: inline-block;
        height: 1.9em;
        padding-left: 0.625em;
        padding-right: 0.625em;
        color: #688ba8;
        cursor: pointer;
        font-size: 0.8em
}