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

Страница интерфейса MediaWiki
(Новая страница: «.uplinkbuybutton = { background: grey; width: 100px; height: 50px; padding: 2px; color: white text-align:center; clip-path: polygon( 0% 0%, 0%, 90%, 10% 100%, 100% 100%, 90% 0% ); }»)
 
Нет описания правки
Строка 1: Строка 1:
.uplinkbuybutton = {
.uplinkbuybutton{
     background: grey;
     background: grey;
     width: 100px;
     width: 100px;

Версия от 15:40, 18 января 2024

.uplinkbuybutton{
    background: grey;
    width: 100px;
    height: 50px;
    padding: 2px;
    color: white
    text-align:center;
    clip-path: 
    polygon(
        0% 0%, 
        0%, 90%,
        10% 100%, 
        100% 100%, 
        90% 0%
    );
}