İçeriğe atla

MediaWiki:Common.css: Revizyonlar arasındaki fark

Tele 7/24 sitesinden
Değişiklik özeti yok
Etiket: Geri alındı
Değişiklik özeti yok
Etiket: Elle geri alma
 
(Aynı kullanıcının aradaki diğer 10 değişikliği gösterilmiyor)
3. satır: 3. satır:
     display: none;
     display: none;
}
}
/* Responsive adjustments for mobile */
@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {
     #close-banner {
     #close-banner {
13. satır: 11. satır:
         padding-top: 0;
         padding-top: 0;
         padding-right: 0;
         padding-right: 0;
    }
    .branding-box img {  /* Target branding-box instead of p-logo */
        width: 100px; /* Adjust the width for mobile screens */
        height: auto; /* Maintain aspect ratio */
     }
     }
}
}


/* Default logo size for desktop */
#mw-indicator-mw-helplink,
.branding-box img { /* Target branding-box instead of p-logo */
#mw-indicator-mw-helplink a.mw-helplink {
     width: 135px; /* Adjust the size as needed for desktop */
     visibility: hidden !important;
     height: auto; /* Maintain the aspect ratio */
     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;
}