Arcaea中文维基:沙盒/styles.css:修订间差异

来自Arcaea中文维基
无编辑摘要
无编辑摘要
第29行: 第29行:
}
}


.label.conflict,#title.conflict,.header.conflict{
.label.conflict,
#title.conflict,
.header.conflict {
background-color: #b99afd;
background-color: #b99afd;
}
}


.label.light,#title.light,.header.light{
.label.light,
#title.light,
.header.light {
background-color: lightskyblue;
background-color: lightskyblue;


}
}


.label,.data,#title,.header,.prs-data,.pst-data,.ftr-data {
.label,
.data,
#title,
.header,
.prs-data,
.pst-data,
.ftr-data {
word-wrap: break-word;
word-wrap: break-word;
border-bottom: 1px solid #eaecf0;
border-bottom: 1px solid #eaecf0;
第48行: 第58行:
}
}


.prs-data,.pst-data{
.prs-data,
.pst-data {
border-right: 1px solid #eaecf0;
border-right: 1px solid #eaecf0;
}
}
第64行: 第75行:
}
}


.header{
.header {
grid-column: 1 / 5;
grid-column: 1 / 5;
font-size: medium;
font-size: medium;
第82行: 第93行:
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
}
#top-image>div>img,
#right-image>div>img {
margin: 0 auto;
}
}


第91行: 第107行:
}
}


.img-text{
.img-text {
font-weight:bold;
font-weight: bold;
}
}


.img-tab{
.img-tab {
display: flex;
display: flex;
align-items: center;
justify-content: center;
}
}


.img-tab-part1,.img-tab-part2{
.img-tab-part1,
.img-tab-part2 {
align-items: center;
align-items: center;
   display: inline-flex;
display: inline-flex;
   font-size: 14px;
font-size: 14px;
   font-weight: 500;
font-weight: 500;
   height: 40px;
height: 40px;
   letter-spacing: .5px;
letter-spacing: .5px;
   margin: 0 11px;
margin: 0 11px;
   text-align: center;
text-align: center;
   text-decoration: none;
text-decoration: none;
   transition: color .1s;
transition: color .1s;
   white-space: nowrap;
white-space: nowrap;
margin-left: 3px;
margin-left: 3px;
margin-right: 3px;
margin-right: 3px;
}
}


.img-tab-part1{
.img-tab-part1 {
border-bottom: 1.5px solid #a040a0;
border-bottom: 1.5px solid #a040a0;
}
}


.img-tab-part2{
.img-tab-part2 {
border-bottom: 1.5px solid #a04040;
border-bottom: 1.5px solid #a04040;
}
}


@media all and ( min-width: 950px ) {
@media all and (min-width: 950px) {
#box {
#box {
width: min-content;
width: min-content;
grid-template-columns: 1fr 2fr 2fr 2fr auto;
grid-template-columns: 1fr 2fr 2fr 2fr auto;
}
}
#top-image{
 
display:none;
#top-image {
display: none;
}
}
#right-image{
 
#right-image {
grid-column: 5 / 6;
grid-column: 5 / 6;
grid-row: 2 / 13;
grid-row: 2 / 25;
border-left: 1px solid #eaecf0;
border-left: 1px solid #eaecf0;
}
}
#title{
 
#title {
grid-column: 1 / 6;
grid-column: 1 / 6;
}
}
 
#image-info{
#image-info {
grid-column: 5 / 6 !important;
grid-column: 5 / 6 !important;
border-left: 1px solid #eaecf0;
border-left: 1px solid #eaecf0;
第146行: 第168行:
}
}


@media all and ( max-width: 950px ) {
@media all and (max-width: 950px) {


#right-image,#image-info{
#right-image,
#image-info {
display: none;
display: none;
}
}
}
.tab-text-a,.tab-text-b,.tab-text-c {
display: none;
}
.container .active {
display: block;
}
.play-diff{
float:right;
}
}

2021年5月15日 (六) 22:31的版本

#box {
	display: grid;
	grid-template-columns: 1fr 2fr 2fr 2fr;
	text-align: center;
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	color: black;
	color: #202122;
	word-wrap: break-word;
	font: inherit;
	border-collapse: collapse;
	box-sizing: border-box;
	margin: 1em 0;
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	position: relative;
	border: 1px solid #eaecf0;
	margin-bottom: 2em;
	background-color: #f8f9fa;
	width: 100%;
	max-width: 100% !important;
	border-spacing: 3px;
	font-size: small;
	line-height: 1.5em;
}

.label.conflict,
#title.conflict,
.header.conflict {
	background-color: #b99afd;
}

.label.light,
#title.light,
.header.light {
	background-color: lightskyblue;

}

.label,
.data,
#title,
.header,
.prs-data,
.pst-data,
.ftr-data {
	word-wrap: break-word;
	border-bottom: 1px solid #eaecf0;
	padding: 5px 5px;
	border-collapse: collapse;
	overflow-wrap: normal;
	white-space: nowrap;
	box-sizing: border-box;
}

.prs-data,
.pst-data {
	border-right: 1px solid #eaecf0;
}

.data {
	grid-column: 2 / 5;

}

.label {
	grid-column: 1 / 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header {
	grid-column: 1 / 5;
	font-size: medium;
	height: 25px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

#top-image {
	margin: 4px 0px;
	grid-column: 1 / 5;
}

#top-image,#right-image{
	display: flex;
	align-items: center;
	justify-content: center;
}

#top-image>div>img,
#right-image>div>img {
	margin: 0 auto;
}

#title {
	font-size: large;
	grid-column: 1 / 5;
	padding: 7px 10px;
	max-width: 100%;
}

.img-text {
	font-weight: bold;
}

.img-tab {
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-tab-part1,
.img-tab-part2 {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	letter-spacing: .5px;
	margin: 0 11px;
	text-align: center;
	text-decoration: none;
	transition: color .1s;
	white-space: nowrap;
	margin-left: 3px;
	margin-right: 3px;
}

.img-tab-part1 {
	border-bottom: 1.5px solid #a040a0;
}

.img-tab-part2 {
	border-bottom: 1.5px solid #a04040;
}

@media all and (min-width: 950px) {
	#box {
		width: min-content;
		grid-template-columns: 1fr 2fr 2fr 2fr auto;
	}

	#top-image {
		display: none;
	}

	#right-image {
		grid-column: 5 / 6;
		grid-row: 2 / 25;
		border-left: 1px solid #eaecf0;
	}

	#title {
		grid-column: 1 / 6;
	}

	#image-info {
		grid-column: 5 / 6 !important;
		border-left: 1px solid #eaecf0;
	}
}

@media all and (max-width: 950px) {

	#right-image,
	#image-info {
		display: none;
	}

}


.tab-text-a,.tab-text-b,.tab-text-c {
	display: none;
}

.container .active {
	display: block;
}
.play-diff{
	 float:right;
	
}