注意:在您儲存之後您必須清除瀏覽器快取才可看到最新的變動。
?_=1
來訪問最新頁面。
/*感謝あめろ大佬*/ /*佈局*/ .flex-r { display: flex; flex-flow: row wrap; column-gap: 2em; } .flex-r>div { flex: 1 0 20em; } /*邊框*/ .infoBoxContent, .toc, pre, table { border: none !important; } /*圓角*/ .infoBox, .toc, pre, .card, .radius { border-radius: 6px; } /*陰影*/ .AmeroBg, .AmeroTalk, .infoBox, .toc, .wikitable, pre, .card, .shadow { box-shadow: 0 1px 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(61,0,99,0.14) } h2 { text-shadow: -0.05em 0.05em 0.1em #FFF; } /*背景色*/ .infoBoxContent, .toc, .wikitable, pre, .bgcolor { background-color: #FFE4E1; } /*特殊*/ .stubborn>table { border-radius: 6px; background: #FFE4E1 !important; box-shadow: 0 1px 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(61,0,99,0.14); overflow: hidden; } .infoBox { overflow: hidden; } .link-box { box-shadow: 0 1px 1px rgba(0,0,0,0.07), 0 1px 3px 1px rgba(61,0,99,0.14) !important; } .link-box:hover { box-shadow: 0 10px 9px rgba(0,0,0,0.07), 0 1px 6px 1px rgba(61,0,99,0.14) !important; } .link-box:active { box-shadow: 0 1px 1px rgba(0,0,0,0.14), 0 0 2px 0 rgba(61,0,99,0.28) !important; } .link-box>.sign:hover { height: 80vh !important; } /*排版*/ .AmeroBg, .AmeroTalk { color: #1e0036; padding: 1px 3em 2em; background: #FFE4E1; border-radius: 1em; margin: 1em auto; max-width: 1080px; } h2 { overflow: visible; font: 700 1.6em sans-serif; border-bottom: none; margin-top: 1.6em; } h2 .mw-headline { display: inline-block; } h2 .mw-headline::after { content: ''; display: block; background: linear-gradient(66deg, #D2D7F2, #F5DCEB); height: 0.7em; margin: -0.5em 0 0 -0.5em; width: 100%; border-radius: 0.35em; } h3 { font: 700 1.4em serif; } h4 { font: 400 1.2em sans-serif; } h5 { font: 400 1.1em serif; } h2, h3, h4, h5, h6 { color: #284150; } .AmeroBg p { text-indent: 2em; } ul, ol, dl, dt { margin-left: 0 !important; padding-left: 0 !important; } li, dd { margin-left: 2em; } .toc { padding: .5em 1em; } li.toclevel-1 { margin-left: 0; } a:link, a:visited { color: #8e3a99; } a:hover { text-decoration: underline wavy; } a.new { color: #BA0000; } code { background: #E6E6FA; border-width: 0 0 2px; border-color: #FFD0E0; margin: 0 2px; color: inherit; border-radius: 3px; padding: 1px 3px 0; } .sign dl { position: relative; } .sign dl::before { content: ' ◤'; position: absolute; color:#eed6f0; } .sign>p { margin: 1.6em 0 0.5em; counter-increment: signatures; } .sign>p::before { content: counter(signatures); background: linear-gradient(90deg,#eed6f0,transparent); border-radius: 0.4em 0 0 0.4em; padding: 0 0.7em 0 0.3em; } /*窄頁面樣式*/ @media screen and (max-width: 520px) { .AmeroBg, .AmeroTalk { padding: 1em; box-shadow: none; } }