MediaWiki:Theme-blurryface.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "#p-themes-label .vector-menu-heading-label:before { 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; }") |
No edit summary |
||
Line 13: | Line 13: | ||
left: 0; | left: 0; | ||
top: 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 { | |||
margin: 0 0 9px 0; | |||
padding: 0; | |||
list-style: none; | |||
} | |||
.vector-menu-content-list .mw-list-item { | |||
padding: 4px 0 4px 6px; | |||
margin-bottom: 2.5px; | |||
font-size: 1em; | |||
border-left: 3.5px solid transparent; | |||
border-radius: 8px; | |||
transition: background 0.16s, border-color 0.13s; | |||
} | |||
.vector-menu-content-list .mw-list-item:hover { | |||
background: rgba(250,30,68,0.17); | |||
border-left: 3.5px solid #f6d311; | |||
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; | |||
width: 90px; | |||
height: 90px; | |||
margin: 0 auto 2px auto; | |||
background-size: contain; | |||
filter: drop-shadow(0 0 8px #90062288); | |||
transition: filter 0.2s; | |||
} | |||
#p-logo .mw-wiki-logo:hover { | |||
filter: drop-shadow(0 0 14px #f6d311bb) brightness(1.09); | |||
} | |||
.help-container, .ukraine-support { | |||
background: rgba(255,255,255,0.05); | |||
border-radius: 12px; | |||
margin-top: 18px; | |||
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; | |||
} | |||
/* Для флагов и прочих иконок */ | |||
.ukraine-support img { | |||
box-shadow: 0 0 5px #1976d2b0; | |||
border-radius: 4px; | |||
margin-top: 5px; | |||
} | } |
Revision as of 13:34, 7 August 2025
#p-themes-label .vector-menu-heading-label:before {
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 {
margin: 0 0 9px 0;
padding: 0;
list-style: none;
}
.vector-menu-content-list .mw-list-item {
padding: 4px 0 4px 6px;
margin-bottom: 2.5px;
font-size: 1em;
border-left: 3.5px solid transparent;
border-radius: 8px;
transition: background 0.16s, border-color 0.13s;
}
.vector-menu-content-list .mw-list-item:hover {
background: rgba(250,30,68,0.17);
border-left: 3.5px solid #f6d311;
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;
width: 90px;
height: 90px;
margin: 0 auto 2px auto;
background-size: contain;
filter: drop-shadow(0 0 8px #90062288);
transition: filter 0.2s;
}
#p-logo .mw-wiki-logo:hover {
filter: drop-shadow(0 0 14px #f6d311bb) brightness(1.09);
}
.help-container, .ukraine-support {
background: rgba(255,255,255,0.05);
border-radius: 12px;
margin-top: 18px;
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;
}
/* Для флагов и прочих иконок */
.ukraine-support img {
box-shadow: 0 0 5px #1976d2b0;
border-radius: 4px;
margin-top: 5px;
}