MediaWiki:Timeless.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
Değişiklik özeti yok |
Değişiklik özeti yok |
||
| 1. satır: | 1. satır: | ||
/* | /* === FM ARKAPLAN – DIŞ KATMAN === */ | ||
#mw-wrapper { | |||
background: url("/resources/assets/arkaplan.png") no-repeat center center fixed; | |||
#mw-wrapper | background-size: cover; | ||
} | |||
/* === ÜST BEYAZ BOYALARI ŞEFFAFLAŞTIR === */ | |||
#mw-header, | #mw-header, | ||
#mw-content-wrapper | #mw-content-wrapper { | ||
background: transparent !important; | |||
#content | } | ||
/* === İÇERİK OKUNABİLİRLİĞİ === */ | |||
background: | #content { | ||
background: rgba(255,255,255,0.92); | |||
border-radius: 6px; | |||
} | |||
/* === SIDEBAR TEMİZ === */ | |||
#mw-panel { | |||
background: rgba(255,255,255,0.90); | |||
} | |||
/* === FOOTER TEMİZ === */ | |||
#mw-footer { | |||
background | background: transparent; | ||
} | } | ||
10.05, 6 Aralık 2025 tarihindeki hâli
/* === FM ARKAPLAN – DIŞ KATMAN === */
#mw-wrapper {
background: url("/resources/assets/arkaplan.png") no-repeat center center fixed;
background-size: cover;
}
/* === ÜST BEYAZ BOYALARI ŞEFFAFLAŞTIR === */
#mw-header,
#mw-content-wrapper {
background: transparent !important;
}
/* === İÇERİK OKUNABİLİRLİĞİ === */
#content {
background: rgba(255,255,255,0.92);
border-radius: 6px;
}
/* === SIDEBAR TEMİZ === */
#mw-panel {
background: rgba(255,255,255,0.90);
}
/* === FOOTER TEMİZ === */
#mw-footer {
background: transparent;
}