MediaWiki:Theme-blurryface.css

From TwentyOneWiki
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.
/* --- Современный кроваво-красный стиль для vector-menu-content-list --- */
.vector-menu-content-list {
    margin: 0 0 9px 0;
    padding: 0;
    list-style: none;
}

.vector-menu-content-list .mw-list-item {
    padding: 4px 0 4px 10px;
    margin-bottom: 3px;
    font-size: 1em;
    color: #fff !important;
    border-left: 3.5px solid transparent;
    border-radius: 8px;
    transition: background 0.16s, border-color 0.15s, color 0.12s;
    cursor: pointer;
}

.vector-menu-content-list .mw-list-item > a {
    color: #fff !important;
    text-decoration: none;
    display: block;
    width: 100%;
    transition: color 0.15s, background 0.16s, padding-left 0.13s;
    border-radius: 7px;
    padding: 2px 3px 2px 0;
    font-weight: 500;
}

.vector-menu-content-list .mw-list-item:hover,
.vector-menu-content-list .mw-list-item:focus-within {
    background: rgba(230,10,40,0.15);
    border-left: 3.5px solid #f6d311;
}

.vector-menu-content-list .mw-list-item:hover > a,
.vector-menu-content-list .mw-list-item:focus-within > a {
    color: #f6d311 !important;
    padding-left: 11px;
    background: none;
}