MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(370 intermediate revisions by the same user not shown)
Line 1: Line 1:
#version-info::after {
.mw-kartographer-map,
    content: "Version Beta 5.1 by October 2024. Read more";
.mw-kartographer-map .leaflet-container {
    position: absolute;
  height: 400px !important;
    top: 20%;
    left: 30%;
    transform: translateX(-50%);
    background-color: #333333eb;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 1000;
}
}


#version-info:hover::after {
 
    opacity: 1;
.infobox-venue {
  width: 320px;
  border: 1px solid #3a0a0a;
  background: #0f0f0f;
  color: #eee;
  font-size: 92%;
  line-height: 1.45;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #5b1212 inset, 0 6px 18px rgba(0,0,0,.35);
}
}


/* Если нужно гарантировать, что блок будет именно под футером */
.infobox-venue > caption,
#version-info {
.infobox-venue > tbody > tr:first-child > th[colspan="2"],
    position: absolute;
.infobox-venue > .infobox-title {
    top: 40px;
  display: none;
    left: -160px;
    background-color: #f9f9f9;
    padding: 2px 5px; /* Меньше отступы */
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 10px; /* Меньший размер текста */
    cursor: pointer;
    z-index: 999;
}
}


#p-logo {
.infobox-venue > .ib-title {
    position: relative;
  font-weight: 700;
}
}


 
.infobox-venue .ib-image {
/* Если футер имеет обтекание */
  padding: 0;
#version-info {
  background: #1a0b0b;
    clear: both;
}
.infobox-venue .ib-img {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #4a1111;
}
.infobox-venue .ib-caption {
  font-size: 85%;
  color: #ccc;
  padding: .4em .8em;
  border-bottom: 1px solid #311010;
  background: #130505;
}
}


 
.infobox-venue th {
.quote-container {
   text-align: left;
   margin-top: 30px;
   vertical-align: top;
   position: relative;
   width: 40%;
   padding: 5px 10px;
   white-space: nowrap;
   margin-right: 10px;
   padding: .5em .7em;
   max-width: 400px; /* Ограничение ширины */
   color: #ffd4d4;
   background: #FBF9F5;
   background: #170909;
   word-wrap: break-word; /* Перенос слов, если они слишком длинные */
   border-bottom: 1px solid #2d0e0e;
   z-index: 1; /* Контейнер должен быть выше фона */
  font-family: 'MyCustomFont2', sans-serif;
}
}


.quote-container::before {
.infobox-venue td {
   content: '';
   padding: .5em .7em;
  position: absolute;
   border-bottom: 1px solid #231010;
   top: -25px;
   vertical-align: top;
  left: 50%; /* Центрируем изображение */
   transform: translateX(-50%);
  width: 100%; /* Немного уменьшенная ширина изображения */
  height: 130px;
  background: url("/images/0/08/Above_quote.png") no-repeat center top;
  background-size: contain;
  z-index: 3; /* Изображение выше контейнера */
}
}


.quote-container::after {
.infobox-venue .ib-note {
   content: '';
   opacity: .8;
   position: absolute;
   font-style: italic;
  bottom: -6px;
   font-size: 90%;
  left: 50%; /* Центрируем изображение */
   transform: translateX(-50%);
  width: 100%; /* Немного уменьшенная ширина изображения */
  height: 130px;
  background: url("/images/c/c8/Under_quote.png") no-repeat center bottom;
  background-size: contain;
  z-index: 3; /* Изображение выше контейнера */
}
}


.quote-content {
.infobox-venue .ib-map {
  position: relative;
   padding: 0;
  z-index: 7;
   border-top: 1px solid #2d0e0e;
   padding: 5px 10px;
   background: #0f0f0f;
   text-align: center;
   font-family: 'MyCustomFont2', sans-serif; /* Использование шрифта MyCustomFont2 */
  font-style: italic; /* Курсив для текста цитаты */
  color: #555; /* Цвет текста (мягкий серый) */
  font-size: 16px; /* Уменьшенный размер шрифта */
  overflow: hidden; /* Предотвращаем переполнение */
}
}


.quote-author {
  text-align: right; /* Выравнивание текста по правому краю */
  font-family: 'MyCustomFont2', sans-serif; /* Использование шрифта MyCustomFont2 */
  font-size: 16px; /* Размер шрифта для имени автора */
  color: #333; /* Темный цвет текста для лучшей видимости */
  margin-top: 1px; /* Отступ сверху для отделения от цитаты */
  padding: 1px 2px; /* Небольшие отступы вокруг текста */
  position: relative; /* Позволяет добавить эффект теней или других стилей */
  z-index: 8; /* Убедимся, что автор находится выше других слоев */
  bottom: 50px;
}




.image-frame2 {
  display: inline-block;
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 3px 16px rgba(70,15,25,0.09);
  margin: 8px;
  background: none;
}
.framed-img2, .image-frame2 img {
  display: block;
  width: 206px;
  height: 206px;
  border-radius: 0;
  border-left: 11px solid #c72a37;
  border-right: 11px solid #c72a37;
  border-top: 6px solid #c72a37;
  border-bottom: none;
  box-sizing: border-box;
  margin: 0 auto;
}
.image-caption2 {
  background: #181217;
  color: #e0a6b4;
  border-bottom: 6px solid #c72a37;
  border-left: 11px solid #c72a37;
  border-right: 11px solid #c72a37;
  border-radius: 0 0 18px 18px;
  font-size: 1.11em;
  padding: 10px 0 7px 0;
  margin: 0;
  font-family: 'Segoe UI', 'Arial', sans-serif;
  letter-spacing: .02em;
  width: 206px;
  box-sizing: border-box;
  text-align: center;
}






#p-themes-label .vector-menu-heading-label:before {
    content: "Light Side";
}


#p-themes-label .vector-menu-heading-label {
/* Стили для SetlistBox */
     visibility: hidden;
.setlist-anim {
     position: relative;
    animation: setlist-fadein 0.8s ease;
}
@keyframes setlist-fadein {
    from { opacity: 0; transform: translateY(20px);}
    to { opacity: 1; transform: none;}
}
.setlist-label {
    color: #666;
    font-size: 90%;
    padding-right: 0.5em;
    font-style: italic;
    white-space: nowrap;
}
.setlist-row:hover {
     background: #f6fbf1;
     transition: background 0.3s;
}
}


#p-themes-label .vector-menu-heading-label:before {
 
     visibility: visible;
.setlist-song {
     position: absolute;
     margin-right: 1.1em;
    left: 0;
     display: inline-block;
    top: 0;
}
}


#p-themes-item-light a {
 
     --background-color: #f1f1f1;
.collapsible-setlist {
     --header-background-color: #ffffff;
     font-size: 97%;
    --content-background-color: #ffffff;
     padding-top: 0.3em;
     direction: ltr;
     padding-bottom: 0.3em;
    font-family: 'MyCustomFont2', sans-serif;
}
    visibility: hidden;
.collapsible-setlist-row {
    list-style: none;
    line-height: 1em;
     display: block;
     display: block;
    margin-left: 0.5em;
    margin-bottom: 0.12em;
    color: #363636;
     white-space: nowrap;
     white-space: nowrap;
    cursor: pointer;
}
    padding: 0.25em 0.5em;
.collapsible-setlist-symbol {
     text-decoration: none;
     font-size: 80%;
     margin-left: -10px;
     margin-right: 0.5em;
     text-align: center;
     color: #aaa;
     font-size: 15px;
     font-family: 'Arial Unicode MS', Arial, sans-serif;
    color: red;
     vertical-align: middle;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
     width: 100%;
    position: relative;
}
}


#p-themes-item-light a:before {
/* Стили для символа "?" */
     content: "Light Side";
.not-confirmed {
     visibility: visible;
    cursor: pointer; /* Меняем курсор на указатель */
    position: relative; /* Для возможного позиционирования */
    text-decoration: none; /* Убираем подчеркивание по умолчанию */
}
 
/* Стили при наведении */
.not-confirmed:hover {
     text-decoration: underline; /* Добавляем подчеркивание */
     text-decoration-style: dotted; /* Подчеркивание в точку */
}
 
/* Добавляем title при наведении */
.not-confirmed[title]:hover:after {
    content: attr(title); /* Используем значение атрибута title */
     position: absolute;
     position: absolute;
    top: 100%; /* Позиционируем под элементом */
     left: 50%;
     left: 50%;
     transform: translateX(-50%);
     transform: translateX(-50%);
     top: 8px; /* Отступ сверху */
     background-color: #333;
     width: 100%;
     color: #fff;
     text-align: center;
     padding: 5px 10px;
     line-height: 1em;
     border-radius: 4px;
    color: red;
     font-size: 12px;
     font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
     white-space: nowrap;
     white-space: nowrap;
     cursor: pointer;
     z-index: 10;
     transition: color 0.3s ease, text-shadow 0.3s ease;
}
 
