檢視MediaWiki:Common.css的原始碼
←
MediaWiki:Common.css
跳至導覽
跳至搜尋
您沒有權限執行編輯此頁面,由於以下幾個原因:
您請求的操作只有這個群組的使用者能使用:
使用者
本頁用來提供此 Wiki 軟體介面上的文字,並且已被設為保護以防止惡意修改。 如欲增加或修改 Wiki 的翻譯,請至
translatewiki.net
上的 MediaWiki 在地化專案。
您沒有權限來編輯此 CSS 頁面,因為這會影響到所有的網站訪客。
您可以檢視並複製此頁面的原始碼。
/* ========================================================= Encyclato 資訊面板 維基風格・靠右・分隔版 適用:國家、艦級、裝甲車輛等所有 encyclato-infobox ========================================================= */ /* ---------- 1. 面板本體 ---------- */ table.encyclato-infobox { float: right !important; clear: right !important; width: 22em; max-width: calc(100% - 1em); margin: 0 0 1em 1.25em !important; border: 1px solid #a2a9b1; border-collapse: collapse; border-spacing: 0; background: #f8f9fa; color: #202122; font-size: 90%; line-height: 1.24; box-sizing: border-box; } table.encyclato-infobox + table.encyclato-infobox { clear: right; } /* ---------- 2. 主標題 ---------- */ table.encyclato-infobox > caption { padding: 0.55em 0.6em; border: 1px solid #a2a9b1; border-bottom: 0; background: #f8f9fa; font-size: 125%; font-weight: 700; line-height: 1.35; text-align: center; } table.encyclato-infobox .infobox-native-name { font-size: 80%; font-weight: 400; } /* ---------- 3. 一般儲存格 ---------- */ table.encyclato-infobox > tbody > tr > th, table.encyclato-infobox > tbody > tr > td { box-sizing: border-box; padding: 0.10em 0.48em; border-bottom: 1px solid #eaecf0; vertical-align: middle; } table.encyclato-infobox > tbody > tr:last-child > th, table.encyclato-infobox > tbody > tr:last-child > td { border-bottom: 0; } /* 資料列 */ table.encyclato-infobox > tbody > tr.infobox-row > th, table.encyclato-infobox > tbody > tr.infobox-row > td { padding-top: 0.10em; padding-bottom: 0.14em; line-height: 1.24; } /* ---------- 4. 欄名與內容 ---------- */ table.encyclato-infobox > tbody > tr > th.infobox-label { width: 38%; border-right: 1px solid #eaecf0; background: #f8f9fa; font-weight: 600; text-align: center; } table.encyclato-infobox > tbody > tr > th.infobox-label + td { width: 62%; background: #ffffff; text-align: left; overflow-wrap: anywhere; } /* 四字以內欄名兩端對齊 */ table.encyclato-infobox .infobox-label-text { display: inline-block; width: 4em; text-align: justify; text-align-last: justify; text-justify: inter-character; white-space: nowrap; } /* 動態欄名(職稱、建立事件)允許換行 */ table.encyclato-infobox > tbody > tr > th.infobox-label-dynamic { white-space: normal; line-height: 1.35; } /* ---------- 5. 區塊標題 ---------- */ /* 上框線同時充當上一區塊最後一列的底線 */ table.encyclato-infobox > tbody > tr > th.infobox-section { padding: 0.34em 0.55em; border-top: 1px solid #a2a9b1; border-bottom: 1px solid #a2a9b1; background: #eaecf0; font-weight: 700; text-align: center; letter-spacing: 0.05em; } table.encyclato-infobox > tbody > tr > th.infobox-subsection { padding: 0.24em 0.55em; border-top: 1px solid #a2a9b1; border-bottom: 1px solid #c8ccd1; background: #f1f3f5; font-weight: 700; text-align: center; } /* ---------- 6. 國旗與國徽 ---------- */ table.encyclato-infobox > tbody > tr.infobox-symbol-row > td { width: 50%; padding: 0.4em 0.4em 0.35em; background: #ffffff; text-align: center; vertical-align: middle; } table.encyclato-infobox > tbody > tr.infobox-symbol-row > td + td { border-left: 1px solid #eaecf0; } table.encyclato-infobox .infobox-symbol-name { display: block; margin-bottom: 0.3em; font-weight: 600; } table.encyclato-infobox .infobox-symbol-media { line-height: 0; text-align: center; } table.encyclato-infobox .infobox-symbol-media img { display: inline-block; vertical-align: middle; } /* 移除 MediaWiki 自動插入的多餘段落與換行 */ table.encyclato-infobox > tbody > tr.infobox-symbol-row p { margin: 0; padding: 0; } table.encyclato-infobox > tbody > tr.infobox-symbol-row br:first-child, table.encyclato-infobox > tbody > tr.infobox-symbol-row br:last-child { display: none; } /* ---------- 7. 圖像 ---------- */ table.encyclato-infobox .infobox-wide-image, table.encyclato-infobox .infobox-image-cell { background: #ffffff; text-align: center; vertical-align: middle; } table.encyclato-infobox .infobox-signature-cell { background: #ffffff; text-align: center; vertical-align: middle; } table.encyclato-infobox .infobox-signature-cell img { max-width: 150px; max-height: 80px; width: auto; } table.encyclato-infobox img { max-width: 100%; height: auto; } /* ---------- 8. 跨欄內容與備註 ---------- */ /* 跨兩欄的清單內容,例如艦艇或車輛的變體 */ table.encyclato-infobox .infobox-wide-cell { padding: 0.3em 0.55em; background: #ffffff; text-align: left; } table.encyclato-infobox .infobox-note { padding: 0.55em 0.65em; background: #ffffff; font-size: 85%; } /* ---------- 9. 儲存格內的段落與清單 ---------- */ table.encyclato-infobox th p, table.encyclato-infobox td p { margin: 0; } table.encyclato-infobox th ul, table.encyclato-infobox th ol, table.encyclato-infobox td ul, table.encyclato-infobox td ol { margin-top: 0.15em; margin-bottom: 0.15em; } /* ---------- 10. 空白列 ---------- */ table.encyclato-infobox > tbody > tr.infobox-hidden { display: none !important; } /* ---------- 11. 窄螢幕(保持靠右浮動)---------- */ @media screen and (max-width: 520px) { table.encyclato-infobox { width: 21em; max-width: calc(100% - 0.5em); margin: 0 0 1em 0.75em !important; } table.encyclato-infobox > caption { font-size: 120%; } table.encyclato-infobox > tbody > tr > th.infobox-label { width: 39%; } table.encyclato-infobox > tbody > tr > th.infobox-label + td { width: 61%; } } /* ========================================================= 國家資訊面板・橫幅版(現代質感配色) 只作用於 .encyclato-country ========================================================= */ /* ---------- 外框 ---------- */ table.encyclato-infobox.encyclato-country { width: 23em; border: 1px solid #d5d9e0; border-collapse: separate !important; border-spacing: 0 !important; border-radius: 8px; background: #ffffff; color: #1f2328; box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 4px 14px rgba(16, 24, 40, 0.06); line-height: 1.35; } /* ---------- 橫幅 ---------- */ table.encyclato-infobox.encyclato-country th.infobox-banner { padding: 0.9em 0.9em 0.8em !important; border: 0; border-bottom: 2px solid #b9a56f; border-radius: 7px 7px 0 0; background: linear-gradient(160deg, #2a3548 0%, #1c2433 100%); color: #f5f6f8; text-align: center; } table.encyclato-infobox.encyclato-country th.infobox-banner a { color: #f5f6f8; } table.encyclato-infobox.encyclato-country .infobox-banner-title { font-size: 140%; font-weight: 700; letter-spacing: 0.08em; line-height: 1.3; } table.encyclato-infobox.encyclato-country .infobox-banner-native { margin-top: 0.2em; color: #d8c99a; font-size: 98%; font-weight: 400; letter-spacing: 0.25em; } table.encyclato-infobox.encyclato-country .infobox-banner-sub { margin-top: 0.45em; color: #b6bdc9; font-size: 80%; font-weight: 400; } table.encyclato-infobox.encyclato-country .infobox-status-wrap { margin-top: 0.6em; } table.encyclato-infobox.encyclato-country .infobox-status { display: inline-block; padding: 0.08em 0.85em; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 1em; background: rgba(255, 255, 255, 0.08); color: #f5f6f8; font-size: 76%; font-weight: 600; letter-spacing: 0.12em; } table.encyclato-infobox.encyclato-country .infobox-status-active { border-color: rgba(134, 196, 160, 0.6); background: rgba(62, 132, 94, 0.55); } table.encyclato-infobox.encyclato-country .infobox-status-defunct { border-color: rgba(180, 186, 196, 0.5); background: rgba(110, 116, 128, 0.55); } /* ---------- 國旗與國徽 ---------- */ table.encyclato-infobox.encyclato-country td.infobox-emblem-cell { width: 50%; padding: 1em 0.4em 0.65em !important; border-bottom: 1px solid #eceef2; background: #ffffff; text-align: center; vertical-align: bottom; } table.encyclato-infobox.encyclato-country .infobox-emblem-media { line-height: 0; } table.encyclato-infobox.encyclato-country .infobox-flag-media img { border: 1px solid #dfe3e8; box-shadow: 0 1px 3px rgba(16, 24, 40, 0.08); } table.encyclato-infobox.encyclato-country .infobox-emblem-name { display: block; margin-top: 0.45em; color: #1f2328; font-size: 88%; font-weight: 600; } table.encyclato-infobox.encyclato-country .infobox-emblem-meta { display: block; color: #6b7280; font-size: 75%; line-height: 1.4; } /* ---------- 格言與國歌 ---------- */ table.encyclato-infobox.encyclato-country td.infobox-motto-cell { padding: 0.55em 0.85em !important; border-bottom: 1px solid #eceef2; background: #fafbfc; color: #1f2328; text-align: center; font-size: 92%; } table.encyclato-infobox.encyclato-country .infobox-motto-line { margin: 0.15em 0; } table.encyclato-infobox.encyclato-country .infobox-motto-label { display: inline-block; margin-right: 0.55em; color: #8a7a4b; font-size: 80%; font-weight: 600; letter-spacing: 0.15em; } /* ---------- 歷代國旗與國徽 ---------- */ table.encyclato-infobox.encyclato-country td.infobox-history-cell { padding: 0.4em 0.75em !important; border-bottom: 1px solid #eceef2; background: #fafbfc; } table.encyclato-infobox.encyclato-country .infobox-history-title { color: #2a3548; font-size: 86%; font-weight: 700; letter-spacing: 0.12em; text-align: center; } table.encyclato-infobox.encyclato-country .mw-collapsible-toggle { float: right; font-size: 80%; } table.encyclato-infobox.encyclato-country .infobox-history-item { display: flex; align-items: flex-end; gap: 0.4em; padding: 0.6em 0 0.4em; border-top: 1px solid #eceef2; } table.encyclato-infobox.encyclato-country .infobox-history-item:first-child { margin-top: 0.4em; } table.encyclato-infobox.encyclato-country .infobox-history-col { flex: 1 1 50%; text-align: center; } /* ---------- 區塊標題 ---------- */ table.encyclato-infobox.encyclato-country th.infobox-section { padding: 0.42em 0.6em !important; border-top: 1px solid #dde1e7 !important; border-bottom: 1px solid #dde1e7; background: #f3f5f8; color: #2a3548; font-size: 92%; font-weight: 700; letter-spacing: 0.2em; text-align: center; } /* ---------- 資料列 ---------- */ table.encyclato-infobox.encyclato-country tr.infobox-row > th, table.encyclato-infobox.encyclato-country tr.infobox-row > td { padding-top: 0.3em !important; padding-bottom: 0.3em !important; border-bottom: 1px solid #f0f2f5; line-height: 1.4 !important; } table.encyclato-infobox.encyclato-country th.infobox-label { width: 36%; border-right: 1px solid #f0f2f5; background: #fafbfc; color: #4b5563; font-weight: 600; } table.encyclato-infobox.encyclato-country th.infobox-label + td { width: 64%; padding-left: 0.7em; background: #ffffff; color: #1f2328; } /* 年份與排名 */ table.encyclato-infobox.encyclato-country .infobox-year { margin-left: 0.3em; color: #8b93a1; font-size: 80%; } table.encyclato-infobox.encyclato-country .infobox-year::before { content: "("; } table.encyclato-infobox.encyclato-country .infobox-year::after { content: ")"; } table.encyclato-infobox.encyclato-country .infobox-rank { display: inline-block; margin-left: 0.45em; padding: 0 0.55em; border: 1px solid #e3e6eb; border-radius: 0.8em; background: #f6f7f9; color: #4b5563; font-size: 74%; white-space: nowrap; vertical-align: 0.1em; } /* ---------- 地圖 ---------- */ table.encyclato-infobox.encyclato-country td.infobox-map-cell { padding: 0.75em 0.6em 0.55em !important; border-bottom: 1px solid #eceef2; background: #ffffff; text-align: center; } table.encyclato-infobox.encyclato-country td.infobox-map-cell img { border: 1px solid #e3e6eb; } table.encyclato-infobox.encyclato-country .infobox-map-caption { margin-top: 0.35em; color: #6b7280; font-size: 78%; } /* ---------- 備註與頁尾 ---------- */ table.encyclato-infobox.encyclato-country td.infobox-note { padding: 0.55em 0.85em !important; background: #fafbfc; color: #5b6472; font-size: 80%; } table.encyclato-infobox.encyclato-country td.infobox-footer-cell { padding: 0.5em 0.6em !important; border-top: 1px solid #dde1e7; border-bottom: 0; border-radius: 0 0 7px 7px; background: #f3f5f8; color: #1f2328; font-size: 85%; text-align: center; } table.encyclato-infobox.encyclato-country .infobox-footer-label { margin-right: 0.6em; color: #8a7a4b; font-size: 86%; font-weight: 600; letter-spacing: 0.15em; } /* ---------- 窄螢幕 ---------- */ @media screen and (max-width: 520px) { table.encyclato-infobox.encyclato-country { width: 21em; } table.encyclato-infobox.encyclato-country .infobox-banner-title { font-size: 125%; } } /* ========================================================= 資訊面板・數值警告與等級色(低飽和配色) ========================================================= */ table.encyclato-infobox .infobox-warning { display: inline-block; margin-left: 0.4em; padding: 0 0.5em; border: 1px solid #efc9c5; border-radius: 0.3em; background: #fcf1f0; color: #a3392f; font-size: 74%; font-weight: 600; white-space: nowrap; } table.encyclato-infobox .infobox-value-invalid { color: #a3392f; font-weight: 600; text-decoration: underline wavy #d98b84; } table.encyclato-infobox .infobox-grade { display: inline-block; padding: 0 0.5em; border: 1px solid transparent; border-radius: 0.3em; font-weight: 700; } table.encyclato-infobox .infobox-grade::after { margin-left: 0.45em; font-size: 78%; font-weight: 500; opacity: 0.85; } /* 人類發展指數:越高越好 */ table.encyclato-infobox .infobox-hdi-1 { background: #e6f2ea; border-color: #c7e0d0; color: #22603f; } table.encyclato-infobox .infobox-hdi-1::after { content: "極高"; } table.encyclato-infobox .infobox-hdi-2 { background: #eff4e3; border-color: #d6e2bd; color: #4f6322; } table.encyclato-infobox .infobox-hdi-2::after { content: "高"; } table.encyclato-infobox .infobox-hdi-3 { background: #faf3de; border-color: #eadcaa; color: #7a5d17; } table.encyclato-infobox .infobox-hdi-3::after { content: "中"; } table.encyclato-infobox .infobox-hdi-4 { background: #f9e7e5; border-color: #ecc7c2; color: #933a31; } table.encyclato-infobox .infobox-hdi-4::after { content: "低"; } /* 基尼係數:越低越平均 */ table.encyclato-infobox .infobox-gini-1 { background: #e6f2ea; border-color: #c7e0d0; color: #22603f; } table.encyclato-infobox .infobox-gini-1::after { content: "極低"; } table.encyclato-infobox .infobox-gini-2 { background: #eff4e3; border-color: #d6e2bd; color: #4f6322; } table.encyclato-infobox .infobox-gini-2::after { content: "低"; } table.encyclato-infobox .infobox-gini-3 { background: #faf3de; border-color: #eadcaa; color: #7a5d17; } table.encyclato-infobox .infobox-gini-3::after { content: "中等"; } table.encyclato-infobox .infobox-gini-4 { background: #fbece0; border-color: #edcfb4; color: #8a4d1c; } table.encyclato-infobox .infobox-gini-4::after { content: "高"; } table.encyclato-infobox .infobox-gini-5 { background: #f9e7e5; border-color: #ecc7c2; color: #933a31; } table.encyclato-infobox .infobox-gini-5::after { content: "極高"; } /* ========================================================= 全站資訊面板・統一色調 讓非國家面板也套用相同的現代配色 ========================================================= */ table.encyclato-infobox:not(.encyclato-country) { border-color: #d5d9e0; background: #ffffff; color: #1f2328; box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 4px 14px rgba(16, 24, 40, 0.06); } table.encyclato-infobox:not(.encyclato-country) > caption { border-color: #d5d9e0; border-bottom: 2px solid #b9a56f; background: linear-gradient(160deg, #2a3548 0%, #1c2433 100%); color: #f5f6f8; letter-spacing: 0.06em; } table.encyclato-infobox:not(.encyclato-country) > tbody > tr > th.infobox-section { border-top-color: #dde1e7 !important; border-bottom-color: #dde1e7; background: #f3f5f8; color: #2a3548; letter-spacing: 0.2em; } table.encyclato-infobox:not(.encyclato-country) > tbody > tr > th.infobox-label { border-right-color: #f0f2f5; background: #fafbfc; color: #4b5563; } table.encyclato-infobox:not(.encyclato-country) > tbody > tr > th, table.encyclato-infobox:not(.encyclato-country) > tbody > tr > td { border-bottom-color: #f0f2f5; }
返回到「
MediaWiki:Common.css
」。
導覽選單
個人工具
建立帳號
登入
associated-pages
系統訊息
討論
English
視圖
閱讀
檢視原始碼
檢視歷史
更多
搜尋
導覽
首頁
近期變更
隨機頁面
MediaWiki說明
特殊頁面
工具
連結至此的頁面
相關變更
頁面資訊