MediaWiki:Timeless.css: Revizyonlar arasındaki fark

FM Wiki sitesinden
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:
/* All CSS here will be loaded for users of the Timeless skin */
/* TIMLESS – NÜKLEER ARKAPLAN */
/* Timeless FM arkaplan */
html,
body {
body,
#mw-wrapper,
#mw-header,
#mw-content-wrapper,
#mw-panel,
#content,
.mw-page-container,
.mw-body {
background:
background:
linear-gradient(
linear-gradient(
rgba(245, 247, 250, 0.58),
rgba(245,245,245,0.85),
rgba(245, 247, 250, 0.58)
rgba(245,245,245,0.85)
),
),
url("/resources/assets/arkaplan.png");
url("/resources/assets/arkaplan.png")
background-repeat: no-repeat;
!important;
background-attachment: fixed;
background-size: cover;
background-position: center;
}


 
background-repeat: no-repeat !important;
.timeless-sidebar {
background-size: cover !important;
background: rgba(255,255,255,0.85);
background-position: center !important;
backdrop-filter: blur(3px);
}
 
 
/* Timeless FM arkaplan – TAM KAPSAMA */
.mw-page-container {
background:
linear-gradient(
rgba(245, 247, 250, 0.70),
rgba(245, 247, 250, 0.70)
),
url("/resources/assets/arkaplan.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
}
 
 
/* İçerik cam efekti */
.mw-body,
.mw-content-container {
background: rgba(255,255,255,0.92);
border-radius: 6px;
}
 
/* Sidebar hafif transparan */
.mw-sidebar {
background: rgba(255,255,255,0.85);
backdrop-filter: blur(3px);
}
 
#mw-header {
background: transparent !important;
}
 
 
/* 🔥 Timeless FM arkaplan – ZORLA */
#mw-wrapper {
background:
linear-gradient(
rgba(245, 247, 250, 0.75),
rgba(245, 247, 250, 0.75)
),
url("/resources/assets/arkaplan.png") !important;
 
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
 
 
 
#mw-panel {
background: rgba(255,255,255,0.85) !important;
backdrop-filter: blur(3px);
}
 
 
#content {
background: rgba(255,255,255,0.92);
border-radius: 6px;
}
 
 
 
/* TEST – BU YOKSA CSS HİÇ YÜKLENMİYOR */
html {
outline: 10px solid red !important;
}
}

10.04, 6 Aralık 2025 tarihindeki hâli

/* TIMLESS – NÜKLEER ARKAPLAN */
html,
body,
#mw-wrapper,
#mw-header,
#mw-content-wrapper,
#mw-panel,
#content,
.mw-page-container,
.mw-body {
	background:
		linear-gradient(
			rgba(245,245,245,0.85),
			rgba(245,245,245,0.85)
		),
		url("/resources/assets/arkaplan.png")
		!important;

	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}