|
|
| (未顯示同一使用者於中間所作的 2次修訂) |
| 第1行: |
第1行: |
| /* ==========================================
| |
| MinervaNeue 訪客全站強制深色模式修正
| |
| ========================================== */
| |
|
| |
|
| body.mw-anon,
| |
| body.mw-anon html {
| |
| background-color: #101418 !important; /* 強制網頁最底層、最左最右側全變黑 */
| |
| color: #eaecf0 !important;
| |
| }
| |
|
| |
| /* 1. 修正頂部選單左邊、頭像右邊的白底(Header 容器與頂部條) */
| |
| body.mw-anon .header-container,
| |
| body.mw-anon .header,
| |
| body.mw-anon #mw-mf-page-center {
| |
| background-color: #1a1f26 !important; /* 頂部條深灰色 */
| |
| box-shadow: 0 1px 1px rgba(0,0,0,0.5) !important; /* 移除原本顯眼的白色陰影 */
| |
| }
| |
|
| |
| /* 2. 修正頁尾區塊(檢視此頁面的編輯歷史、隱私權政策、免責聲明等整個底座) */
| |
| body.mw-anon .footer {
| |
| background-color: #161b22 !important; /* 頁尾深色背景 */
| |
| color: #8b949e !important; /* 頁尾文字調暗 */
| |
| border-top: 1px solid #30363d !important;
| |
| }
| |
|
| |
| /* 3. 修正頁尾內部的歷史紀錄連結、隱私權、關於本站的超連結顏色 */
| |
| body.mw-anon .footer a,
| |
| body.mw-anon .footer-info,
| |
| body.mw-anon .footer-places a {
| |
| color: #58a6ff !important;
| |
| }
| |
| body.mw-anon .footer a:visited {
| |
| color: #bc8cff !important;
| |
| }
| |
|
| |
| /* 4. 修正搜尋欄(若訪客點擊搜尋時周圍露出白底) */
| |
| body.mw-anon .search-box .search {
| |
| background-color: #21262d !important;
| |
| color: #c9d1d9 !important;
| |
| border: 1px solid #30363d !important;
| |
| }
| |