.licontent-actual {
     z-index: -2; /* Устанавливаем уровень слоя ниже upper_tables */
}
 
/*photo frames */
/* Стиль для контейнера изображения с рамкой и подписью */
.photo-frame {
    display: inline-block; /* Для корректного центрирования и отображения */
    text-align: center; /* Центрирование подписи */
    margin: 10px; /* Отступ для визуального разделения */
    padding: 10px 10px 0; /* Уменьшен нижний отступ, чтобы подпись была ближе */
    vertical-align: top; /* Выравнивание по верхнему краю */
    opacity: 0; /* Изначально невидимый */
    animation: fadeIn 1s ease forwards; /* Анимация появления */
    box-sizing: border-box; /* Учитывает рамку и отступы в размерах */
}
 
/* Анимация появления */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px); /* Легкий сдвиг вниз */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
}


#p-themes-item-dark a {
/* Стиль для самой фотографии */
     --background-color: #f1f1f1;
.photo-frame img {
     --header-background-color: #ffffff;
     border-style: solid; /* Тип рамки */
     --content-background-color: #ffffff;
     border-color: #D02019; /* Красная рамка */
    direction: ltr;
     border-width: 20px 40px; /* Верх/низ: 20px, лево/право: 40px */
    font-family: 'MyCustomFont2', sans-serif;
     display: block; /* Убирает лишние отступы под изображением */
     visibility: hidden;
     max-width: 300px; /* Увеличенная максимальная ширина изображения */
     list-style: none;
     max-height: 450px; /* Увеличенная максимальная высота изображения */
     line-height: 1em;
     height: auto; /* Сохраняет пропорции изображения */
     display: block;
     object-fit: contain; /* Изображение не обрезается, а вписывается целиком */
     white-space: nowrap;
     box-sizing: border-box; /* Рамка включается в размеры изображения */
     cursor: pointer;
     transition: all 0.3s ease; /* Плавный переход для всех изменений */
     padding: 0.25em 0.5em;
}
     text-decoration: none;
 
     margin-left: -10px;
/* Эффект при наведении */
     text-align: center;
.photo-frame img:hover {
     font-size: 15px;
     border-width: 23px 47px; /* Увеличиваем рамку при наведении */
     color: red;
     transform: scale(1.05); /* Увеличение изображения на 5% */
     background: transparent;
}
    transition: color 0.3s ease, text-shadow 0.3s ease;
 
    width: 100%;
/* Стиль для подписи */
    position: relative;
.photo-frame .caption {
     margin-top: 5px; /* Минимальный отступ сверху для подписи */
     font-size: 14px; /* Размер шрифта подписи */
     color: #333; /* Цвет текста подписи */
     line-height: 1.2; /* Межстрочный интервал для компактности */
}
}


#p-themes-item-dark a:before {
/* Media */
     content: "Dark Side";
.social-media-row {
     visibility: visible;
     display: flex; /* Располагаем элементы в ряд */
    position: absolute;
     gap: 10px; /* Отступ между контейнерами */
    left: 50%;
    transform: translateX(-50%);
    top: 5px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
}


#p-themes-item-sai a {
/* Стили для каждого контейнера */
     --background-color: #f1f1f1;
.social-media {
     --header-background-color: #ffffff;
     width: 75px;
     --content-background-color: #ffffff;
     height: 75px;
    direction: ltr;
     border: 2px solid #000;
     font-family: 'MyCustomFont2', sans-serif;
     border-radius: 8px;
     visibility: hidden;
     background-color: transparent;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
     cursor: pointer;
     cursor: pointer;
     padding: 0.25em 0.5em;
     transition: all 0.2s ease;
     text-decoration: none;
     padding: 10px;
     margin-left: -10px;
     box-sizing: border-box;
     text-align: center;
    display: flex;
     font-size: 15px;
     justify-content: center;
     color: red;
     align-items: center;
     background: transparent;
     margin-bottom: 5px;
     transition: color 0.3s ease, text-shadow 0.3s ease;
}
     width: 100%;
 
     position: relative;
.social-media-row {
     display: flex;
     gap: 10px;
     justify-content: center; /* Центрирует ряд по горизонтали */
}
 
.social-media:hover {
     transform: scale(1.1);
}
}


#p-themes-item-sai a:before {
.social-media:active {
     content: "Scaled and Icy Era";
     background-color: #ccc;
    visibility: visible;
}
    position: absolute;
 
    left: 50%;
.social-media a {
    transform: translateX(-50%);
    top: 5px; /* Отступ сверху */
     width: 100%;
     width: 100%;
     text-align: center;
     height: 100%;
     line-height: 1em;
    background-image: url('your-image.png');
     color: red;
     background-size: 80%;
     font-size: 15px;
     background-position: center center;
     font-family: 'MyCustomFont2', sans-serif;
     background-repeat: no-repeat;
     white-space: nowrap;
     background-clip: content-box;
     cursor: pointer;
     display: block;
     transition: color 0.3s ease, text-shadow 0.3s ease;
}
 
 
/* links */
.mw-parser-output a[href="/index.php/Special:Random"] {
     position: relative; /* Для позиционирования псевдоэлемента */
     display: inline-block; /* Убедимся, что ссылка ведет себя корректно */
}
}


#p-themes-item-trench a {
.mw-parser-output a[href="/index.php/Special:Random"]::before {
     --background-color: #f1f1f1;
     content: "";
     --header-background-color: #ffffff;
     position: absolute;
     --content-background-color: #ffffff;
     top: -14px; /* Расширяем область сверху */
     direction: ltr;
    left: -17px; /* Расширяем область слева */
     font-family: 'MyCustomFont2', sans-serif;
    right: -17px; /* Расширяем область справа */
     visibility: hidden;
     bottom: -14px; /* Расширяем область снизу */
     list-style: none;
     z-index: 1; /* Убедимся, что псевдоэлемент не перекрывает текст */
     line-height: 1em;
}
     display: block;
 
     white-space: nowrap;
.copyable-text {
     cursor: pointer;
     background-color: #EFE9DE; /* Цвет фона */
     padding: 0.25em 0.5em;
     border: 2px solid #722215; /* Рамка */
     text-decoration: none;
     padding: 5px 10px; /* Внутренние отступы */
     margin-left: -10px;
     display: inline-block; /* Для компактного отображения */
     text-align: center;
     border-radius: 5px; /* Скругленные углы */
    font-size: 15px;
     cursor: pointer; /* Курсор в виде указателя */
     color: red;
     transition: background-color 0.3s ease, border-color 0.3s ease; /* Плавный переход */
     background: transparent;
     font-family: 'MyCustomFont2', sans-serif; /* Шрифт */
    transition: color 0.3s ease, text-shadow 0.3s ease;
     color: #333; /* Цвет текста */
     width: 100%;
     position: relative; /* Для позиционирования псевдоэлемента */
     position: relative;
}
 
/* Эффект при наведении */
.copyable-text:hover {
     background-color: #CFC8B2; /* Цвет фона при наведении */
     border-color: #D02019; /* Цвет рамки при наведении */
}
 
/* Эффект затемнения при нажатии */
.copyable-text:active {
     background-color: #D5CFC0; /* Чуть темнее, чем #EFE9DE */
     border-color: #5A1A10; /* Чуть темнее, чем #722215 */
}
}


#p-themes-item-trench a:before {
/* Стиль для текста "Copied" через псевдоэлемент */
     content: "Trench Era";
.copyable-text.copied::after {
    visibility: visible;
     content: "Copied"; /* Текст "Copied" */
     position: absolute;
     position: absolute;
    left: -65px; /* Расположение над элементом */
     left: 50%;
     left: 50%;
     transform: translateX(-50%);
     transform: translateX(-50%); /* Центрируем по горизонтали */
     top: 3px; /* Отступ сверху */
     background-color: #D02019; /* Красный фон */
     width: 100%;
     color: white; /* Белый текст */
     text-align: center;
     padding: 5px 10px;
     line-height: 1em;
     border-radius: 5px;
    color: red;
     font-size: 0.8em;
     font-size: 15px;
     opacity: 0; /* Изначально скрыт */
     font-family: 'MyCustomFont2', sans-serif;
     transition: opacity 0.3s ease; /* Плавное исчезновение */
    white-space: nowrap;
    cursor: pointer;
     transition: color 0.3s ease, text-shadow 0.3s ease;
}
}


