İçeriğe atla

MediaWiki:Common.css: Revizyonlar arasındaki fark

Tele 7/24 sitesinden
Değişiklik özeti yok
Değişiklik özeti yok
2. satır: 2. satır:
.mw-redirectedfrom {
.mw-redirectedfrom {
     display: none;
     display: none;
}
@media screen and (max-width: 768px) {
    #close-banner {
        position: absolute;
        top: 10px;  /* Increase top value */
        right: 3px; /* Increase right value */
        color: white;
        padding-top: 0;
        padding-right: 0;
    }
}
}

13.41, 14 Şubat 2025 tarihindeki hâli

/* CSS placed here will be applied to all skins */
.mw-redirectedfrom {
    display: none;
}
@media screen and (max-width: 768px) {
    #close-banner {
        position: absolute;
        top: 10px;  /* Increase top value */
        right: 3px; /* Increase right value */
        color: white;
        padding-top: 0;
        padding-right: 0;
    }
}