|
|
| 第1行: |
第1行: |
| /* ==========================================
| |
| MediaWiki 行動版 MinervaNeue 訪客專用全黑修正
| |
| ========================================== */
| |
|
| |
|
| /* 1. 徹底消滅底部「檢視此頁面的編輯歷史」到「隱私權政策」的所有白底、灰底區塊 */
| |
| body.mw-anon .minerva-footer,
| |
| body.mw-anon .footer,
| |
| body.mw-anon .post-content,
| |
| body.mw-anon .last-modified-bar,
| |
| body.mw-anon #footer {
| |
| background-color: #101418 !important; /* 轉為與上方主體一致的深黑色 */
| |
| background: #101418 !important;
| |
| color: #eaecf0 !important;
| |
| border-top: 1px solid #21262d !important;
| |
| border-bottom: 1px solid #21262d !important;
| |
| }
| |
|
| |
| /* 2. 修正底部文字與連線顏色(如:隱私權政策、桌面版檢視、zine-tw.com 字樣) */
| |
| body.mw-anon .minerva-footer a,
| |
| body.mw-anon .minerva-footer .footer-places,
| |
| body.mw-anon .minerva-footer .footer-info,
| |
| body.mw-anon .last-modified-bar a {
| |
| color: #58a6ff !important; /* 溫和的暗色調藍色連結 */
| |
| }
| |
| body.mw-anon .minerva-footer .footer-info {
| |
| color: #8b949e !important; /* 讓 zine-tw.com 的版權字體變灰 */
| |
| }
| |
|
| |
| /* 3. 頂部列(左上角與右上角選單)的保險覆蓋,防止任何一絲白邊或陰影外洩 */
| |
| body.mw-anon .header-container,
| |
| body.mw-anon header.header {
| |
| background-color: #1a1f26 !important;
| |
| background: #1a1f26 !important;
| |
| border-bottom: 1px solid #21262d !important;
| |
| box-shadow: none !important;
| |
| }
| |
|
| |
| /* 4. 修正可能潛在的內容區塊外框線,保持全黑一致性 */
| |
| body.mw-anon .mw-body {
| |
| border-bottom: none !important;
| |
| }
| |