Khác biệt giữa bản sửa đổi của “Bản mẫu:Trang chính/Chào mừng/styles.css”

Một thế giới nơi chỉ có đam mê, niềm vui và sắc màu...
Nội dung được thêm vào Nội dung được xóa
Không có tóm lược sửa đổi
(Chỉnh padding)
 
Dòng 3: Dòng 3:
margin-top: -1rem;
margin-top: -1rem;
margin-bottom: 2rem;
margin-bottom: 2rem;
padding-top: 1rem;
padding-top: 2rem;
line-height: var( --line-height-sm );
line-height: var( --line-height-sm );
}
}

Bản mới nhất lúc 14:47, ngày 24 tháng 3 năm 2024

.home-header {
	position: relative;
	margin-top: -1rem;
	margin-bottom: 2rem;
	padding-top: 2rem;
	line-height: var( --line-height-sm );
}

.home-header:before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: -1rem;
    left: 0;
    right: 0;
    opacity: 0.2;
    background-image: url('https://static.miraheze.org/lhmnwiki/3/3b/Skin.Medik.Banner.png');
    background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	pointer-events: none;
}

.home-header__pretitle {
	margin-bottom: var( --space-xs );
    color: var( --color-base--subtle );
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.home-header__title {
	margin: 0;
	font-size: 3rem;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	line-height: 1;
	font-family: 'Signika Negative', sans-serif;
}

.home-header__subtitle {
	margin-top: var( --space-xs );
	font-size: 0.875rem;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.