打开/关闭菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Main page/header/styles.css

来自骷髅女孩Wiki
Junchnzy留言 | 贡献2024年11月1日 (五) 15:03的版本 (创建页面,内容为“→‎转自Dustloop This page was last edited on 14 July 2024, at 19:32.:​ .Expand-Child-Image img { width: 100%; height: auto; } .home-header { margin-top: 1rem; margin-bottom: 2rem; } .home-header__title { margin-top: 0; font-size: 1.5rem; } .center-items { justify-content: center; align-items: center; } .home-header .home-header__subtitle { margin-top: 0.4rem; color: var( --color-base--subtle ); font-size: 0.875rem; } .home-header__search {…”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* 转自Dustloop This page was last edited on 14 July 2024, at 19:32. */
.Expand-Child-Image img {
	width: 100%;
	height: auto;
}


.home-header {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.home-header__title {
	margin-top: 0;
	font-size: 1.5rem;
}

.center-items {
  justify-content: center;
  align-items: center;
}

.home-header .home-header__subtitle {
	margin-top: 0.4rem;
	color: var( --color-base--subtle );
	font-size: 0.875rem;
}

.home-header__search {
	max-width: 600px;
	padding: 0.6rem 0.8rem;
	margin: 0.8rem auto 0 auto;
	background: var( --color-surface-1 );
	border-radius: 100px;
	box-shadow: var( --box-shadow-card );
	color: var( --color-base--subtle );
	cursor: pointer;
	font-size: 0.875rem;
}

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

.keyboard-text {
	padding: 0 5px;
	border: 1px solid;
	margin: 0 2px;
	border-radius: var(--border-radius--small);
}

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

@media ( hover: none ) {
	.desktoponly {
		display: none;
	}
}

.growChildSpan span {
	width: 100%;
}