打开/关闭菜单
打开/关闭个人菜单
未登录
如果您进行任何编辑,您的IP地址会公开展示。

Template:首页/style.css

模板页面
.mainpage-panels {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1em;
}

#mainpage-common ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fill, 6.5em);
	gap: 0.5em;
	place-content: center;
	align-items: center;
	text-align: center;
	margin: 0;
}

#mainpage-common ul > li > a {
	border: 1px solid #a2a9b1;
	border-radius: 1em;
	width: 100%;
	display: inline-block;
	padding: 0.1em;
	transition: 0.15s transform ease-out, 0.15s background-color ease-out;
	background-color: transparent;
}

#mainpage-common ul > li > a:hover,
#mainpage-common ul > li > a:focus {
	transform: scale(1.05);
	background-color: #eaecf0;
}


.mainpage-stats {
	margin: auto;
	padding: 0.25em 0.5em;
	/*display: flex;
	flex-wrap: wrap;*/
	text-align: center;
	place-items: center;
	font-size: 110%;
}

.mainpage-stats-row {
	display: flex;
	flex-wrap: wrap;
	place-items: center;
}

.mainpage-stats-row > * {
	flex: 1;
	min-width: 8em;
	transition: 0.15s background-color ease-out;
}

.mainpage-stats-row > * > strong {
	font-family: serif;
	font-weight: bold;
	font-size: 200%;
	display: inline-block;
	transition: 0.15s transform ease-out;
}

.mainpage-stats-row > :hover {
	background-color: #eaecf0;
}

.mainpage-stats-row > :hover > strong {
	transform: scale(1.05);
}

h2 {
	border-bottom: none;
	text-align: center;
	font-weight: bold;
}

h3 {
	text-align: center;
}
我们提供服务需要使用Cookie。您使用我们的服务,即表示您同意我们使用Cookie。