#p-themes-item-trench-dark a {
/* Показываем текст "Copied" и запускаем анимацию исчезновения */
    --background-color: #f1f1f1;
.copyable-text.copied::after {
    --header-background-color: #ffffff;
     opacity: 1;
     --content-background-color: #ffffff;
     animation: fadeOut 1.3s forwards; /* Анимация исчезновения */
     direction: ltr;
}
    font-family: 'MyCustomFont2', sans-serif;
 
    visibility: hidden;
/* Анимация для плавного исчезновения */
    list-style: none;
@keyframes fadeOut {
    line-height: 1em;
     0% { opacity: 1; }
     display: block;
     77% { opacity: 1; } /* 77% от 1.3s = ~1s, текст виден 1 секунду */
     white-space: nowrap;
     100% { opacity: 0; }
     cursor: pointer;
}
    padding: 0.25em 0.5em;
 
    text-decoration: none;
/* Kitchen Sink Logo*/
    margin-left: -10px;
 
    text-align: center;
 
    font-size: 15px;
/* Kitchen Sink */
    color: red;
.mw-parser-output .life-wrapper {
    background: transparent;
    display: flex;
    transition: color 0.3s ease, text-shadow 0.3s ease;
     width: 100%;
     width: 100%;
     position: relative;
     max-width: 1390px;
    min-height: 6vh;
    margin-bottom: 1.5em;
    padding: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
}


#p-themes-item-trench-dark a:before {
.mw-parser-output .life-wrapper-inner {
     content: "Trench Dark Era";
     display: flex;
     visibility: visible;
     align-items: center;
     position: absolute;
     justify-content: center;
     left: 50%;
     width: 1390px;
     transform: translateX(-50%);
     margin-left: 60px; /* Смещаем вправо на 50px (настройте по желанию) */
    top: 3px; /* Отступ сверху */
}
    width: 100%;
 
    text-align: center;
.mw-parser-output .survival-text {
     line-height: 1em;
     font-size: 16px;
     color: red;
     margin: 0;
     font-size: 15px;
     padding: 0;
     font-family: 'MyCustomFont2', sans-serif;
     line-height: 1;
     white-space: nowrap;
     margin-right: 0.5em;
     cursor: pointer;
     display: inline-block;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
}


#p-themes-item-blurryface a {
.mw-parser-output .kitchen_sink {
     --background-color: #f1f1f1;
     position: relative;
    --header-background-color: #ffffff;
     display: flex;
    --content-background-color: #ffffff;
     align-items: center;
    direction: ltr;
     width: 150px;
    font-family: 'MyCustomFont2', sans-serif;
     margin: 0;
    visibility: hidden;
     padding: 0;
    list-style: none;
    line-height: 1em;
     display: block;
     white-space: nowrap;
     cursor: pointer;
     padding: 0.25em 0.5em;
     text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
}


#p-themes-item-blurryface a:before {
.mw-parser-output .pillar {
    content: "Blurryface Era";
     width: 5px;
    visibility: visible;
     height: 28px;
    position: absolute;
     background-color: #D02019;
    left: 50%;
     margin: 0;
    transform: translateX(-50%);
    top: 3px; /* Отступ сверху */
     width: 100%;
     text-align: center;
     line-height: 1em;
    color: red;
    font-size: 15px;
     font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
}


#p-themes-item-light {
.mw-parser-output .left-pillar {
     position: relative;
     margin-right: 50px;
    top: -26px;
    right: -10px;
    padding: 0;
    margin: 0;
}
}


.mw-parser-output .right-pillar {
    transform: rotate(20deg);
    margin-left: -35px;
}


.mw-parser-output .bridge-beam {
    position: absolute;
    width: 10px;
    height: 5px;
    background-color: #D02019;
    top: 50%;
    left: calc(50% - 30px - 38px);
    transform: translateY(-50%);
    margin: 0;
}


/* Setlist */


.mw-parser-output .count-songlist {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: count-songlist-counter;
}


.circle-chart-background {
.mw-parser-output .count-songlist div {
     position: relative; /* Для позиционирования псевдоэлемента */
     margin: 0.2em 0;
     width: 350px; /* Ширина фона (увеличена) */
     padding-left: 2em;
     height: 350px; /* Высота фона (увеличена) */
     position: relative;
     overflow: hidden; /* Скрываем все, что выходит за пределы круга */
     counter-increment: count-songlist-counter;
    margin-left: 10px;
}
}


.circle-chart-background::before {
.mw-parser-output .count-songlist div:first-child {
     content: ''; /* Создаем пустой контент для псевдоэлемента */
     margin-top: 0.5em;
    position: absolute; /* Абсолютное позиционирование */
    width: 40.5%; /* Ширина псевдоэлемента */
    height: 40.5%; /* Высота псевдоэлемента */
    top: 0; /* Верхний край */
    left: 0; /* Левый край */
    z-index: 0; /* Помещаем на задний план */
}
}


.imagemap-content {
.mw-parser-output .count-songlist div:last-child {
     position: relative; /* Для позиционирования содержимого */
     margin-bottom: 1.5em;
    z-index: 1; /* Помещаем содержимое на передний план */
}
}


.mw-parser-output .count-songlist div::before {
    content: counter(count-songlist-counter) ".";
    position: absolute;
    left: 0.5em;
    color: black;
    font-size: 1em;
}


.ring-container7 {
.mw-wiki-logo {
     width: 200px;
     background-image: url(images/wiki2.png);
     height: 200px;
     transition: transform 0.3s ease-in-out; /* Добавляем плавную анимацию */
    background-color: #EFE9DE;
}
    position: relative;
 
    display: flex;
.mw-wiki-logo:hover {
    justify-content: center;
     transform: scale(1.1); /* Увеличиваем масштаб на 10% */
    align-items: center;
     left: 5px;
    top 15px;
}
}


.ring2 {
ul {
    width: 99.5%;
  margin: 0.3em 0 0 1.6em; /* Отступ сверху и слева для всего списка */
    height: 99.5%;
  padding: 0; /* Убираем внутренние отступы контейнера */
    background: conic-gradient(#21ABC6 0% 20%, #87B22A 20% 100%);
  list-style-type: disc; /* Тип маркера — круглые точки */
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Диаграмма на самом нижнем уровне */
}
}


.center2 {
ul li {
    width: 145px;
  margin: 0 0 0.2em 0; /* Небольшой отступ снизу между элементами списка */
    height: 145px;
  padding: 0; /* Без внутренних отступов для элементов */
    background-color: #EFE9DE;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* Центр кольца выше диаграммы */
}
}


.imagemap-content2 {
 
     position: absolute;
ul {
    z-index: 3; /* Карта изображения выше всех */
     padding-left: 0;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
}
}


::marker {
    list-style-type: none !important;
}


.text-effect {
    font-size: 25px; /* начальный размер шрифта */
    color: black; /* начальный цвет текста */
    transition: color 0.3s ease, font-size 0.3s ease; /* плавный переход для цвета и размера шрифта */
}


.text-effect:hover {
    color: #b22222; /* тускло-красный цвет при наведении */
    font-size: 28px; /* немного увеличенный размер шрифта */
}




.c-form-title {
    font-family: 'MyCustomFont1';
    font-size: 40px;
    color: #D02019;
    line-height: 1;
    margin-top: 10px;
}


.c-form-title:hover {
    color: #E5241D;
}


.licontent {
    list-style: none;
    max-width: 30%;
}


.image-container {
.licontent .li-header {
     width: 300px; /* Ширина контейнера */
     background: #8d2536;
     height: 200px; /* Высота контейнера */
    border: 2px solid #0f0f0f; /* Устанавливаем общую границу */
     background-image: url('YourImage.jpg'); /* Путь к вашему изображению */
     border-bottom: none; /* Убираем нижнюю границу */
     background-size: contain; /* Подгонка изображения по размеру контейнера, сохраняя пропорции */
     height: 10px; /* Задайте подходящую высоту заголовка */
     background-position: center; /* Центрирование изображения */
     color: #ffffff;
     background-repeat: no-repeat; /* Предотвращение повторения изображения */
    font-weight: bold;
     border: 1px solid #ccc; /* Граница для визуализации */
     text-align: center;
    padding: 10px;
    border-radius: 8px 8px 0 0; /* Скругление только для верхних углов */
     background-size: cover;
    background-image: url(/images/d/db/Clancy_Letter_Background1.png);
     display: flex; /* Для центрирования текста */
    justify-content: center;
    align-items: center;
}
}


.licontent .li-body {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    padding: 10px;
    background: #fffcf6;
    border-radius: 0 0 8px 8px;
    border: 2px solid #722215;
    border-top: none;
}


.licontent .li-body a {
    color: #1a73e8;
    text-decoration: none;
}


 
.licontent .li-body a:hover {
.pie-chart445 {
    text-decoration: underline;
}
 
 
/* Скрытие оригинального текста и замена на "Comments" */
a[rel="discussion"] span {
    display: inline-block; /* Для корректного позиционирования */
     position: relative;
     position: relative;
     min-width: 200px;
     color: transparent; /* Скрываем оригинальный текст для доступности */
    min-height: 200px;
    max-width: 200px;
    overflow: hidden;
    transform: scaleX(-1) rotate(-90deg);
}
}


.pie-chart445 div {
/* Отображение текста "Comments" */
     border: solid transparent;
a[rel="discussion"] span::before {
     content: "Comments";
     position: absolute;
     position: absolute;
     width: 100px;
     top: 0;
     height: 100px;
     left: 0;
    color: #0645AD; /* Цвет текста, как у ссылок MediaWiki */
}
}


.pie-chart445 .section1 {
/* Подчеркивание при наведении, как у ссылок */
    bottom: 100px;
a[rel="discussion"]:hover span::before {
     left: 100px;
     text-decoration: underline;
     background-color: #ffa500;
     text-decoration-color: #0645AD; /* Цвет подчеркивания, как у ссылок */
}
}


.pie-chart445 .section2 {
    bottom: 100px;
    right: 100px;
    background-color: #ffa500;
}


.pie-chart445 .section3 {
    top: 100px;
    right: 100px;
    background-color: #ffa500;
}


.pie-chart445 .section4 {
 
     top: 100px;
/* Container */
     right: 100px;
#medias-table {
     border-width: 58.778525229247px 80.901699437495px 0px 0px;
     background-color: #efe9de;
     border-right-color: #008b8b;
     padding: 10px;
     border: 2px solid #722215;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    max-width: 28%;
  }
 
#social-container {
    background-color: #efe9de;
    padding: 10px;
     border: 1px solid #722215;
    margin-bottom: 10px;
    overflow: hidden;
    max-width: 40px;
    height: 40px;
  }
 
