MediaWiki:Common.css

From VMTools English 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.mw-body {
    margin-top: -1px;
    border: 1px solid #00cfa3;
    border-right-width: 0;
}

.vector-menu-tabs-legacy li {
    background-image: linear-gradient(to top, #00cfa3 0, #00cfa30f 1px, #fff 100%);
    background-position: left bottom;
    background-repeat: repeat-x;
    float: left;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.125em;
    white-space: nowrap;
}

.vector-menu-tabs-legacy li a {
    background-position: right bottom;
    color: #32325d;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 3.07692308em;
    position: relative;
    padding-top: 1.25em;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8125em;
    cursor: pointer;
}

.mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1 {
    font-size: 1.8em;
    color: #32325d;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
    background-image: linear-gradient(to bottom, rgba(167, 215, 249, 0) 0, #00cfa3 100%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
}

.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited {
    color: #32325d;
    text-decoration: none;
}

.vector-legacy-sidebar .vector-menu-portal {
    /* margin: 0 0.6em 0 0.7em; */
    /* padding: 0.25em 0; */
    direction: ltr;
}

#p-logo {
    width: 10em;
    height: 160px;
    /* margin-bottom: 1em; */
}