2023年政策修订增补工作正在进行中,欢迎参与!
到此为止/style.css
< 到此为止
/* 页面[[到此为止]]所用CSS,更新于8月29日 */
/** Songbox背景动画修改 **/
table td.block {
background-color:#D4D4D4;
transition: background-color 1s;
transition-timing-function: ease-in-out;
}
table td.block:hover,table td.block:focus {
background-color: #9F9F9F;
}
/** 移动端目录隐藏 **/
.collapsible-heading {
display: none;
}
/** 文字动画 **/
#text:hover,#text:focus {
max-width: 100%;
letter-spacing: 0.5em;
transition: letter-spacing 1s;
}
/** 链接样式修改 **/
a.external, a.external:visited {
color: rgb(110,34,110);
text-decoration: underline;
}
a.external:hover, a.external:focus {
color: rgb(110,34,110);
text-decoration: none;
transition: color 0.5s;
}
a {
color: rgb(110,34,110);
}
a:hover,a:focus{
color: #CF99ED!important;
transition: color 0.5s;
}
/** 二级大标题修改 **/
h2 {
overflow: visible;
font: 700 1.6em sans-serif;
text-shadow:1px 0 #F9C74C, 0 1px #F9C74C, -1px 0 #F9C74C, 0 -1px #F9C74C, 0.5px 0.5px #F9C74C, 0.5px -0.5px #F9C74C, -0.5px 0.5px #F9C74C, -0.5px -0.5px #F9C74C;
border-bottom: none;
margin-top: 1.6em;
transition:all 0.5s ease;
}
h2 .mw-headline {
display: inline-block;
}
h2 .mw-headline::after {
content: '';
display: block;
background-color: #CF99ED;
height: 5px;
margin: -0.5em 0 0 -0.5em;
width: 100%;
border-radius: 3px;
}
/** 二级大标题动画 **/
h2:hover {
color:#ecaa08;
animation:Glow 1.5s ease infinite alternate;
}
@keyframes Glow {
from {
text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #F9C74C,0 0 70px #F9C74C,0 0 80px #F9C74C,0 0 100px #F9C74C,0 0 150px #F9C74C;
}
to {
text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #F9C74C,0 0 35px #F9C74C,0 0 40px #F9C74C,0 0 50px #F9C74C,0 0 75px #F9C74C;
}
}
/** 编辑按钮右置 **/
.mw-editsection {
float: right;
font-size: 13px;
}
/** 还原PV歌词样式 **/
.background>div {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
overflow: hidden;
position: relative;
height: 5em;
margin: .5em auto;
}
div.high {
margin: 2em auto;
}
.scene {
width: 12em;
}
.noselect {
user-select: none;
}
.absolute {
position: absolute;
}
.square {
display: inline-block;
position: relative;
line-height: 1.7em;
height: 1.7em;
width: 1.7em;
border: 1px solid;
margin: .4em;
}
.square::after {
content: '';
display: inline-block;
width: 1.7em;
height: 1.7em;
position: absolute;
left: .2em;
bottom: .2em;
border: 1px solid;
}
.不要再 {
margin-top: .3em;
overflow-y: hidden;
}
.不要再>span {
display: block;
margin-top: -.4em;
}
/* [[Category:在主名字空间下的CSS页面]] */