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

Нет описания правки
Нет описания правки
Строка 25: Строка 25:


.dropdown-content a::before {
.dropdown-content a::before {
     border: 20px solid transparent !important;
     background-image: url('https://asciawiki.ru/images/a/a7/%D0%97%D0%B2%D1%91%D0%B7%D0%B4%D0%BE%D1%87%D0%BA%D0%B0.png'); /* Замените на свою иконку */
    padding: 0px !important;
     left: -25px;
    border-spacing: 0px !important;
    border-image: url('https://asciawiki.ru/images/3/31/Border1.png') 24 round !important;
     border-radius: 35px;
     transform: translateX(-10px);
     transform: translateX(-10px);
}
}


.dropdown-content a::after {
.dropdown-content a::after {
     border: 20px solid transparent !important;
     background-image: url('https://asciawiki.ru/images/a/a7/%D0%97%D0%B2%D1%91%D0%B7%D0%B4%D0%BE%D1%87%D0%BA%D0%B0.png'); /* Замените на свою иконку */
    padding: 0px !important;
     right: -25px;
    border-spacing: 0px !important;
    border-image: url('https://asciawiki.ru/images/3/31/Border1.png') 24 round !important;
     border-radius: 35px;
     transform: translateX(10px);
     transform: translateX(10px);
}
}