#social-container:hover {
    background-color: #CFC8B2;
  }
 
#social-wrapper {
    display: flex;          /* Выстраиваем элементы в ряд */
    gap: 10px;              /* Отступы между элементами */
}
 
.dc_button2 {
    font-weight: 700;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid rgba(65, 79, 106, .3);
    border-radius: 2px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .75) inset;
    min-width: 94px;
    margin: 5px;
}
}


.pie-chart445 .section5 {
/* Selection */
     top: 100px;
.red-background ::selection {
    left: 100px;
     background-color: #FFE556; /* Желтый цвет выделения */
     background-color: #008b8b;
     color: #202122; /* Темно-серый цвет текста */
}
}


.pie-chart445 .image-overlay-container {
::selection {
    position: absolute;
     background-color: #E8C437; /* цвет фона при выделении текста */
    top: 0;
    color: #202122;
     left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Сделает контейнер кликабельным, чтобы изображение было доступно */
}
}


.pie-chart445 .image-overlay-container img {
/* Main Page*/
.outer-container {
    background-color: #efe9de;
    padding: 10px;
    border: 2px solid #722215;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
 
.vector-search-box-input {
    background-color: rgb(221 215 204 / 93%);
    color: #010101;
     width: 100%;
     width: 100%;
     height: 100%;
     height: 2.15384615em;
     pointer-events: auto; /* Сделает изображение кликабельным */
     box-sizing: border-box;
     transform: scaleX(-1) rotate(90deg); /* Примените нужное преобразование */
    border: 1px solid #a2a9b1;
    border-radius: 2px;
    padding: 5px 2.15384615em 5px 0.4em;
    box-shadow: inset 0 0 0 1px transparent;
    font-family: inherit;
    font-size: 0.8125em;
    direction: ltr;
    transition-property: border-color, box-shadow;
     transition-duration: 250ms;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
}


body.page-Main_Page #content {
    background-image:
        url(/images/9/99/Clancy_Tyler.png),
        url(/images/6/6f/Josh_Torch.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;
}


.date-12202009 {
    background-color: #ffe556;
    margin-bottom: 50px;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}


.news-text {
    background-color: #ffe556;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}


.container23 {
    display: flex; /* Используем flexbox для размещения элементов в ряд */
}


.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
    margin: 0.3em 0 0;
    padding: 0;
}


.newstable {
    float: right; /* Выравнивание по правому краю */
    background-color: #EFE9DE; /* Фоновый цвет */
    border: 2px solid #722215; /* Граница */
    margin-bottom: 10px; /* Отступ снизу */
    list-style-type: none; /* Убирает стандартные маркеры <li> */
    width: 300px; /* Фиксированная ширина */
    padding: 0; /* Убирает внутренние отступы */
    border-radius: 10px 10px 0px 0px; /* Скругленные верхние углы */
    overflow: hidden; /* Скрытие переполненного контента */
    margin-right: 10px; /* Отступ справа */
    display: flex; /* Используем flexbox для управления внутренним содержимым */
    flex-direction: column; /* Вертикальная ориентация содержимого */
    height: 1015px;
    z-index: 10000; /* Устанавливаем высокий уровень слоя */
}


.news-segment {
    background-color: #EFE9DE;  /* Фон нижней части */
    padding: 10px;
    box-sizing: border-box;  /* Чтобы padding не увеличивал высоту */
    text-align: center;
    margin-bottom: 10px;
}


.news-segment2 {
    background-color: #EFE9DE;  /* Фон нижней части */
    padding: 10px;
    box-sizing: border-box;  /* Чтобы padding не увеличивал высоту */
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: center;  /* Горизонтальное выравнивание по центру */
    align-items: center;
}


.custom-li2 {
    background-color: #EFE9DE;
    border: 2px solid #722215;
    margin-bottom: 10px;
    list-style-type: none;  /* Убирает стандартные маркеры <li> */
    width: 300px;  /* Задает фиксированную ширину для примера */
    padding: 0;  /* Убирает внутренние отступы у <li> */
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    margin-right: 10px;
}


 
.top-part {
.relative-container {
    height: 30px;
  position: relative;
    color: white;
  min-width: 200px;
    padding: 4px;
  min-height: 200px;
    box-sizing: border-box;
  max-width: 200px;
    border-bottom: 1px solid #ccc;
  overflow: hidden;
    background-image: url(/images/d/db/Clancy_Letter_Background1.png);
  transform: scaleX(-1) rotate(-90deg);
    background-size: cover;
    text-align: center;
}
}


.orange-box {
.bottom-part {
  border: solid transparent;
    background-color: #EFE9DE; /* Фон нижней части */
  position: absolute;
    padding: 10px;
  width: 100px;
    box-sizing: border-box; /* Чтобы padding не увеличивал высоту */
  height: 100px;
  border: 0;
  background-color: #ffa500;
}
}


.bottom-left {
/* Убираем стандартные маркеры списка */
  bottom: 100px;
ul {
  left: 100px;
    padding-left: 0;
}
}


.bottom-right {
  bottom: 100px;
  right: 100px;
}


.top-right {
  top: 100px;
  right: 100px;
}


.turquoise-box {
 
  border: solid transparent;
 
  position: absolute;
/* HelUs Sidebar */
  top: 100px;
#help-container {
  left: 100px;
    background-color: #ffe556;
  width: 100px;
    background-image: url(/images/9/97/Sidebar.png);
  height: 100px;
    padding: 10px;
  border: 0;
    margin-top: 10px;
  background-color: #008b8b;
    text-align: center;
    max-width: 115px;
    margin-left: 12px;
    border: 3px solid #722215;
    border-radius: 10px 10px;
}
}


.turquoise-triangle {
#help-container div {
  border: solid transparent;
    color: #DDD7CC;
  position: absolute;
    font-size: 16px;
  top: 100px;
    font-weight: bold;
  right: 100px;
  width: 100px;
  height: 100px;
  border-width: 58.778525229247px 80.901699437495px 0px 0px;
  border-right-color: #008b8b;
}
}


.circle-frame {
.help-container {
  position: absolute;
    padding: 10px;             /* Внутренний отступ для контейнера */
  min-width: 200px;
    margin-top: 10px;         /* Отступ сверху */
  min-height: 200px;
    text-align: center;       /* Центрирование содержимого */
  overflow: hidden;
    font-family: 'MyCustomFont2', sans-serif; /* Применение пользовательского шрифта */
}
}


