MediaWiki:Test.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Метка: отменено
Нет описания правки
 
(не показано 6 промежуточных версий этого же участника)
Строка 1: Строка 1:
body, .mw-body {
body:before {
     background:
     content: "";
        linear-gradient(to bottom, #1c1c1c 0%, #2a1a0f 40%, #3a1f0b 70%, #2c1c0f 100%),
    position: fixed;
        radial-gradient(circle at 50% 20%, rgba(255,117,24,0.2), transparent 50%),
    top: 0;
        radial-gradient(circle at 30% 80%, rgba(255,140,0,0.15), transparent 50%),
    left: 0;
        radial-gradient(circle at 70% 90%, rgba(255,165,0,0.1), transparent 50%);
    right: 0;
     background-blend-mode: overlay, overlay, overlay, overlay;
    bottom: 0;
     color: var(--text-color) !important;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/36/Snowflakes_falling_transparent.gif");
     transition: background 0.5s ease, color 0.5s ease;
     background-repeat: repeat;
    pointer-events: none;
     opacity: 0.35;
    z-index: 2;
     animation: snowmove 60s linear infinite;
}
}


.halloween-leaves .halloween-leaf {
@keyframes snowmove {
     font-size: 1.2em;
     from { background-position: 0 0; }
     animation: fall 5s linear infinite;
     to { background-position: 500px 1000px; }
}
}


.halloween-pumpkin {
h1, h2, h3, h4, h5 {
     display: inline-block;
     text-shadow: 0 0 6px rgba(179, 229, 252, 0.7), 0 0 12px rgba(179, 229, 252, 0.4);
     animation: float 3s ease-in-out infinite, glow 3s ease-in-out infinite;
     transition: text-shadow 0.3s;
}
}


.mw-first-heading, .mw-headline, .halloween-text {
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover {
     text-shadow: 0 0 3px #ff7518, 0 0 8px #ffa500;
     text-shadow: 0 0 12px rgba(179, 229, 252, 0.9), 0 0 20px rgba(179, 229, 252, 0.6);
    animation: glow 4s ease-in-out infinite;
}
}


table, blockquote, .infobox, .navbox {
a, a:visited {
     box-shadow: 0 0 12px rgba(255,117,24,0.25);
     transition: color 0.3s, text-shadow 0.3s;
}
}


.halloween-eyes {
a:hover {
     width: 8px;
     color: #b3e5fc !important;
    height: 8px;
     text-shadow: 0 0 6px #b3e5fc;
    border-radius: 50%;
    background: #ff7518;
     box-shadow: 0 0 8px #ff7518;
    animation: blink 1.8s infinite;
}
}


@keyframes fall {
.wikitable {
     0% { transform: translateY(-30px) rotate(0deg); opacity: 0; }
     border-color: rgba(179, 229, 252, 0.6) !important;
     50% { opacity: 1; }
     border-radius: 6px;
    100% { transform: translateY(100vh) rotate(360deg); opacity: 0; }
}
}
@keyframes float {
 
     0%,100% { transform: translateY(0); }
.wikitable th {
    50% { transform: translateY(-6px); }
     background: rgba(179, 229, 252, 0.1);
}
}
@keyframes glow {
 
    0%,100% { text-shadow: 0 0 2px #ff7518; }
.mw-page-title-main:before {
     50% { text-shadow: 0 0 14px #ffa500; }
     content: " ";
}
}
@keyframes blink {
 
    0%, 20%, 40%, 60%, 80%, 100% { opacity: 1; }
.mw-page-title-main:after {
     10%, 30%, 50%, 70%, 90% { opacity: 0; }
     content: " ";
}
}

Текущая версия от 08:23, 13 ноября 2025

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/36/Snowflakes_falling_transparent.gif");
    background-repeat: repeat;
    pointer-events: none;
    opacity: 0.35;
    z-index: 2;
    animation: snowmove 60s linear infinite;
}

@keyframes snowmove {
    from { background-position: 0 0; }
    to { background-position: 500px 1000px; }
}

h1, h2, h3, h4, h5 {
    text-shadow: 0 0 6px rgba(179, 229, 252, 0.7), 0 0 12px rgba(179, 229, 252, 0.4);
    transition: text-shadow 0.3s;
}

h1:hover, h2:hover, h3:hover, h4:hover, h5:hover {
    text-shadow: 0 0 12px rgba(179, 229, 252, 0.9), 0 0 20px rgba(179, 229, 252, 0.6);
}

a, a:visited {
    transition: color 0.3s, text-shadow 0.3s;
}

a:hover {
    color: #b3e5fc !important;
    text-shadow: 0 0 6px #b3e5fc;
}

.wikitable {
    border-color: rgba(179, 229, 252, 0.6) !important;
    border-radius: 6px;
}

.wikitable th {
    background: rgba(179, 229, 252, 0.1);
}

.mw-page-title-main:before {
    content: " ";
}

.mw-page-title-main:after {
    content: " ";
}