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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
(не показаны 33 промежуточные версии этого же участника)
Строка 1: Строка 1:
.department-card {
.custom-audio-wrapper {
    margin: 20px auto;
    max-width: 800px;
    background: #2b2b2b;
    color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
.department-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
 
.department-header {
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     justify-content: center;
     gap: 10px;
     background: #3b3b3b;
     background: #111;
     padding: 20px;
     padding: 10px 14px;
     text-shadow: 1px 1px #000;
    border-radius: 12px;
    max-width: 480px;
    color: white;
    font-family: monospace;
    justify-content: space-between;
    border: 2px solid #2a56a1;
     box-shadow:
        0 0 8px rgba(42, 86, 161, 0.6),
        0 0 20px rgba(42, 86, 161, 0.4);
}
}


.department-header img {
.custom-audio-play {
     margin-right: 10px;
     background: #2a56a1;
     width: 64px;
    color: #fff;
     height: 64px;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 16px;
     cursor: pointer;
     transition: background 0.2s, transform 0.1s;
}
}


.department-header .title {
.custom-audio-play:hover {
    font-size: 30px;
     background: #447fbc;
     font-weight: bold;
     transform: scale(1.05);
     color: #f0a500;
}
}


.section-header {
.custom-audio-progress {
     background: #3b3b3b;
     flex-grow: 1;
    text-align: center;
     height: 6px;
     padding: 10px;
     border-radius: 4px;
     font-size: 20px;
     background: #333;
     font-weight: bold;
     outline: none;
    border-radius: 5px;
     accent-color: #2a56a1;
     margin: 15px 10px;
     color: #f0a500;
}
}


.employee-list {
.custom-audio-time {
     display: flex;
     min-width: 45px;
     justify-content: space-around;
     text-align: right;
     flex-wrap: wrap;
    font-size: 12px;
     padding: 15px;
     color: #d6e4f1;
     gap: 15px;
     padding-left: 10px;
     padding-right: 5px;
}
}


.employee {
.custom-audio-volume-btn {
    text-align: center;
     background: transparent;
    flex: 1;
     color: #fff;
    max-width: 150px;
     font-size: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
     border: none;
     background: #3b3b3b;
     cursor: pointer;
     border-radius: 10px;
     padding: 5px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
 
.employee:hover {
     transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
 
.employee img {
    width: 120px;
    height: 120px;
     border-radius: 50%;
     border: 3px solid #f5f5f5;
     margin-bottom: 10px;
}
}


.guides {
.custom-audio-volume {
     text-align: center;
     width: 100px;
     padding: 15px;
     margin-left: 10px;
     font-size: 18px;
     background-color: #333;
     color: #f0a500;
     border-radius: 4px;
}
}

Версия от 20:57, 16 апреля 2025

.custom-audio-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #111;
    padding: 10px 14px;
    border-radius: 12px;
    max-width: 480px;
    color: white;
    font-family: monospace;
    justify-content: space-between;
    border: 2px solid #2a56a1;
    box-shadow:
        0 0 8px rgba(42, 86, 161, 0.6),
        0 0 20px rgba(42, 86, 161, 0.4);
}

.custom-audio-play {
    background: #2a56a1;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.custom-audio-play:hover {
    background: #447fbc;
    transform: scale(1.05);
}

.custom-audio-progress {
    flex-grow: 1;
    height: 6px;
    border-radius: 4px;
    background: #333;
    outline: none;
    accent-color: #2a56a1;
}

.custom-audio-time {
    min-width: 45px;
    text-align: right;
    font-size: 12px;
    color: #d6e4f1;
    padding-left: 10px;
    padding-right: 5px;
}

.custom-audio-volume-btn {
    background: transparent;
    color: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.custom-audio-volume {
    width: 100px;
    margin-left: 10px;
    background-color: #333;
    border-radius: 4px;
}