6,586
个编辑
小无编辑摘要 |
小无编辑摘要 |
||
第36行: | 第36行: | ||
} | } | ||
/* [[模板:来源请求]]背景色调整 */ | /* [[模板:来源请求]]背景色调整 */ | ||
第61行: | 第49行: | ||
width:120px; | width:120px; | ||
-webkit-text-fill-color: transparent; | -webkit-text-fill-color: transparent; | ||
} | |||
/* From wjghj.cn under CC BY-NC-SA 4.0 */ | |||
.siteNoticeScroll { | |||
width: 100%; | |||
height: 25px; | |||
line-height: 25px; | |||
overflow: hidden | |||
} | |||
.siteNoticeScroll li { | |||
height: 25px; | |||
list-style: none; | |||
text-align: center | |||
} | } | ||
第93行: | 第96行: | ||
font-size: small; | font-size: small; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
} | |||
.songbox > div { | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
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; | |||
} | |||
.songbox > .byd-label{ | |||
display:unset; | |||
} | } | ||
第99行: | 第119行: | ||
grid-template-columns: 1fr 2fr 2fr 2fr 2fr auto; | grid-template-columns: 1fr 2fr 2fr 2fr 2fr auto; | ||
} | } | ||
/* 背景色定义 */ | |||
.conflict>.label, | .conflict>.label, | ||
.conflict>#title, | .conflict>#title, | ||
.conflict>.header { | .conflict>.header, | ||
.conflict>div>div>.label-text, | |||
.conflict>div>div>div>.label-text { | |||
background-color: #b99afd; | background-color: #b99afd; | ||
} | } | ||
第109行: | 第133行: | ||
.light>.label, | .light>.label, | ||
.light>#title, | .light>#title, | ||
.light>.header { | .light>.header, | ||
.light>div>div>.label-text, | |||
.light>div>div>div>.label-text { | |||
background-color: lightskyblue; | background-color: lightskyblue; | ||
} | } | ||
. | .label-text { | ||
padding: 1px 5px 1px 5px; | |||
margin: 0 5px 0 5px; | |||
} | } | ||
第148行: | 第169行: | ||
.label { | .label { | ||
grid-column: 1 / 2; | grid-column: 1 / 2; | ||
} | } | ||
第157行: | 第175行: | ||
font-size: medium; | font-size: medium; | ||
height: 25px !important; | height: 25px !important; | ||
} | } | ||
第173行: | 第188行: | ||
.byd>#top-image { | .byd>#top-image { | ||
grid-column: 1 / 6; | grid-column: 1 / 6; | ||
} | } | ||
第201行: | 第208行: | ||
.img-text { | .img-text { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
第303行: | 第304行: | ||
.date-box { | .date-box { | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
} | } | ||
第348行: | 第346行: | ||
.ns-same > #ns-date-normal, | .ns-same > #ns-date-normal, | ||
.ns-same.byd > #ns-date-byd{ | .ns-same.byd > #ns-date-byd{ | ||
display: | display: flex; | ||
} | } | ||
.ns-same > #all-play-header{ | .ns-same > #all-play-header{ | ||
display: | display: flex; | ||
} | } | ||
第369行: | 第367行: | ||
.byd-label{ | .byd-label{ | ||
color: #a04040; | color: #a04040; | ||
} | } | ||
第385行: | 第377行: | ||
} | } | ||
/* 以下是维基百科样式,通过CC-BY-SA 3.0授权 */ | /* 以下是维基百科样式,通过CC-BY-SA 3.0授权 */ |