MediaWiki:Common.css: Revizyonlar arasındaki fark
Görünüm
Değişiklik özeti yok |
Değişiklik özeti yok Etiket: Geri alındı |
||
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 { | ||
12. satır: | 14. satır: | ||
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 */ | |||
.branding-box img { /* Target branding-box instead of p-logo */ | |||
width: 135px; /* Adjust the size as needed for desktop */ | |||
height: auto; /* Maintain the aspect ratio */ | |||
} | } |
18.09, 15 Şubat 2025 tarihindeki hâli
/* CSS placed here will be applied to all skins */ .mw-redirectedfrom { display: none; } /* Responsive adjustments for mobile */ @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; } .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 */ .branding-box img { /* Target branding-box instead of p-logo */ width: 135px; /* Adjust the size as needed for desktop */ height: auto; /* Maintain the aspect ratio */ }