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
Değişiklik özeti yok
Değişiklik özeti yok
 
7. satır: 7. satır:


.home-header__pretitle {
.home-header__pretitle {
margin-bottom: 4px;
margin-bottom: 8px;
     color: grey;
     color: grey;
font-size: 14px;
font-size: 14px;
15. satır: 15. satır:
.home-header__title {
.home-header__title {
margin: 0;
margin: 0;
font-size: 3rem;
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: 4px;
margin-top: 8px;
color: grey;
color: grey;
font-size: 14px;
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 );
}