阿慈穀日富美/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; } /* */