2023年政策修订增补工作正在进行中,欢迎参与!
阿慈穀日富美/style.css
< 阿慈谷日富美
/* 适用于条目[[阿慈谷日富美]]的css样式表,更新于05月22日,以下部分内容取自[[Special:固定链接/5935676]] */
.scene {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
opacity: 0;
transition: visibility 0s 1s, opacity 1s;
z-index: 998;
padding: 4em 3em 3em;
background-color: rgba(255,255,255,.95);
}
.scene>.scene-main {
height: 100%;
transform: scale(.5);
transition: transform 1s;
overflow: auto;
}
.scene:target {
visibility: visible;
opacity: 1;
transform: none;
z-index: 999;
transition: opacity 1s;
}
.scene:target>.scene-main {
transform: none;
}
.close-btn {
position: fixed;
top: 4em;
right: 3em;
}
.close-btn a {
display: flex;
justify-content: center;
align-items: center;
font-size: 135%;
width: 2em;
height: 2em;
border-radius: 50%;
text-decoration: none;
}
@media (max-width: 755px) {
.close-btn {
top: 1em;
right: 1em;
}
}
.music163 .subinfo {
display: none!important;
}
/* [[Category:在主名字空间下的CSS页面]][[Category:蔚蓝档案CSS页面]] */