İçeriğe atla

MediaWiki:Common.css: Revizyonlar arasındaki fark

Tele 7/24 sitesinden
Created page with "CSS placed here will be applied to all skins: a:focus, a:active { outline: none !important; border: none !important; box-shadow: none !important; }"
 
Değişiklik özeti yok
Etiket: Elle geri alma
 
(Aynı kullanıcının aradaki diğer 14 değişikliği gösterilmiyor)
1. satır: 1. satır:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
a:focus, a:active {
.mw-redirectedfrom {
     outline: none !important;
    display: none;
     border: none !important;
}
     box-shadow: none !important;
@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;
     }
}
 
#mw-indicator-mw-helplink,
#mw-indicator-mw-helplink a.mw-helplink {
    visibility: hidden !important;
     display: none !important;
}
}

16.47, 2 Ağustos 2025 itibarı ile sayfanın şu anki 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;
    }
}

#mw-indicator-mw-helplink, 
#mw-indicator-mw-helplink a.mw-helplink {
    visibility: hidden !important;
    display: none !important;
}