Bật tắt bảng chọn
Bật tắt bảng chọn cá nhân
Chưa đăng nhập
Địa chỉ IP của bạn sẽ được hiển thị công khai nếu bạn thực hiện bất kỳ sửa đổi nào.

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...
.home-header {
	position: relative;
	padding-top: var( --space-xl );
	padding-bottom: var( --space-xl );
	line-height: var( --line-height-sm );
	text-align: center;
}

.home-header:before {
    content: "";
    position: absolute;
    top: 1rem;
	bottom: 6rem;
    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: center;
	pointer-events: none;
	border-radius: 10px;
}

.home-header__pretitle {
	margin-bottom: var( --space-xxs );
    color: var( --color-base--subtle );
	font-size: var( --font-size-small );
	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-xxs );
	font-size: var( --font-size-small );
}

.home-header__search {
	padding: var( --space-xs );
	margin-top: var(--space-xxl);
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
	border-color: var( --border-color-interactive );
	border-radius: var( --border-radius--pill );
	cursor: pointer;
	font-size: var( --font-size-small );
	font-weight: var( --font-weight-medium );
	text-align: center;
}

.home-header__search .desktoponly {
	margin-left: var( --space-xs );
}

.home-header__search:hover {
	background-color: var( --background-color-quiet--hover );
}

.home-header__searchIcon img {
	margin-right: var( --space-md );
    opacity: var( --opacity-icon-base );
}

/* Fix vertical alignment problem */
.home-header__search .keyboard-key {
	display: inline;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

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

@media ( hover: none ) {
	.home-header__search .desktoponly {
		display: none;
	}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.