Сборки серверов

СливПлатные

Сейчас онлайн

  • Foraile
  • bilii2024
  • mrdanuul
  • ertertet
  • sksjns
  • sookemi
  • kyotoagony
  • vafleur
  • gggosha
  • f1ft1x
  • ettale
  • MrGomer
  • Inquisit0R
  • ScorpRex
  • iMeeTake
  • Larensio
  • derzikkk
  • Rmon
  • Faighto
  • canduman987
  • qwe123
  • fgbefgerg
  • goidadaun
  • _HoSH1n0_
  • boulisimo
  • starrkkaa
  • Angel_Rui
  • FenixFer0mir
  • Akymaaa
  • eldichka
  • HumenYT
  • PGodness
  • shadowstich
  • asdqwwd
  • nizam
  • GhostRider_YT
  • IMasson
  • Korolevsky
  • sashav
  • MrFirest
  • qucid15
  • hatless
  • FlickG870
  • overdozz
  • alfaaguilar
  • HardRedux
  • t0rpedv
  • dsafa
  • Vincent
  • traceroute
  • FarmPL172

Модификация Новогодний спойлер (bbCode) (Модификация)

Dokaev
Было:

1765108906732

Стало:

1765108939213

Шаблоны - Extra Less прописываем код внизу и по желанию меняем палитру под себя

CSS:
.bbCodeSpoiler {
    border: 1px solid #c93c3c;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 0;

    .bbCodeSpoiler-button {
        background: linear-gradient(135deg, #c93c3c 0%, #8b0000 100%);
        color: #fff !important;
        padding: 12px 15px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        position: relative;
        transition: all 0.3s ease;

        &::before {
            content: "🎄🎅";
            margin-right: 8px;
        }

        &:hover {
            background: linear-gradient(135deg, #d45c5c 0%, #a52a2a 100%);
        }

        &::after {
            content: "";
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    .bbCodeSpoiler-content {
        background-color: #1f1f2e;
        padding: 15px;
        border-top: 1px solid #1f1f2e;
    }
        }
 
ВерхНиз