|
|
Line 1: |
Line 1: |
| #p-themes-label .vector-menu-heading-label:before {
| | /* --- Современный кроваво-красный стиль для vector-menu-content-list --- */ |
| content: "Blurryface Era";
| |
| }
| |
| | |
| #p-themes-label .vector-menu-heading-label {
| |
| visibility: hidden;
| |
| position: relative;
| |
| }
| |
| | |
| #p-themes-label .vector-menu-heading-label:before {
| |
| visibility: visible;
| |
| position: absolute;
| |
| left: 0;
| |
| top: 0;
| |
| }
| |
| | |
| /* === Сайдбар: Кроваво-красный современный стиль === */
| |
| #mw-panel {
| |
| background: linear-gradient(150deg, #7a0018 0%, #d90429 100%);
| |
| color: #fff;
| |
| font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
| |
| border-radius: 22px;
| |
| box-shadow: 0 2px 32px 0 #a70021b0;
| |
| padding: 26px 20px 24px 18px;
| |
| width: 270px !important;
| |
| min-height: 100vh;
| |
| border: 2.5px solid #88002299;
| |
| transition: box-shadow 0.22s, background 0.25s;
| |
| animation: fadeInSidebar 0.9s cubic-bezier(0.26,0.98,0.52,0.95) 1;
| |
| }
| |
| | |
| @keyframes fadeInSidebar {
| |
| from { opacity: 0; transform: translateX(-35px);}
| |
| to { opacity: 1; transform: translateX(0);}
| |
| }
| |
| | |
| #mw-panel a,
| |
| #mw-panel .vector-menu-heading-label,
| |
| #mw-panel .help-header {
| |
| color: #fff !important;
| |
| text-shadow: 0 1px 7px #5a0026a0;
| |
| transition: color 0.18s;
| |
| font-weight: 500;
| |
| }
| |
| | |
| #mw-panel a:hover,
| |
| #mw-panel .vector-menu-content-list .mw-list-item:hover > a {
| |
| color: #f6d311 !important;
| |
| background: rgba(250,30,68,0.09);
| |
| border-radius: 12px;
| |
| text-decoration: none;
| |
| padding-left: 9px;
| |
| transition: color 0.14s, background 0.13s;
| |
| }
| |
| | |
| .vector-menu-heading {
| |
| font-size: 1.18em;
| |
| margin-bottom: 3px;
| |
| letter-spacing: 0.05em;
| |
| font-weight: 700;
| |
| }
| |
| | |
| .vector-menu-content-list { | | .vector-menu-content-list { |
| margin: 0 0 9px 0; | | margin: 0 0 9px 0; |
Line 68: |
Line 7: |
|
| |
|
| .vector-menu-content-list .mw-list-item { | | .vector-menu-content-list .mw-list-item { |
| padding: 4px 0 4px 6px; | | padding: 4px 0 4px 10px; |
| margin-bottom: 2.5px; | | margin-bottom: 3px; |
| font-size: 1em; | | font-size: 1em; |
| | color: #fff !important; |
| border-left: 3.5px solid transparent; | | border-left: 3.5px solid transparent; |
| border-radius: 8px; | | border-radius: 8px; |
| transition: background 0.16s, border-color 0.13s; | | transition: background 0.16s, border-color 0.15s, color 0.12s; |
| | cursor: pointer; |
| } | | } |
|
| |
|
| .vector-menu-content-list .mw-list-item:hover { | | .vector-menu-content-list .mw-list-item > a { |
| background: rgba(250,30,68,0.17);
| | color: #fff !important; |
| border-left: 3.5px solid #f6d311;
| | text-decoration: none; |
| color: #f6d311 !important; | |
| }
| |
| | |
| #m-panel .vector-menu-portal {
| |
| margin-bottom: 10px;
| |
| box-shadow: 0 1px 10px 0 #aa003955;
| |
| border-radius: 14px;
| |
| background: rgba(10,0,0,0.07);
| |
| padding: 6px 10px 2px 5px;
| |
| }
| |
| | |
| #p-logo {
| |
| margin-bottom: 18px;
| |
| text-align: center; | |
| }
| |
| #p-logo .mw-wiki-logo {
| |
| display: block; | | display: block; |
| width: 90px; | | width: 100%; |
| height: 90px; | | transition: color 0.15s, background 0.16s, padding-left 0.13s; |
| margin: 0 auto 2px auto;
| | border-radius: 7px; |
| background-size: contain; | | padding: 2px 3px 2px 0; |
| filter: drop-shadow(0 0 8px #90062288); | | font-weight: 500; |
| transition: filter 0.2s; | |
| }
| |
| #p-logo .mw-wiki-logo:hover {
| |
| filter: drop-shadow(0 0 14px #f6d311bb) brightness(1.09);
| |
| } | | } |
|
| |
|
| .help-container, .ukraine-support { | | .vector-menu-content-list .mw-list-item:hover, |
| background: rgba(255,255,255,0.05);
| | .vector-menu-content-list .mw-list-item:focus-within { |
| border-radius: 12px;
| | background: rgba(230,10,40,0.15); |
| margin-top: 18px;
| | border-left: 3.5px solid #f6d311; |
| padding: 8px 8px 10px 8px;
| |
| box-shadow: 0 1px 10px #a7002135;
| |
| }
| |
| .help-container .help-header,
| |
| .ukraine-support p { | |
| color: #fff;
| |
| text-shadow: 0 0 6px #b20202bb;
| |
| font-size: 1.07em;
| |
| font-weight: 600;
| |
| }
| |
| .help-container .help-text {
| |
| color: #f7f7f7;
| |
| font-size: 0.96em;
| |
| }
| |
| .help-container .help-image {
| |
| width: 86px; | |
| display: block;
| |
| margin: 0 auto 5px auto;
| |
| border-radius: 8px; | |
| box-shadow: 0 0 8px #d904295c;
| |
| } | | } |
|
| |
|
| /* Для флагов и прочих иконок */
| | .vector-menu-content-list .mw-list-item:hover > a, |
| .ukraine-support img { | | .vector-menu-content-list .mw-list-item:focus-within > a { |
| box-shadow: 0 0 5px #1976d2b0; | | color: #f6d311 !important; |
| border-radius: 4px; | | padding-left: 11px; |
| margin-top: 5px; | | background: none; |
| } | | } |