.help-header {
    color: #000;              /* Цвет текста заголовка */
    font-size: 0.80em;
    font-weight: bold;
    background-image: linear-gradient(to right, rgba(200, 204, 209, 0) 0, #AA3C14 33%, #AA3C14 66%, rgba(200, 204, 209, 0) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    text-align: left;
    margin-top: -10px;
}


.pie-chart4 {
.help-text {
     width: 200px;
     color: #000;               /* Цвет текста заголовка */
     height: 200px;
     font-size: 0.80em;       /* Размер шрифта */
     border-radius: 50%;
     background-image: linear-gradient(to right, rgba(200, 204, 209, 0) 0, #AA3C14 33%, #AA3C14 66%, rgba(200, 204, 209, 0) 100%);
     position: relative;
     background-position: center top; /* Положение фона */
     list-style: none;
     background-repeat: no-repeat;   /* Фон не повторяется */
     margin: 0;
    background-size: 100% 1px;      /* Размер фона */
     padding: 0;
    text-align: center;              /* Выравнивание текста по центру */
     background: url('/images/a/a4/Circle_frame.svg.png') no-repeat center center / cover;
     margin-top: 10px;               /* Отступ сверху */
     padding-top: 5px;                /* Отступ от фона на 5 пикселей */
}
 
.help-image {
    max-width: 105%;            /* Ограничивает ширину изображения до 100% от родительского контейнера */
    max-height: 105%;            /* Ограничивает высоту изображения до 100% от родительского контейнера */
    height: auto;                /* Высота будет автоматически подстраиваться для сохранения пропорций */
    width: auto;                /* Ширина будет автоматически подстраиваться для сохранения пропорций */
    margin-top: 10px;            /* Отступ сверху */
    display: block;              /* Обязательно, чтобы центрировать */
    margin-left: auto;          /* Центрирование */
    margin-right: auto;         /* Центрирование */
     border: 2px solid #722215;      /* Красная рамка вокруг изображения */
    border-radius: 8px;          /* Скругление углов рамки */
    background-color: transparent; /* Прозрачный фон для изображения */
    margin-left: -5px;
}
}


.pie-chart4 li {
 
     width: 100%;
/* Star */
    height: 100%;
.vector-menu-tabs #ca-unwatch.icon a:before {
    border-radius: 50%;
     background-image: url(/images/1/14/Unwatch-icon.png);
    position: absolute;
    clip: rect(0, 200px, 200px, 100px);
}
}


.pie-chart4 li:before {
/* More */
    content: "";
.more-menu {
    display: block;
     background-color: #C1BBB2; /* Замените #цвет_фона на соответствующий цвет */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip: rect(0, 100px, 200px, 0);
     background-color: var(--color);
    transform: rotate(calc(var(--percentage) * 3.6deg));
    transform-origin: 50% 50%;
}
}


.pie-chart4 li:nth-child(2) {
#p-cactions-label > span {
     transform: rotate(calc(25 * 3.6deg));
     color: black !important;
}
}


.pie-chart4 li:nth-child(3) {
#p-cactions {
     transform: rotate(calc(75 * 3.6deg));
    background-color: #C1BBB2 !important; /* Устанавливаем белый фон */
     background-image: linear-gradient(to bottom, rgba(167, 215, 249, 0) 0, #ddd7cc 100%);
}
}


.pie-chart4 li:nth-child(4) {
/* Version */
     transform: rotate(calc(150 * 3.6deg));
.personal-version {
    text-align: left;
    cursor: pointer; /* Указатель при наведении */
    margin-right: 20px; /* Можно отрегулировать для отступа от других элементов */
     display: inline-block;
}
}


.personal-version:hover {
    text-decoration: underline dotted; /* Подчеркивание точками при наведении */
}


/* Основной стиль для <li> */
.personal-version:hover::after {
.tooltip23-container {
    content: "Version October 2024";
  display: inline-block;
    position: absolute;
  position: relative;
    top: -20px;
  cursor: pointer;
    right: 0;
    background-color: white;
    border: 1px solid black;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
}


/* Скрытый по умолчанию всплывающий блок */
.container-ks {
.tooltip23-text {
    display: flex;
  visibility: hidden;
    align-items: center;
  border: 2px solid #C14424;
    justify-content: center;
  background-color: #EFE9DE;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px; /* Увеличил боковые отступы для лучшего оформления */
  position: absolute;
  z-index: 1;
  top: 125%; /* Позиция всплывающего блока теперь сверху */
  right: 2px; /* Отступ от правой стороны страницы на 5 пикселей */
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap; /* Запретить перенос текста на новую строку */
}
}


/* Треугольник-указатель всплывающего блока */
#version-info::after {
.tooltip23-text::after {
    content: "Version Beta 5.1 by October 2024. Read more";
  content: "";
    position: absolute;
  position: absolute;
    top: 20%;
  bottom: 100%; /* Установлено вверху всплывающего блока */
    left: 30%;
  left: 50%;
    transform: translateX(-50%);
  margin-left: -5px;
    background-color: #333333eb;
  border-width: 5px;
    color: #fff;
  border-style: solid;
    padding: 5px;
  border-color: transparent transparent #555 transparent; /* Изменён порядок цвета */
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 2000;
}
}


/* Показывать всплывающий блок при наведении */
#version-info:hover::after {
.tooltip23-container:hover .tooltip23-text {
    opacity: 1;
  visibility: visible;
  opacity: 1;
}
}


/* Concerts List Table */
#version-info {
/* Вставьте этот код в ваш MediaWiki CSS файл (например, Common.css) */
    margin-top: 50px;
    background-color: #f9f9f9;
    padding: 2px 5px; /* Меньше отступы */
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 10px; /* Меньший размер текста */
    cursor: pointer;
}


.shows-list {
.vector-menu-content {
     width: 65%;
     position: relative;
    border: 3px solid #D33328;
}
}


.shows-list th,
/* Если футер имеет обтекание */
.shows-list td {
#version-info {
     border: 1px solid #D33328;
     clear: both;
    text-align: center;
}
}


.shows-list th {
    background-color: #E6E6E6; /* Можно изменить на нужный цвет */
}


 
.quote-container {
 
  margin-top: 30px;
 
  position: relative;
 
  padding: 5px 10px;
 
  margin-right: 10px;
 
  max-width: 450px; /* Ограничение ширины */
 
  background: #FBF9F5;
.styled-list {
  word-wrap: break-word; /* Перенос слов, если они слишком длинные */
    list-style-type: none; /* Убирает стандартные маркеры списка */
  z-index: 1; /* Контейнер должен быть выше фона */
    padding: 0; /* Убирает отступы */
  font-family: 'MyCustomFont2', sans-serif;
}
}


.styled-item {
.quote-container::before {
     display: flex; /* Использует flexbox для размещения элементов в строке */
  content: '';
     border: 1px solid #D02019; /* Цвет рамки */
  position: absolute;
     margin: 5px 0; /* Отступы между элементами списка */
  top: -25px;
     padding: 5px; /* Внутренние отступы */
  left: 50%; /* Центрируем изображение */
  transform: translateX(-50%);
  width: 100%; /* Немного уменьшенная ширина изображения */
  height: 130px;
  background: url("/images/0/08/Above_quote.png") no-repeat center top;
  background-size: contain;
  z-index: 3; /* Изображение выше контейнера */
}
 
.quote-container::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%; /* Центрируем изображение */
  transform: translateX(-50%);
  width: 100%; /* Немного уменьшенная ширина изображения */
  height: 130px;
  background: url("/images/c/c8/Under_quote.png") no-repeat center bottom;
  background-size: contain;
  z-index: 3; /* Изображение выше контейнера */
}
 
.quote-content {
  position: relative;
  z-index: 7;
  padding: 5px 10px;
  text-align: center;
  font-family: 'MyCustomFont2', sans-serif; /* Использование шрифта MyCustomFont2 */
  font-style: italic; /* Курсив для текста цитаты */
  color: #555; /* Цвет текста (мягкий серый) */
  font-size: 16px; /* Уменьшенный размер шрифта */
  overflow: hidden; /* Предотвращаем переполнение */
}
 
.quote-author {
  text-align: right; /* Выравнивание текста по правому краю */
  font-family: 'MyCustomFont2', sans-serif; /* Использование шрифта MyCustomFont2 */
  font-size: 16px; /* Размер шрифта для имени автора */
  color: #333; /* Темный цвет текста для лучшей видимости */
  margin-top: 1px; /* Отступ сверху для отделения от цитаты */
  padding: 1px 2px; /* Небольшие отступы вокруг текста */
  position: relative; /* Позволяет добавить эффект теней или других стилей */
  z-index: 8; /* Убедимся, что автор находится выше других слоев */
  bottom: 50px;
}
 
 
 
 
 
