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

模板:首页/客户端版本/styles.css:修订间差异

爱来自星云工艺喵!(づ。◕◡◡◕。)づ
Kuina留言 | 贡献
创建页面,内容为“#home-gamebuild { display: flex; flex-direction: column; justify-content: space-between; } .home-gamebuild-links { grid-template-columns: 1fr 1fr; } .home-gamebuild-patch__container { display: flex; align-items: center; justify-content: space-between; } .home-gamebuild-patch { display: flex; white-space: nowrap; align-items: center; } .home-gamebuild-patch__name { font-size: 1.2rem; font-weight: 600; } .home-gamebuild-patch__type { padding: 0.…”
 
Kuina留言 | 贡献
 
(未显示2个用户的10个中间版本)
第28行: 第28行:
.home-gamebuild-patch__type {
.home-gamebuild-patch__type {
padding: 0.1rem 0.6rem;
padding: 0.1rem 0.6rem;
margin-left: 0.4rem;
margin: 0 0.4rem;
background: var( --color-surface-3 );
background: var( --color-surface-3 );
border-radius: 100px;
border-radius: 100px;
第36行: 第36行:
}
}


.home-gamebuild-patch__type--live {
.home-gamebuild-patch__type--LIVE {
background: var( --background-color-success );
background: var( --background-color-success-subtle );
color: #14866d;
color: #14866d;
}
}


.home-gamebuild-patch__type--evo {
.home-gamebuild-patch__type--LIVE::before {
background: var( --background-color-destructive );
content: '🎉 ';
color: #dd3333;
}
}


.home-gamebuild-patch__type--ptu {
.home-gamebuild-patch__type--WIP {
background: var( --background-color-warning );
background: var( --background-color-warning-subtle );
color: #ac6600;
color: #ac6600;
}
.home-gamebuild-patch__type--WIP::before {
content: '🧪 ';
}
}

2025年2月6日 (四) 10:15的最新版本

#home-gamebuild {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home-gamebuild-links {
	grid-template-columns: 1fr 1fr;
}

.home-gamebuild-patch__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-gamebuild-patch {
	display: flex;
	white-space: nowrap;
	align-items: center;
}

.home-gamebuild-patch__name {
	font-size: 1.2rem;
	font-weight: 600;
}

.home-gamebuild-patch__type {
	padding: 0.1rem 0.6rem;
	margin: 0 0.4rem;
	background: var( --color-surface-3 );
	border-radius: 100px;
	font-size: 0.8125rem;
	font-weight: 500;
	text-transform: uppercase;
}

.home-gamebuild-patch__type--LIVE {
	background: var( --background-color-success-subtle );
	color: #14866d;
}

.home-gamebuild-patch__type--LIVE::before {
	content: '🎉 ';
}

.home-gamebuild-patch__type--WIP {
	background: var( --background-color-warning-subtle );
	color: #ac6600;
}

.home-gamebuild-patch__type--WIP::before {
	content: '🧪 ';
}
我们为您提供服务需要使用Cookie。使用我们的服务即表示您同意我们使用Cookie。