MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(436 intermediate revisions by the same user not shown)
Line 1: Line 1:
.quote-container {
.mw-kartographer-map,
   position: relative;
.mw-kartographer-map .leaflet-container {
   padding: 10px;
   height: 400px !important;
   margin: 10px;
}
   max-width: 400px; /* Ограничение ширины */
 
   background: #FBF9F5;
 
   word-wrap: break-word; /* Перенос слов, если они слишком длинные */
.infobox-venue {
   z-index: 1; /* Контейнер должен быть выше фона */
   width: 320px;
   font-family: 'MyCustomFont2', sans-serif;
   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);
}
}


.quote-container::before {
.infobox-venue > caption,
  content: '';
.infobox-venue > tbody > tr:first-child > th[colspan="2"],
  position: absolute;
.infobox-venue > .infobox-title {
  top: -15px;
   display: none;
  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-title {
  content: '';
   font-weight: 700;
  position: absolute;
  bottom: -15px;
  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-image {
   position: relative;
   padding: 0;
   z-index: 7;
   background: #1a0b0b;
   padding: 20px 10px;
}
   text-align: center;
.infobox-venue .ib-img {
   background: white;
   display: block;
   font-family: 'MyCustomFont2', sans-serif; /* Использование шрифта MyCustomFont2 */
   width: 100%;
   font-style: italic; /* Курсив для текста цитаты */
   height: auto;
   color: #555; /* Цвет текста (мягкий серый) */
   border-bottom: 1px solid #4a1111;
   font-size: 16px; /* Уменьшенный размер шрифта */
}
   border-left: 4px solid #ccc; /* Левый отступ для выделения */
.infobox-venue .ib-caption {
   margin-left: 20px; /* Отступ для визуального эффекта */
   font-size: 85%;
   overflow: hidden; /* Предотвращаем переполнение */
   color: #ccc;
   padding: .4em .8em;
   border-bottom: 1px solid #311010;
  background: #130505;
}
 
.infobox-venue th {
   text-align: left;
  vertical-align: top;
  width: 40%;
  white-space: nowrap;
  padding: .5em .7em;
   color: #ffd4d4;
  background: #170909;
  border-bottom: 1px solid #2d0e0e;
}
}


.infobox-venue td {
  padding: .5em .7em;
  border-bottom: 1px solid #231010;
  vertical-align: top;
}


.infobox-venue .ib-note {
  opacity: .8;
  font-style: italic;
  font-size: 90%;
}


.infobox-venue .ib-map {
  padding: 0;
  border-top: 1px solid #2d0e0e;
  background: #0f0f0f;
}






#p-themes-label .vector-menu-heading-label:before {
.image-frame2 {
    content: "Light Side";
  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 {
#p-themes-label .vector-menu-heading-label {
  display: block;
    visibility: hidden;
  width: 206px;
    position: relative;
  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 {
#p-themes-label .vector-menu-heading-label:before {
  background: #181217;
    visibility: visible;
  color: #e0a6b4;
    position: absolute;
  border-bottom: 6px solid #c72a37;
    left: 0;
  border-left: 11px solid #c72a37;
    top: 0;
  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-item-light a {
 
     --background-color: #f1f1f1;
 
    --header-background-color: #ffffff;
 
     --content-background-color: #ffffff;
/* Стили для SetlistBox */
    direction: ltr;
.setlist-anim {
    font-family: 'MyCustomFont2', sans-serif;
    animation: setlist-fadein 0.8s ease;
     visibility: hidden;
}
     list-style: none;
@keyframes setlist-fadein {
     line-height: 1em;
     from { opacity: 0; transform: translateY(20px);}
     display: block;
     to { opacity: 1; transform: none;}
}
.setlist-label {
     color: #666;
     font-size: 90%;
     padding-right: 0.5em;
     font-style: italic;
     white-space: nowrap;
     white-space: nowrap;
    cursor: pointer;
}
    padding: 0.25em 0.5em;
.setlist-row:hover {
    text-decoration: none;
     background: #f6fbf1;
     margin-left: -10px;
     transition: background 0.3s;
     text-align: center;
}
    font-size: 15px;
 
    color: red;
 
    background: transparent;
.setlist-song {
    transition: color 0.3s ease, text-shadow 0.3s ease;
     margin-right: 1.1em;
     width: 100%;
     display: inline-block;
     position: relative;
}
}


#p-themes-item-light a:before {
 
     content: "Light";
.collapsible-setlist {
     visibility: visible;
    font-size: 97%;
     position: absolute;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.collapsible-setlist-row {
    display: block;
    margin-left: 0.5em;
    margin-bottom: 0.12em;
    color: #363636;
    white-space: nowrap;
}
.collapsible-setlist-symbol {
    font-size: 80%;
    margin-right: 0.5em;
    color: #aaa;
    font-family: 'Arial Unicode MS', Arial, sans-serif;
     vertical-align: middle;
}
 
/* Стили для символа "?" */
.not-confirmed {
    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;
    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; /* Учитывает рамку и отступы в размерах */
}
}


#p-themes-item-dark a {
/* Анимация появления */
     --background-color: #f1f1f1;
@keyframes fadeIn {
    --header-background-color: #ffffff;
     from {
    --content-background-color: #ffffff;
        opacity: 0;
    direction: ltr;
        transform: translateY(10px); /* Легкий сдвиг вниз */
    font-family: 'MyCustomFont2', sans-serif;
     }
    visibility: hidden;
     to {
    list-style: none;
        opacity: 1;
    line-height: 1em;
        transform: translateY(0);
    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";
.photo-frame img {
     visibility: visible;
     border-style: solid; /* Тип рамки */
     position: absolute;
     border-color: #D02019; /* Красная рамка */
    left: 50%;
     border-width: 20px 40px; /* Верх/низ: 20px, лево/право: 40px */
    transform: translateX(-50%);
     display: block; /* Убирает лишние отступы под изображением */
     top: 5px; /* Отступ сверху */
     max-width: 300px; /* Увеличенная максимальная ширина изображения */
     width: 100%;
     max-height: 450px; /* Увеличенная максимальная высота изображения */
     text-align: center;
     height: auto; /* Сохраняет пропорции изображения */
     line-height: 1em;
     object-fit: contain; /* Изображение не обрезается, а вписывается целиком */
    color: red;
     box-sizing: border-box; /* Рамка включается в размеры изображения */
     font-size: 15px;
     transition: all 0.3s ease; /* Плавный переход для всех изменений */
     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;
.photo-frame img:hover {
     --header-background-color: #ffffff;
    border-width: 23px 47px; /* Увеличиваем рамку при наведении */
     --content-background-color: #ffffff;
    transform: scale(1.05); /* Увеличение изображения на 5% */
     direction: ltr;
}
    font-family: 'MyCustomFont2', sans-serif;
 
     visibility: hidden;
/* Стиль для подписи */
     list-style: none;
.photo-frame .caption {
     line-height: 1em;
     margin-top: 5px; /* Минимальный отступ сверху для подписи */
     display: block;
    font-size: 14px; /* Размер шрифта подписи */
     white-space: nowrap;
     color: #333; /* Цвет текста подписи */
     line-height: 1.2; /* Межстрочный интервал для компактности */
}
 
/* Media */
.social-media-row {
    display: flex; /* Располагаем элементы в ряд */
     gap: 10px; /* Отступ между контейнерами */
}
 
/* Стили для каждого контейнера */
.social-media {
     width: 75px;
     height: 75px;
     border: 2px solid #000;
     border-radius: 8px;
     background-color: transparent;
     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;
}
}


#p-themes-item-sai a:before {
.social-media-row {
     content: "SaI theme";
     display: flex;
     visibility: visible;
     gap: 10px;
     position: absolute;
     justify-content: center; /* Центрирует ряд по горизонтали */
    left: 50%;
}
     transform: translateX(-50%);
 
     top: 5px; /* Отступ сверху */
.social-media:hover {
     transform: scale(1.1);
}
 
.social-media:active {
     background-color: #ccc;
}
 
.social-media a {
     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 theme";
.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;
/* Показываем текст "Copied" и запускаем анимацию исчезновения */
.copyable-text.copied::after {
     opacity: 1;
     animation: fadeOut 1.3s forwards; /* Анимация исчезновения */
}
}


#p-themes-item-trench-dark a {
/* Анимация для плавного исчезновения */
     --background-color: #f1f1f1;
@keyframes fadeOut {
    --header-background-color: #ffffff;
     0% { opacity: 1; }
    --content-background-color: #ffffff;
     77% { opacity: 1; } /* 77% от 1.3s = ~1s, текст виден 1 секунду */
    direction: ltr;
     100% { opacity: 0; }
    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 {
/* Kitchen Sink Logo*/
    content: "Trench Dark";
 
    visibility: visible;
 
    position: absolute;
/* Kitchen Sink */
    left: 50%;
.mw-parser-output .life-wrapper {
    transform: translateX(-50%);
     display: flex;
     top: 3px; /* Отступ сверху */
     width: 100%;
     width: 100%;
     text-align: center;
     max-width: 1390px;
     line-height: 1em;
    min-height: 6vh;
     color: red;
    margin-bottom: 1.5em;
     font-size: 15px;
    padding: 0;
     font-family: 'MyCustomFont2', sans-serif;
    align-items: center;
     white-space: nowrap;
     justify-content: center;
     cursor: pointer;
     box-sizing: border-box;
     transition: color 0.3s ease, text-shadow 0.3s ease;
     margin-left: auto;
     margin-right: auto;
}
 
.mw-parser-output .life-wrapper-inner {
    display: flex;
     align-items: center;
     justify-content: center;
     width: 1390px;
    margin-left: 60px; /* Смещаем вправо на 50px (настройте по желанию) */
}
}


#p-themes-item-blurryface a {
.mw-parser-output .survival-text {
    --background-color: #f1f1f1;
     font-size: 16px;
    --header-background-color: #ffffff;
     margin: 0;
    --content-background-color: #ffffff;
     padding: 0;
    direction: ltr;
     line-height: 1;
     font-family: 'MyCustomFont2', sans-serif;
     margin-right: 0.5em;
     visibility: hidden;
     display: inline-block;
     list-style: none;
}
     line-height: 1em;
 
     display: block;
.mw-parser-output .kitchen_sink {
    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;
     position: relative;
    display: flex;
    align-items: center;
    width: 150px;
    margin: 0;
    padding: 0;
}
}


#p-themes-item-blurryface a:before {
.mw-parser-output .pillar {
     content: "Blurryface theme";
    width: 5px;
     visibility: visible;
    height: 28px;
    background-color: #D02019;
    margin: 0;
}
 
.mw-parser-output .left-pillar {
    margin-right: 50px;
}
 
.mw-parser-output .right-pillar {
     transform: rotate(20deg);
     margin-left: -35px;
}
 
.mw-parser-output .bridge-beam {
     position: absolute;
     position: absolute;
     left: 50%;
    width: 10px;
     transform: translateX(-50%);
    height: 5px;
     top: 3px; /* Отступ сверху */
    background-color: #D02019;
    width: 100%;
    top: 50%;
    text-align: center;
     left: calc(50% - 30px - 38px);
     line-height: 1em;
     transform: translateY(-50%);
     color: red;
     margin: 0;
     font-size: 15px;
}
     font-family: 'MyCustomFont2', sans-serif;
 
    white-space: nowrap;
/* Setlist */
    cursor: pointer;
 
    transition: color 0.3s ease, text-shadow 0.3s ease;
.mw-parser-output .count-songlist {
     margin: 0;
     padding: 0;
     list-style: none;
     counter-reset: count-songlist-counter;
}
}


#p-themes-item-light {
.mw-parser-output .count-songlist div {
    margin: 0.2em 0;
    padding-left: 2em;
     position: relative;
     position: relative;
     top: -26px;
     counter-increment: count-songlist-counter;
    right: -10px;
    padding: 0;
    margin: 0;
}
}


.mw-parser-output .count-songlist div:first-child {
    margin-top: 0.5em;
}


.mw-parser-output .count-songlist div:last-child {
    margin-bottom: 1.5em;
}


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


.mw-wiki-logo {
    background-image: url(images/wiki2.png);
    transition: transform 0.3s ease-in-out; /* Добавляем плавную анимацию */
}


.circle-chart-background {
.mw-wiki-logo:hover {
     position: relative; /* Для позиционирования псевдоэлемента */
     transform: scale(1.1); /* Увеличиваем масштаб на 10% */
    width: 350px; /* Ширина фона (увеличена) */
}
    height: 350px; /* Высота фона (увеличена) */
 
    overflow: hidden; /* Скрываем все, что выходит за пределы круга */
ul {
    margin-left: 10px;
  margin: 0.3em 0 0 1.6em; /* Отступ сверху и слева для всего списка */
  padding: 0; /* Убираем внутренние отступы контейнера */
  list-style-type: disc; /* Тип маркера — круглые точки */
}
}


.circle-chart-background::before {
ul li {
    content: ''; /* Создаем пустой контент для псевдоэлемента */
  margin: 0 0 0.2em 0; /* Небольшой отступ снизу между элементами списка */
    position: absolute; /* Абсолютное позиционирование */
  padding: 0; /* Без внутренних отступов для элементов */
    width: 40.5%; /* Ширина псевдоэлемента */
    height: 40.5%; /* Высота псевдоэлемента */
    top: 0; /* Верхний край */
    left: 0; /* Левый край */
    z-index: 0; /* Помещаем на задний план */
}
}


.imagemap-content {
 
     position: relative; /* Для позиционирования содержимого */
ul {
    z-index: 1; /* Помещаем содержимое на передний план */
     padding-left: 0;
}
}


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


.ring-container7 {
.text-effect {
     width: 200px;
     font-size: 25px; /* начальный размер шрифта */
     height: 200px;
     color: black; /* начальный цвет текста */
    background-color: #EFE9DE;
     transition: color 0.3s ease, font-size 0.3s ease; /* плавный переход для цвета и размера шрифта */
     position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5px;
    top 15px;
}
}


.ring2 {
.text-effect:hover {
     width: 99.5%;
     color: #b22222; /* тускло-красный цвет при наведении */
    height: 99.5%;
     font-size: 28px; /* немного увеличенный размер шрифта */
    background: conic-gradient(#21ABC6 0% 20%, #87B22A 20% 100%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
     z-index: 1; /* Диаграмма на самом нижнем уровне */
}
}


.center2 {
 
     width: 145px;
.c-form-title {
     height: 145px;
     font-family: 'MyCustomFont1';
     background-color: #EFE9DE;
     font-size: 40px;
     border-radius: 50%;
     color: #D02019;
    position: absolute;
     line-height: 1;
     top: 50%;
     margin-top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* Центр кольца выше диаграммы */
}
}


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


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


.licontent .li-header {
    background: #8d2536;
    border: 2px solid #0f0f0f; /* Устанавливаем общую границу */
    border-bottom: none; /* Убираем нижнюю границу */
    height: 10px; /* Задайте подходящую высоту заголовка */
    color: #ffffff;
    font-weight: bold;
    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 {
 
     text-decoration: underline;
 
.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; /* Граница для визуализации */
}
}




 
/* Скрытие оригинального текста и замена на "Comments" */
 
a[rel="discussion"] span {
.pie-chart445 {
    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;
/* Container */
#medias-table {
    background-color: #efe9de;
    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;             /* Отступы между элементами */
}
}


.pie-chart445 .section3 {
.dc_button2 {
     top: 100px;
    font-weight: 700;
     right: 100px;
    text-align: center;
     background-color: #ffa500;
    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 .section4 {
/* Selection */
    top: 100px;
.red-background ::selection {
    right: 100px;
     background-color: #FFE556; /* Желтый цвет выделения */
     border-width: 58.778525229247px 80.901699437495px 0px 0px;
     color: #202122; /* Темно-серый цвет текста */
     border-right-color: #008b8b;
}
}


.pie-chart445 .section5 {
::selection {
     top: 100px;
     background-color: #E8C437; /* цвет фона при выделении текста */
     left: 100px;
     color: #202122;
    background-color: #008b8b;
}
}


.pie-chart445 .image-overlay-container {
/* Main Page*/
     position: absolute;
.outer-container {
     top: 0;
     background-color: #efe9de;
     left: 0;
     padding: 10px;
     width: 100%;
     border: 2px solid #722215;
     height: 100%;
     margin-bottom: 10px;
     pointer-events: none; /* Сделает контейнер кликабельным, чтобы изображение было доступно */
     overflow: hidden;
     border-radius: 10px 10px 0px 0px;
}
}


.pie-chart445 .image-overlay-container img {
.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 {
    height: 30px;
    color: white;
    padding: 4px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    background-image: url(/images/d/db/Clancy_Letter_Background1.png);
    background-size: cover;
    text-align: center;
}


.relative-container {
.bottom-part {
  position: relative;
    background-color: #EFE9DE; /* Фон нижней части */
  min-width: 200px;
    padding: 10px;
  min-height: 200px;
    box-sizing: border-box; /* Чтобы padding не увеличивал высоту */
  max-width: 200px;
  overflow: hidden;
  transform: scaleX(-1) rotate(-90deg);
}
}


.orange-box {
/* Убираем стандартные маркеры списка */
  border: solid transparent;
ul {
  position: absolute;
    padding-left: 0;
  width: 100px;
}
  height: 100px;
 
  border: 0;
 
  background-color: #ffa500;
 
 
 
/* HelUs Sidebar */
#help-container {
    background-color: #ffe556;
    background-image: url(/images/9/97/Sidebar.png);
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    max-width: 115px;
    margin-left: 12px;
    border: 3px solid #722215;
    border-radius: 10px 10px;
}
}


.bottom-left {
#help-container div {
  bottom: 100px;
    color: #DDD7CC;
  left: 100px;
    font-size: 16px;
    font-weight: bold;
}
}


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


.top-right {
.help-header {
  top: 100px;
    color: #000;              /* Цвет текста заголовка */
  right: 100px;
    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;
}
}


.turquoise-box {
.help-text {
  border: solid transparent;
    color: #000;               /* Цвет текста заголовка */
  position: absolute;
    font-size: 0.80em;        /* Размер шрифта */
  top: 100px;
    background-image: linear-gradient(to right, rgba(200, 204, 209, 0) 0, #AA3C14 33%, #AA3C14 66%, rgba(200, 204, 209, 0) 100%);
  left: 100px;
    background-position: center top; /* Положение фона */
  width: 100px;
    background-repeat: no-repeat;   /* Фон не повторяется */
  height: 100px;
    background-size: 100% 1px;       /* Размер фона */
  border: 0;
    text-align: center;             /* Выравнивание текста по центру */
  background-color: #008b8b;
    margin-top: 10px;               /* Отступ сверху */
    padding-top: 5px;               /* Отступ от фона на 5 пикселей */
}
}


.turquoise-triangle {
.help-image {
  border: solid transparent;
    max-width: 105%;            /* Ограничивает ширину изображения до 100% от родительского контейнера */
  position: absolute;
    max-height: 105%;            /* Ограничивает высоту изображения до 100% от родительского контейнера */
  top: 100px;
    height: auto;               /* Высота будет автоматически подстраиваться для сохранения пропорций */
  right: 100px;
    width: auto;                 /* Ширина будет автоматически подстраиваться для сохранения пропорций */
  width: 100px;
    margin-top: 10px;           /* Отступ сверху */
  height: 100px;
    display: block;             /* Обязательно, чтобы центрировать */
  border-width: 58.778525229247px 80.901699437495px 0px 0px;
    margin-left: auto;           /* Центрирование */
  border-right-color: #008b8b;
    margin-right: auto;         /* Центрирование */
    border: 2px solid #722215;       /* Красная рамка вокруг изображения */
    border-radius: 8px;          /* Скругление углов рамки */
    background-color: transparent; /* Прозрачный фон для изображения */
    margin-left: -5px;
}
}


.circle-frame {
 
  position: absolute;
/* Star */
  min-width: 200px;
.vector-menu-tabs #ca-unwatch.icon a:before {
  min-height: 200px;
    background-image: url(/images/1/14/Unwatch-icon.png);
  overflow: hidden;
}
}


/* More */
.more-menu {
    background-color: #C1BBB2; /* Замените #цвет_фона на соответствующий цвет */
}


.pie-chart4 {
#p-cactions-label > span {
     width: 200px;
     color: black !important;
    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 {
#p-cactions {
     width: 100%;
     background-color: #C1BBB2 !important; /* Устанавливаем белый фон */
     height: 100%;
     background-image: linear-gradient(to bottom, rgba(167, 215, 249, 0) 0, #ddd7cc 100%);
    border-radius: 50%;
    position: absolute;
    clip: rect(0, 200px, 200px, 100px);
}
}


.pie-chart4 li:before {
/* Version */
     content: "";
.personal-version {
    display: block;
     text-align: left;
    width: 100%;
     cursor: pointer; /* Указатель при наведении */
    height: 100%;
     margin-right: 20px; /* Можно отрегулировать для отступа от других элементов */
    border-radius: 50%;
     display: inline-block;
     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) {
.personal-version:hover {
     transform: rotate(calc(25 * 3.6deg));
     text-decoration: underline dotted; /* Подчеркивание точками при наведении */
}
}


.pie-chart4 li:nth-child(3) {
.personal-version:hover::after {
     transform: rotate(calc(75 * 3.6deg));
    content: "Version October 2024";
    position: absolute;
    top: -20px;
    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);
}
}


.pie-chart4 li:nth-child(4) {
.container-ks {
     transform: rotate(calc(150 * 3.6deg));
    display: flex;
    align-items: center;
     justify-content: center;
}
}


#version-info::after {
    content: "Version Beta 5.1 by October 2024. Read more";
    position: absolute;
    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: 2000;
}


/* Основной стиль для <li> */
#version-info:hover::after {
.tooltip23-container {
    opacity: 1;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
}


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


/* Треугольник-указатель всплывающего блока */
.vector-menu-content {
.tooltip23-text::after {
    position: relative;
  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 {
#version-info {
  visibility: visible;
    clear: both;
  opacity: 1;
}
}




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


.styled-item-top {
.quote-container::after {
     display: flex; /* Использует flexbox для размещения элементов в строке */
  content: '';
     margin: 5px 0; /* Отступы между элементами списка */
  position: absolute;
     padding: 5px; /* Внутренние отступы */
  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%;
}
 
.close-button {
    position: absolute;
    top: 10px;
    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 691: Line 1,723:




/* Скрываем всплывающее окно по умолчанию */
.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;
}


/* Показываем всплывающее окно, если оно активно */
.square-list {
#concert-list-trigger:focus + .popup-overlay {
    list-style-type: none; /* Убираем стандартные маркеры списка */
     display: flex;
    display: inline-block; /* Делаем элемент блочным для центрирования */
    width: 100px; /* Ширина квадрата */
    height: 100px; /* Высота квадрата */
    position: relative; /* Позволяет наложить картинку */
    margin: 10px; /* Отступ между элементами списка */
     border: 1px solid #000; /* Граница квадрата (по желанию) */
}
}


.popup-content {
.square-list img {
     background: #fff;
     position: absolute; /* Позволяет наложить картинку */
     padding: 20px;
     top: 0; /* Положение сверху */
     border-radius: 8px;
     left: 0; /* Положение слева */
     max-width: 500px;
     width: 100%; /* Ширина картинки на 100% от элемента */
     width: 80%;
     height: 100%; /* Высота картинки на 100% от элемента */
    object-fit: cover; /* Сохраняет пропорции изображения */
}
}


.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}
/* Скрытие окна при потере фокуса */
.popup-overlay:focus-within {
    display: none;
}




 
.ring-chart27 {
 
   position: relative;
 
 
 
 
 
 
 
 
.square-list {
    list-style-type: none; /* Убираем стандартные маркеры списка */
    display: inline-block; /* Делаем элемент блочным для центрирования */
    width: 100px; /* Ширина квадрата */
    height: 100px; /* Высота квадрата */
    position: relative; /* Позволяет наложить картинку */
    margin: 10px; /* Отступ между элементами списка */
    border: 1px solid #000; /* Граница квадрата (по желанию) */
}
 
.square-list img {
    position: absolute; /* Позволяет наложить картинку */
    top: 0; /* Положение сверху */
    left: 0; /* Положение слева */
    width: 100%; /* Ширина картинки на 100% от элемента */
    height: 100%; /* Высота картинки на 100% от элемента */
    object-fit: cover; /* Сохраняет пропорции изображения */
}
 
 
 
.ring-chart27 {
   position: relative;
   width: 200px;
   width: 200px;
   height: 200px;
   height: 200px;
Line 1,020: 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,066: 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,072: 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,169: 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,214: 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,232: 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 1,948: Line 2,974:
     border: transparent;
     border: transparent;
     font-family: 'MyCustomFont2', sans-serif;
     font-family: 'MyCustomFont2', sans-serif;
    top: -30px;
}
}


Line 2,024: 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,095: 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,159: 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,350: 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,421: 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,454: 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/3/38/Sidebar2.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