#p-themes-label .vector-menu-heading-label:before {
    content: "Light Side";
}
 
#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;
}
 
#p-themes-item-light a {
    --background-color: #f1f1f1;
    --header-background-color: #ffffff;
    --content-background-color: #ffffff;
    direction: ltr;
    font-family: 'MyCustomFont2', sans-serif;
    visibility: hidden;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25em 0.5em;
    text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
 
#p-themes-item-light a:before {
    content: "Light Side";
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
 
#p-themes-item-dark a {
    --background-color: #f1f1f1;
    --header-background-color: #ffffff;
    --content-background-color: #ffffff;
    direction: ltr;
    font-family: 'MyCustomFont2', sans-serif;
    visibility: hidden;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25em 0.5em;
    text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
 
#p-themes-item-dark a:before {
    content: "Dark Side";
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
 
#p-themes-item-sai a {
    --background-color: #f1f1f1;
    --header-background-color: #ffffff;
    --content-background-color: #ffffff;
    direction: ltr;
    font-family: 'MyCustomFont2', sans-serif;
    visibility: hidden;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25em 0.5em;
    text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
 
#p-themes-item-sai a:before {
    content: "Scaled and Icy Era";
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
 
#p-themes-item-trench a {
    --background-color: #f1f1f1;
    --header-background-color: #ffffff;
    --content-background-color: #ffffff;
    direction: ltr;
    font-family: 'MyCustomFont2', sans-serif;
    visibility: hidden;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25em 0.5em;
    text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
 
#p-themes-item-trench a:before {
    content: "Trench Era";
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
 
#p-themes-item-trench-dark a {
    --background-color: #f1f1f1;
    --header-background-color: #ffffff;
    --content-background-color: #ffffff;
    direction: ltr;
    font-family: 'MyCustomFont2', sans-serif;
    visibility: hidden;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25em 0.5em;
    text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
 
#p-themes-item-trench-dark a:before {
    content: "Trench Dark Era";
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
 
#p-themes-item-blurryface a {
    --background-color: #f1f1f1;
    --header-background-color: #ffffff;
    --content-background-color: #ffffff;
    direction: ltr;
    font-family: 'MyCustomFont2', sans-serif;
    visibility: hidden;
    list-style: none;
    line-height: 1em;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.25em 0.5em;
    text-decoration: none;
    margin-left: -10px;
    text-align: center;
    font-size: 15px;
    color: red;
    background: transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    width: 100%;
    position: relative;
}
 
#p-themes-item-blurryface a:before {
    content: "Blurryface Era";
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3px; /* Отступ сверху */
    width: 100%;
    text-align: center;
    line-height: 1em;
    color: red;
    font-size: 15px;
    font-family: 'MyCustomFont2', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
 
#p-themes-item-light {
    position: relative;
    top: -26px;
    right: -10px;
    padding: 0;
    margin: 0;
}
 
 
 
 
 
.circle-chart-background {
    position: relative; /* Для позиционирования псевдоэлемента */
    width: 350px; /* Ширина фона (увеличена) */
    height: 350px; /* Высота фона (увеличена) */
    overflow: hidden; /* Скрываем все, что выходит за пределы круга */
    margin-left: 10px;
}
 
.circle-chart-background::before {
    content: ''; /* Создаем пустой контент для псевдоэлемента */
    position: absolute; /* Абсолютное позиционирование */
    width: 40.5%; /* Ширина псевдоэлемента */
    height: 40.5%; /* Высота псевдоэлемента */
    top: 0; /* Верхний край */
    left: 0; /* Левый край */
    z-index: 0; /* Помещаем на задний план */
}
 
.imagemap-content {
    position: relative; /* Для позиционирования содержимого */
    z-index: 1; /* Помещаем содержимое на передний план */
}
 
 
.ring-container7 {
    width: 200px;
    height: 200px;
    background-color: #EFE9DE;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5px;
    top 15px;
}
 
.regionalatbest {
    width: 99.5%;
    height: 99.5%;
    background: #21ABC6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Диаграмма на самом нижнем уровне */
}
 
.ring2 {
    width: 99.5%;
    height: 99.5%;
    background: conic-gradient(#21ABC6 0% 20%, #87B22A 20% 100%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Диаграмма на самом нижнем уровне */
}
 
.center2 {
    width: 145px;
    height: 145px;
    background-color: #EFE9DE;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* Центр кольца выше диаграммы */
}
 
.imagemap-content2 {
    position: absolute;
    z-index: 3; /* Карта изображения выше всех */
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
}
 
 
 
 
 
 
 
 
.image-container {
    width: 300px; /* Ширина контейнера */
    height: 200px; /* Высота контейнера */
    background-image: url('YourImage.jpg'); /* Путь к вашему изображению */
    background-size: contain; /* Подгонка изображения по размеру контейнера, сохраняя пропорции */
    background-position: center; /* Центрирование изображения */
    background-repeat: no-repeat; /* Предотвращение повторения изображения */
    border: 1px solid #ccc; /* Граница для визуализации */
}
 
 
 
 
.pie-chart445 {
    position: relative;
    min-width: 200px;
    min-height: 200px;
    max-width: 200px;
    overflow: hidden;
    transform: scaleX(-1) rotate(-90deg);
}
 
.pie-chart445 div {
    border: solid transparent;
    position: absolute;
    width: 100px;
    height: 100px;
}
 
.pie-chart445 .section1 {
    bottom: 100px;
    left: 100px;
    background-color: #ffa500;
}
 
.pie-chart445 .section2 {
    bottom: 100px;
    right: 100px;
    background-color: #ffa500;
}
 
.pie-chart445 .section3 {
    top: 100px;
    right: 100px;
    background-color: #ffa500;
}
 
.pie-chart445 .section4 {
    top: 100px;
    right: 100px;
    border-width: 58.778525229247px 80.901699437495px 0px 0px;
    border-right-color: #008b8b;
}
 
.pie-chart445 .section5 {
    top: 100px;
    left: 100px;
    background-color: #008b8b;
}
 
.pie-chart445 .image-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Сделает контейнер кликабельным, чтобы изображение было доступно */
}
 
.pie-chart445 .image-overlay-container img {
    width: 100%;
    height: 100%;
    pointer-events: auto; /* Сделает изображение кликабельным */
    transform: scaleX(-1) rotate(90deg); /* Примените нужное преобразование */
}
 
 
 
 
 
 
 
 
 
 
 
.relative-container {
  position: relative;
  min-width: 200px;
  min-height: 200px;
  max-width: 200px;
  overflow: hidden;
  transform: scaleX(-1) rotate(-90deg);
}
 
.orange-box {
  border: solid transparent;
  position: absolute;
  width: 100px;
  height: 100px;
  border: 0;
  background-color: #ffa500;
}
 
.bottom-left {
  bottom: 100px;
  left: 100px;
}
 
.bottom-right {
  bottom: 100px;
  right: 100px;
}
 
.top-right {
  top: 100px;
  right: 100px;
}
 
.turquoise-box {
  border: solid transparent;
  position: absolute;
  top: 100px;
  left: 100px;
  width: 100px;
  height: 100px;
  border: 0;
  background-color: #008b8b;
}
 
.turquoise-triangle {
  border: solid transparent;
  position: absolute;
  top: 100px;
  right: 100px;
  width: 100px;
  height: 100px;
  border-width: 58.778525229247px 80.901699437495px 0px 0px;
  border-right-color: #008b8b;
}
 
.circle-frame {
  position: absolute;
  min-width: 200px;
  min-height: 200px;
  overflow: hidden;
}
 
 
.pie-chart4 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url('/images/a/a4/Circle_frame.svg.png') no-repeat center center / cover;
}
 
.pie-chart4 li {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    clip: rect(0, 200px, 200px, 100px);
}
 
.pie-chart4 li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip: rect(0, 100px, 200px, 0);
    background-color: var(--color);
    transform: rotate(calc(var(--percentage) * 3.6deg));
    transform-origin: 50% 50%;
}
 
.pie-chart4 li:nth-child(2) {
    transform: rotate(calc(25 * 3.6deg));
}
 
.pie-chart4 li:nth-child(3) {
    transform: rotate(calc(75 * 3.6deg));
}
 
.pie-chart4 li:nth-child(4) {
    transform: rotate(calc(150 * 3.6deg));
}
 
 
/* Основной стиль для <li> */
.tooltip23-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
 
