MediaWiki:Common.css:修訂間差異
MediaWiki介面頁面
更多操作
無編輯摘要 |
無編輯摘要 |
||
| 第1行: | 第1行: | ||
/* | /* 1. 網頁最底層的背景色 */ | ||
html, body { | |||
background-color: #121212 !important; /* 極深灰 */ | |||
} | } | ||
/* | /* 2. 內容文章區域的背景色 */ | ||
#content { | #content { | ||
background-color: #1e1e1e !important; /* 稍淺的深灰,區隔背景 */ | |||
color: #e0e0e0 !important; /* 文字改為淺灰白,避免刺眼 */ | |||
border: 1px solid #333333 !important; | |||
} | } | ||
/* | /* 3. 左側選單與上方標籤的文字顏色修正 */ | ||
#mw-panel .portal h3, .vector-menu-portal h3 { | |||
color: #007bff !important; /* 品牌藍 */ | |||
} | } | ||
# | #p-navigation li a, #p-tb li a { | ||
color: #aaaaaa !important; | |||
} | } | ||
#p-navigation li a:hover { | |||
# | color: #ffffff !important; | ||
} | } | ||
/* | /* 4. 修正標題顏色 */ | ||
h1, h2, h3, h4, h5, h6 { | |||
color: #ffffff !important; | |||
color: # | |||
} | } | ||
2026年4月8日 (三) 19:51的版本
/* 1. 網頁最底層的背景色 */
html, body {
background-color: #121212 !important; /* 極深灰 */
}
/* 2. 內容文章區域的背景色 */
#content {
background-color: #1e1e1e !important; /* 稍淺的深灰,區隔背景 */
color: #e0e0e0 !important; /* 文字改為淺灰白,避免刺眼 */
border: 1px solid #333333 !important;
}
/* 3. 左側選單與上方標籤的文字顏色修正 */
#mw-panel .portal h3, .vector-menu-portal h3 {
color: #007bff !important; /* 品牌藍 */
}
#p-navigation li a, #p-tb li a {
color: #aaaaaa !important;
}
#p-navigation li a:hover {
color: #ffffff !important;
}
/* 4. 修正標題顏色 */
h1, h2, h3, h4, h5, h6 {
color: #ffffff !important;
}