MediaWiki:Theme-sai.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
body.page-Main_Page #content {
    background-image:
        url(/images/2/26/Tyler_Sai.png),
        url(/images/d/da/Josh_SA.png);
    background-color: #DDD7CC;
    background-size: 22%, 16%;
    background-repeat: no-repeat, no-repeat;
    background-position: 55px 275px, calc(100% - 75px) 275px;
    background-attachment: scroll, scroll;
}
/* Concerts List Table */
.shows-list {
    width: 65%;
    border: 3px solid #308389;
}
.shows-list th,
.shows-list td {
    border: 1px solid #308389;
    text-align: center;
}
.shows-list th {
    background-color: #E6E6E6; /* Можно изменить на нужный цвет */
}
#p-themes-label .vector-menu-heading-label:before {
    content: "SaI 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;
}
       .container {
       .container {
             position: relative;
             position: relative;
Line 5: Line 50:
             width: 150px; /* Ширина контейнера */
             width: 150px; /* Ширина контейнера */
             height: 50px;
             height: 50px;
             left: 697px;
             left: 700px;
             top: -37px;
             top: -37px;
         }
         }
Line 14: Line 59:
         }
         }
         .left-stripe {
         .left-stripe {
             margin-right: 50px; /* Расстояние между полосками и линией */
             left: 960px;
         }
         }
         .right-stripe {
         .right-stripe {
Line 22: Line 67:
         }
         }


        .horizontal-line {
                .horizontal-line {
    position: absolute;
            position: absolute;
    width: 50px; /* Ширина подковы */
            width: 15px; /* Ширина линии */
    height: 40px; /* Высота подковы */
            height: 5px; /* Толщина линии */
    border: 5px solid #D02019; /* Цвет и толщина линии */
            background-color: #D02019;
    border-color: transparent transparent #D02019 #D02019; /* Цвет только нижней и левой границы */
            top: 50%; /* Центрируем вертикально по середине контейнера */
    border-radius: 50% 50% 0 0; /* Радиус для создания формы подковы */
            left: calc(50% - 30px - 50px); /* Обновляем расчет для выравнивания линии */
    top: 50%; /* Центрирование вертикально */
            transform: translateY(-50%); /* Центрируем вертикально */
    left: calc(50% - 30px); /* Центрирование горизонтально */
        }
    transform: translateY(-50%) rotate(180deg); /* Вращение на 180 градусов для ориентации концов вверх */
}




Line 613: Line 656:
.background-table { background-image: url(/images/3/3b/Clancy_background.png); background-size: cover;}
.background-table { background-image: url(/images/3/3b/Clancy_background.png); background-size: cover;}


.wikitable > tr > th, .wikitable > * > tr > th { background:#}
#catlinks { background:#B0DFE5; border: 1px solid #B0DFE5; color: F2FFFF; }
 
#catlinks { background:#B0DFE5; border: 1px solid #B0DFE5; }


.mw-parser-output .tracklist th[scope="col"] { background-color: #ef5e29; }
.mw-parser-output .tracklist th[scope="col"] { background-color: #ef5e29; }


.wikitable > tr > th, .wikitable > * > tr > th { background-color: #B0DFE5; border: 1px solid #7b1325; background-image: url(/images/d/db/Clancy_Letter_Background1.png); background-size: cover; color: #fff; }
.wikitable > tr > th, .wikitable > * > tr > th { color: #076262; background-color: #B0DFE5; border: 1px solid #7b1325; background-image: url(/images/d/db/Clancy_Letter_Background1.png); background-size: cover; color: #fff; }


.wikitable > tr > th, .wikitable > * > tr > th { background-color: #eaecf0; text-align: center; color: #fff; }
.wikitable > tr > th, .wikitable > * > tr > th { background-color: #eaecf0; text-align: center; color: #fff; }
.wikitable > tr > th, .wikitable > * > tr > th { background-color: #B0DFE5; border: 1px solid #7b1325; background-image: url(/images/d/db/Clancy_Letter_Background1.png); }


.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { background: #F2FFFF; }
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { background: #F2FFFF; }


.wikitable > tr > th, .wikitable > * > tr > th { background-color: #B0DFE5; border: 1px solid #7b1325; background-size: cover; background-image: url(/images/d/db/Clancy_Letter_Background1.png); }
.wikitable > tr > th, .wikitable > * > tr > th { color: #076262; background-color: #B0DFE5; border: 1px solid #7b1325; background-size: cover; background-image: url(/images/d/db/Clancy_Letter_Background1.png); }


.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { border: 1px solid #7b1325; }
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { border: 1px solid #7b1325; }

Navigation menu