/* Скрытый по умолчанию всплывающий блок */
.tooltip23-text {
  visibility: hidden;
  border: 2px solid #C14424;
  background-color: #EFE9DE;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px; /* Увеличил боковые отступы для лучшего оформления */
  position: absolute;
  z-index: 1;
  top: 125%; /* Позиция всплывающего блока теперь сверху */
  right: 2px; /* Отступ от правой стороны страницы на 5 пикселей */
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap; /* Запретить перенос текста на новую строку */
}
 
/* Треугольник-указатель всплывающего блока */
.tooltip23-text::after {
  content: "";
  position: absolute;
  bottom: 100%; /* Установлено вверху всплывающего блока */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent; /* Изменён порядок цвета */
}
 
/* Показывать всплывающий блок при наведении */
.tooltip23-container:hover .tooltip23-text {
  visibility: visible;
  opacity: 1;
}
 
/* Concerts List Table */
/* Вставьте этот код в ваш MediaWiki CSS файл (например, Common.css) */
 
.shows-list {
    width: 65%;
    border: 3px solid #D33328;
}
 
.shows-list th,
.shows-list td {
    border: 1px solid #D33328;
    text-align: center;
}
 
.shows-list th {
    background-color: #E6E6E6; /* Можно изменить на нужный цвет */
}
 
 
 
 
 
 
 
 
 
 
.styled-item {
     display: flex; /* Использует flexbox для размещения элементов в строке */
     border: 1px solid #D02019; /* Цвет рамки */
     margin: 5px 0; /* Отступы между элементами списка */
     padding: 5px; /* Внутренние отступы */
}
 
.styled-item-top {
    display: flex; /* Использует flexbox для размещения элементов в строке */
    margin: 5px 0; /* Отступы между элементами списка */
    padding: 5px; /* Внутренние отступы */
}
 
.table-cell {
    border-right: 1px solid #D02019; /* Рамка справа от каждого элемента */
    padding: 5px; /* Внутренние отступы */
}
 
.table-cell:last-child {
    border-right: none; /* Убирает рамку у последнего элемента */
}
 
.table-cell-top {
    border-right: 1px solid #D02019; /* Рамка справа от каждого элемента */
    padding: 5px; /* Внутренние отступы */
}
 
 
 
 
 
 
 
 
 
/* Скрываем всплывающее окно по умолчанию */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}
 
/* Показываем всплывающее окно, если оно активно */
#concert-list-trigger:focus + .popup-overlay {
    display: flex;
}
 
.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 80%;
}
}


.styled-item-top {
.close-button {
     display: flex; /* Использует flexbox для размещения элементов в строке */
    position: absolute;
     margin: 5px 0; /* Отступы между элементами списка */
    top: 10px;
     padding: 5px; /* Внутренние отступы */
     right: 10px;
     cursor: pointer;
     font-size: 20px;
}
}


.table-cell {
/* Скрытие окна при потере фокуса */
    border-right: 1px solid #D02019; /* Рамка справа от каждого элемента */
.popup-overlay:focus-within {
     padding: 5px; /* Внутренние отступы */
     display: none;
}
}


.table-cell:last-child {
    border-right: none; /* Убирает рамку у последнего элемента */
}


.table-cell-top {
    border-right: 1px solid #D02019; /* Рамка справа от каждого элемента */
    padding: 5px; /* Внутренние отступы */
}




Line 767: Line 1,723:




/* Скрываем всплывающее окно по умолчанию */
 
.popup-overlay {
.square-list {
     display: none;
     list-style-type: none; /* Убираем стандартные маркеры списка */
     position: fixed;
     display: inline-block; /* Делаем элемент блочным для центрирования */
    top: 0;
     width: 100px; /* Ширина квадрата */
    left: 0;
     height: 100px; /* Высота квадрата */
     width: 100%;
     position: relative; /* Позволяет наложить картинку */
     height: 100%;
     margin: 10px; /* Отступ между элементами списка */
     background: rgba(0, 0, 0, 0.7);
     border: 1px solid #000; /* Граница квадрата (по желанию) */
     justify-content: center;
     align-items: center;
}
}


/* Показываем всплывающее окно, если оно активно */
.square-list img {
#concert-list-trigger:focus + .popup-overlay {
    position: absolute; /* Позволяет наложить картинку */
     display: flex;
    top: 0; /* Положение сверху */
    left: 0; /* Положение слева */
    width: 100%; /* Ширина картинки на 100% от элемента */
    height: 100%; /* Высота картинки на 100% от элемента */
     object-fit: cover; /* Сохраняет пропорции изображения */
}
}


.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 80%;
}


.close-button {
 
    position: absolute;
.ring-chart27 {
    top: 10px;
  position: relative;
    right: 10px;
  width: 200px;
    cursor: pointer;
  height: 200px;
    font-size: 20px;
  border-radius: 50%;
  background: white;
}
}


/* Скрытие окна при потере фокуса */
.ring-chart27:before {
.popup-overlay:focus-within {
  content: '';
    display: none;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  z-index: 1;
}
}


.ring-chart27:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/a/a4/Circle_frame.svg.png') no-repeat center;
  background-size: contain;
  z-index: 3;
}


.ring-chart27 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}


.ring-chart27 ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 50%, 100% 0%, 100% 100%);
  transition: background 0.3s ease;
}


.ring-chart27 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* Убираем подчеркивание у ссылок */
}


.ring-chart27 ul li:nth-child(1) {
  background-color: #4caf50;
  transform: rotate(0deg);
}


.ring-chart27 ul li:nth-child(1):hover {
  background-color: #66bb6a;
}


.ring-chart27 ul li:nth-child(2) {
  background-color: #ff9800;
  transform: rotate(90deg);
}


.ring-chart27 ul li:nth-child(2):hover {
  background-color: #ffb74d;
}


.ring-chart27 ul li:nth-child(3) {
  background-color: #2196f3;
  transform: rotate(180deg);
}


.ring-chart27 ul li:nth-child(3):hover {
  background-color: #64b5f6;
}


 
.ring-chart27 ul li:nth-child(4) {
.square-list {
  background-color: #f44336;
    list-style-type: none; /* Убираем стандартные маркеры списка */
  transform: rotate(270deg);
    display: inline-block; /* Делаем элемент блочным для центрирования */
    width: 100px; /* Ширина квадрата */
    height: 100px; /* Высота квадрата */
    position: relative; /* Позволяет наложить картинку */
    margin: 10px; /* Отступ между элементами списка */
    border: 1px solid #000; /* Граница квадрата (по желанию) */
}
}


.square-list img {
.ring-chart27 ul li:nth-child(4):hover {
    position: absolute; /* Позволяет наложить картинку */
  background-color: #ef5350;
    top: 0; /* Положение сверху */
    left: 0; /* Положение слева */
    width: 100%; /* Ширина картинки на 100% от элемента */
    height: 100%; /* Высота картинки на 100% от элемента */
    object-fit: cover; /* Сохраняет пропорции изображения */
}
}






.ring-chart27 {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: white;
}


.ring-chart27:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  width: 150px;
  height: 150px;
  background-color: white;
  border-radius: 50%;
  z-index: 1;
}


.ring-chart27:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/a/a4/Circle_frame.svg.png') no-repeat center;
  background-size: contain;
  z-index: 3;
}


.ring-chart27 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}


.ring-chart27 ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 50%, 100% 0%, 100% 100%);
  transition: background 0.3s ease;
}


.ring-chart27 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* Убираем подчеркивание у ссылок */
}


.ring-chart27 ul li:nth-child(1) {
  background-color: #4caf50;
  transform: rotate(0deg);
}


.ring-chart27 ul li:nth-child(1):hover {
  background-color: #66bb6a;
}


.ring-chart27 ul li:nth-child(2) {
  background-color: #ff9800;
  transform: rotate(90deg);
}


.ring-chart27 ul li:nth-child(2):hover {
  background-color: #ffb74d;
}


.ring-chart27 ul li:nth-child(3) {
  background-color: #2196f3;
  transform: rotate(180deg);
}


