“模板:Wikipedia template/doc”与“模板:Main page/gamebuild/styles.css”:页面之间的差异

来自NebulaeWiki
< 模板:Wikipedia template(页面间差异)
(已保护“模板:Wikipedia template/doc”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)))
 
无编辑摘要
标签已被回退
 
第1行: 第1行:
{{Documentation}}
#home-gamebuild {
This template is used to indicate a template is imported from [https://en.wikipedia.org English Wikipedia]. It should be placed at the top of the template documentation page.
display: flex;
flex-direction: column;
justify-content: space-between;
}


<includeonly>[[Category:Article management templates|{{PAGENAME}}]]</includeonly><noinclude></noinclude>
.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-left: 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 );
color: #14866d;
}
 
.home-gamebuild-patch__type--EVO {
background: var( --background-color-destructive );
color: #dd3333;
}
 
.home-gamebuild-patch__type--WIP {
background: var( --background-color-warning );
color: #ac6600;
}
 
.home-gamebuild-patch__arrow {
transform: scale(1,1.75);
}

2023年9月26日 (二) 02:39的版本

#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-left: 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 );
	color: #14866d;
}

.home-gamebuild-patch__type--EVO {
	background: var( --background-color-destructive );
	color: #dd3333;
}

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

.home-gamebuild-patch__arrow {
	transform: scale(1,1.75);
}