Menüyü değiştir
Toggle preferences menu
Kişisel menüyü aç / kapat
Oturum açık değil
Your IP address will be publicly visible if you make any edits.

Şablon:Main page/header/styles.css: Revizyonlar arasındaki fark

Kayıp Medya Wiki sitesinden
".home-header { position: relative; padding-block: 3.5rem; line-height: 1; text-align: center; } .home-header__pretitle { margin-bottom: 2px; color: grey; font-size: 12px; letter-spacing: 0.05em; } .home-header__title { margin: 0; font-size: 1.5rem; text-transform: uppercase; line-height: 0.9; font-weight: 700; } .home-header__subtitle { margin-top: 2px; color: grey; font-size: 10px; } html.skin-citizen-dark .home-header:before { f..." içeriğiyle yeni sayfa oluşturdu
 
Değişiklik özeti yok
 
(Aynı kullanıcının aradaki bir diğer değişikliği gösterilmiyor)
7. satır: 7. satır:


.home-header__pretitle {
.home-header__pretitle {
margin-bottom: 2px;
margin-bottom: 8px;
     color: grey;
     color: grey;
font-size: 12px;
font-size: 14px;
letter-spacing: 0.05em;
letter-spacing: 0.05em;
}
}
15. satır: 15. satır:
.home-header__title {
.home-header__title {
margin: 0;
margin: 0;
font-size: 1.5rem;
font-size: 4rem;
text-transform: uppercase;
text-transform: uppercase;
line-height: 0.9;
line-height: 0.9;
22. satır: 22. satır:


.home-header__subtitle {
.home-header__subtitle {
margin-top: 2px;
margin-top: 8px;
color: grey;
color: grey;
font-size: 10px;
font-size: 14px;
}
}



18.16, 20 Nisan 2025 itibarı ile sayfanın şu anki hâli

.home-header {
	position: relative;
	padding-block: 3.5rem;
	line-height: 1;
	text-align: center;
}

.home-header__pretitle {
	margin-bottom: 8px;
    color: grey;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.home-header__title {
	margin: 0;
	font-size: 4rem;
	text-transform: uppercase;
	line-height: 0.9;
	font-weight: 700;
}

.home-header__subtitle {
	margin-top: 8px;
	color: grey;
	font-size: 14px;
}

html.skin-citizen-dark .home-header:before {
	filter: invert( 1 );
}