.ring-chart27 ul li:nth-child(3):hover {
 
  background-color: #64b5f6;
 
}
 
 
/* Стили для таблицы "New pages" */
.ring-chart27 ul li:nth-child(4) {
.new-pages-table {
  background-color: #f44336;
     display: inline-block;
  transform: rotate(270deg);
}
 
.ring-chart27 ul li:nth-child(4):hover {
  background-color: #ef5350;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* Стили для таблицы "New pages" */
.new-pages-table {
     display: inline-block;
     margin-left: 7px;
     margin-left: 7px;
     margin-right: 15px;
     margin-right: 15px;
Line 1,096: Line 2,003:
     text-decoration: none; /* Убирает подчеркивание */
     text-decoration: none; /* Убирает подчеркивание */
     color: #fff;
     color: #fff;
     margin-top: 10px;
     margin-top: 5px;
     margin-bottom: 10px;
     margin-bottom: 5px;
}
}


Line 1,142: Line 2,049:


.site-button {
.site-button {
    background-image: url('/images/6/66/Button_Background.png');
     background-color: #007bff;
     background-color: #007bff;
     color: white;
     color: white;
Line 1,148: Line 2,056:
     padding: 10px 20px;
     padding: 10px 20px;
     cursor: pointer;
     cursor: pointer;
    transition: background-position 0.5s ease-in-out;
}
.site-button:hover {
    background-position: 5% 5%;
}
}


Line 1,245: Line 2,158:
}
}


 
.rules-item {
    background-color: #EFE9DE;
    border: 3px solid #84817B;
    padding: 10px; /* Добавьте отступы по вашему усмотрению */
    border-radius: 5px; /* При необходимости добавьте скругление углов */
    list-style: none;
    padding-left: 20px;
    transform-origin: left;
    float:left;
}




Line 1,290: Line 2,212:


/* Замените .custom-link-text на класс или идентификатор вашего элемента */
/* Замените .custom-link-text на класс или идентификатор вашего элемента */
.custom-link-text a {
/* Сбрасываем стили для родительского <p>, если он есть */
     color: inherit; /* Сохраняет цвет текста */
.mw-parser-output .custom-link-text-p {
     text-decoration: none; /* Убирает подчеркивание */
     margin: 0;
    padding: 0;
}
 
/* Стили для .custom-link-text */
.mw-parser-output .custom-link-text {
    margin: 0;
    padding: 0;
     text-align: center;
    line-height: 1;
    display: inline;
    margin-right: 50px;
}
 
/* Стили для ссылок */
.mw-parser-output .custom-link-text a {
    color: inherit;
    text-decoration: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: inline;
}
}


Line 1,308: Line 2,251:
}
}


 
.comment-rules-text {
    font-family: 'MyCustomFont1';
    font-size: 22px;
    color: #000;
    line-height: 1; /* Устанавливаем высоту строки, чтобы минимизировать отступы */
    margin-top: 10px;
    background: #F7F1E6;
}


.interactchoise {
.interactchoise {
Line 2,024: Line 2,974:
     border: transparent;
     border: transparent;
     font-family: 'MyCustomFont2', sans-serif;
     font-family: 'MyCustomFont2', sans-serif;
    top: -30px;
}
}


Line 2,100: Line 3,051:
li.explore-adaptive-item {
li.explore-adaptive-item {
     background-color: #EFE9DE; /* Цвет фона */
     background-color: #EFE9DE; /* Цвет фона */
     border: 2px solid #999; /* Цвет и толщина рамки */
     border: 2px solid #722215; /* Цвет и толщина рамки */
     border-radius: 12px; /* Закругленные углы */
     border-radius: 12px; /* Закругленные углы */
     padding: 15px; /* Внутренние отступы */
     padding: 15px; /* Внутренние отступы */
Line 2,171: Line 3,122:
li.custom2-adaptive-item {
li.custom2-adaptive-item {
     background-color: #EFE9DE; /* Цвет фона */
     background-color: #EFE9DE; /* Цвет фона */
     border: 2px solid #999; /* Цвет и толщина рамки */
     border: 2px solid #722215; /* Цвет и толщина рамки */
     border-radius: 10px; /* Закругленные углы */
     border-radius: 10px; /* Закругленные углы */
     padding: 10px; /* Внутренние отступы */
     padding: 10px; /* Внутренние отступы */
Line 2,235: Line 3,186:
li.custom-adaptive-item {
li.custom-adaptive-item {
     background-color: #EFE9DE; /* Цвет фона */
     background-color: #EFE9DE; /* Цвет фона */
     border: 2px solid #999; /* Цвет и толщина рамки */
     border: 2px solid #722215; /* Цвет и толщина рамки */
     border-radius: 10px; /* Закругленные углы */
     border-radius: 10px; /* Закругленные углы */
     padding: 10px; /* Внутренние отступы */
     padding: 10px; /* Внутренние отступы */
Line 2,426: Line 3,377:
   
   
/* This is from the background color of the title of the Navigation menu in the left column */
/* This is from the background color of the title of the Navigation menu in the left column */
#p-navigation { background-color: #FFD800; border-radius: 10px 10px 0px 0px; border: 3px solid #722215; border-bottom:hidden; background-image:url(/images/9/97/Sidebar.png); font-family: 'MyCustomFont3', sans-serif; }
#p-navigation { background-color: #ffe556; border-radius: 10px 10px 0px 0px; border: 3px solid #722215; border-bottom:hidden; background-image:url(/images/9/97/Sidebar.png); font-family: 'MyCustomFont3', sans-serif; }


/* This is from the background color of the title of the Twenty one pilots menu in the left column */
/* This is from the background color of the title of the Twenty one pilots menu in the left column */
#p-Twenty_one_pilots { background-color: #FFD800; border: 3px solid #722215; border-bottom:hidden; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); font-family: 'MyCustomFont2', sans-serif; }
#p-Twenty_one_pilots { background-color: #ffe556; border: 3px solid #722215; border-bottom:hidden; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); font-family: 'MyCustomFont2', sans-serif; }


/* This is from the background color of the title of the Twenty one pilots menu in the left column */
/* This is from the background color of the title of the Twenty one pilots menu in the left column */
#p-Tyler_Joseph { background-color: #FFD800; border: 3px solid #722215; border-bottom:hidden; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); font-family: 'MyCustomFont2', sans-serif; }
#p-Tyler_Joseph { background-color: #ffe556; border: 3px solid #722215; border-bottom:hidden; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); font-family: 'MyCustomFont2', sans-serif; }


/* This is from the background color of the title of the Members menu in the left column */
/* This is from the background color of the title of the Members menu in the left column */
#p-Members { background-color: #FFD800; border: 3px solid #722215; border-bottom:hidden; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); font-family: 'MyCustomFont2', sans-serif; }
#p-Members { background-color: #ffe556; border: 3px solid #722215; border-bottom:hidden; border-top:hidden; background-image:url(/images/3/38/Sidebar2.png); font-family: 'MyCustomFont2', sans-serif; }


.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;}
Line 2,497: Line 3,448:
body #p-personal li#p-themes > span { position: relative; top: 24px; left: -101px; }
body #p-personal li#p-themes > span { position: relative; top: 24px; left: -101px; }


.vector-user-menu-legacy li { position: relative; top: -26px; right: -10px; }
.vector-user-menu-legacy li { position: relative; top: -29px; right: -10px; }


.mwe-popups .mwe-popups-extract:after, .mwe-popups .mwe-popups-extract blockquote:after { content: ' '; position: absolute; bottom: 0; width: 25%; height: 20px; background-color: #EFE9DE; pointer-events: none; }
.mwe-popups .mwe-popups-extract:after, .mwe-popups .mwe-popups-extract blockquote:after { content: ' '; position: absolute; bottom: 0; width: 25%; height: 20px; background-color: #EFE9DE; pointer-events: none; }
Line 2,530: Line 3,481:
.toc, .toccolours { border-radius: 8px 8px; border: 3px solid #D33328; background-color: #EFE9DE; }
.toc, .toccolours { border-radius: 8px 8px; border: 3px solid #D33328; background-color: #EFE9DE; }


#p-tb { background-color: #FFD800; border-radius: 0px 0px 10px 10px; border: 3px solid #722215; border-top:hidden; background-image: url(/images/9/97/Sidebar.png); font-family: 'MyCustomFont2', sans-serif; }
#p-tb { background-color: #ffe556; border-radius: 0px 0px 10px 10px; border: 3px solid #722215; border-top:hidden; background-image: url(/images/9/97/Sidebar.png); font-family: 'MyCustomFont2', sans-serif; }


#p-personal ul { background: #DDD7CC; border-radius: 3px 3px; border: 2px solid #D33328; padding:0.1em 1.5em; height: 23px; }
#p-personal ul { background: #DDD7CC; border-radius: 3px 3px; border: 2px solid #D33328; padding:0.1em 1.5em; height: 23px; }


#mw-head { background-image: url(/images/4/42/Heared-3_%283%29.gif);}
#mw-head { background-image: url(/images/2/24/Hello_Clancy_Banner.png);} /*banner*/


.vector-menu-tabs-legacy .selected { background: #DDD7CC }
.vector-menu-tabs-legacy .selected { background: #DDD7CC }

Navigation menu