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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
 
(не показано 190 промежуточных версий этого же участника)
Строка 1: Строка 1:
.custom-audio-wrapper {
body:before {
     display: flex;
     content: "";
     align-items: center;
    position: fixed;
     gap: 10px;
     top: 0;
     background: #111;
     left: 0;
     padding: 8px 12px;
     right: 0;
     border-radius: 10px;
     bottom: 0;
     max-width: 450px;
     background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/36/Snowflakes_falling_transparent.gif");
     box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
     background-repeat: repeat;
     color: white;
     pointer-events: none;
     font-family: monospace;
    opacity: 0.35;
     z-index: 2;
     animation: snowmove 60s linear infinite;
}
}


.custom-audio-play {
@keyframes snowmove {
     background: #444;
    from { background-position: 0 0; }
     color: #fff;
    to { background-position: 500px 1000px; }
     border: none;
}
 
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;
     border-radius: 6px;
    padding: 6px 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}
}


.custom-audio-play:hover {
.wikitable th {
     background: #666;
     background: rgba(179, 229, 252, 0.1);
}
}


.custom-audio-progress {
.mw-page-title-main:before {
    flex-grow: 1;
     content: " ";
    height: 6px;
    border-radius: 4px;
     background: #333;
}
}


.custom-audio-time {
.mw-page-title-main:after {
    min-width: 40px;
     content: " ";
    text-align: right;
    font-size: 12px;
     color: #ccc;
}
}

Текущая версия от 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: " ";
}