MediaWiki:Common.css:修訂間差異
跳至導覽
跳至搜尋
頁面內容被替換為「→此 CSS 會套用至所有的介面外觀:」 標籤:替換 |
無編輯摘要 |
||
| 第1行: | 第1行: | ||
/* 此 CSS 會套用至所有的介面外觀 */ | /* 此 CSS 會套用至所有的介面外觀 */ | ||
table.encyclato-infobox .infobox-image-cell img { | |||
display: inline-block; | |||
max-width: 100%; | |||
height: auto; | |||
margin: 0 auto; | |||
} | |||
/* ========================================================= | |||
10. 人物簽名 | |||
========================================================= */ | |||
table.encyclato-infobox > tbody > tr > td.infobox-signature-cell { | |||
border-bottom: 1px solid #eaecf0; | |||
background: #ffffff; | |||
text-align: center; | |||
vertical-align: middle; | |||
} | |||
table.encyclato-infobox .infobox-signature-cell img { | |||
display: inline-block; | |||
max-width: 150px; | |||
max-height: 80px; | |||
width: auto; | |||
height: auto; | |||
margin: 0 auto; | |||
} | |||
/* ========================================================= | |||
11. 一般圖片保護 | |||
========================================================= */ | |||
table.encyclato-infobox img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
/* ========================================================= | |||
12. 連結與小字 | |||
========================================================= */ | |||
table.encyclato-infobox small { | |||
line-height: 1.35; | |||
} | |||
table.encyclato-infobox a { | |||
overflow-wrap: anywhere; | |||
} | |||
/* ========================================================= | |||
13. 空白列 | |||
國旗、國徽都沒填時由模板加上 infobox-hidden | |||
========================================================= */ | |||
table.encyclato-infobox > tbody > tr.infobox-hidden { | |||
display: none !important; | |||
} | |||
/* ========================================================= | |||
14. 連續資訊面板 | |||
========================================================= */ | |||
table.encyclato-infobox + table.encyclato-infobox { | |||
clear: right; | |||
} | |||
/* ========================================================= | |||
15. 窄螢幕 | |||
========================================================= */ | |||
@media screen and (max-width: 520px) { | |||
table.encyclato-infobox { | |||
float: none; | |||
clear: both; | |||
width: 100%; | |||
max-width: 100%; | |||
margin: 1em 0 1.25em; | |||
} | |||
table.encyclato-infobox > caption { | |||
font-size: 125%; | |||
} | |||
table.encyclato-infobox > tbody > tr > th.infobox-label { | |||
width: 38%; | |||
padding-left: 0.45em; | |||
padding-right: 0.45em; | |||
} | |||
table.encyclato-infobox > tbody > tr > th.infobox-label + td { | |||
width: 62%; | |||
padding-left: 0.5em; | |||
padding-right: 0.5em; | |||
} | |||
table.encyclato-infobox > tbody > tr > th.infobox-section { | |||
border-top-width: 5px; | |||
} | |||
table.encyclato-infobox .infobox-symbol-media { | |||
min-height: 96px; | |||
} | |||
table.encyclato-infobox .infobox-symbol-media img { | |||
max-height: 92px; | |||
} | |||
} | |||
2026年9月18日 (五) 03:39的版本
/* 此 CSS 會套用至所有的介面外觀 */
table.encyclato-infobox .infobox-image-cell img {
display: inline-block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
/* =========================================================
10. 人物簽名
========================================================= */
table.encyclato-infobox > tbody > tr > td.infobox-signature-cell {
border-bottom: 1px solid #eaecf0;
background: #ffffff;
text-align: center;
vertical-align: middle;
}
table.encyclato-infobox .infobox-signature-cell img {
display: inline-block;
max-width: 150px;
max-height: 80px;
width: auto;
height: auto;
margin: 0 auto;
}
/* =========================================================
11. 一般圖片保護
========================================================= */
table.encyclato-infobox img {
max-width: 100%;
height: auto;
}
/* =========================================================
12. 連結與小字
========================================================= */
table.encyclato-infobox small {
line-height: 1.35;
}
table.encyclato-infobox a {
overflow-wrap: anywhere;
}
/* =========================================================
13. 空白列
國旗、國徽都沒填時由模板加上 infobox-hidden
========================================================= */
table.encyclato-infobox > tbody > tr.infobox-hidden {
display: none !important;
}
/* =========================================================
14. 連續資訊面板
========================================================= */
table.encyclato-infobox + table.encyclato-infobox {
clear: right;
}
/* =========================================================
15. 窄螢幕
========================================================= */
@media screen and (max-width: 520px) {
table.encyclato-infobox {
float: none;
clear: both;
width: 100%;
max-width: 100%;
margin: 1em 0 1.25em;
}
table.encyclato-infobox > caption {
font-size: 125%;
}
table.encyclato-infobox > tbody > tr > th.infobox-label {
width: 38%;
padding-left: 0.45em;
padding-right: 0.45em;
}
table.encyclato-infobox > tbody > tr > th.infobox-label + td {
width: 62%;
padding-left: 0.5em;
padding-right: 0.5em;
}
table.encyclato-infobox > tbody > tr > th.infobox-section {
border-top-width: 5px;
}
table.encyclato-infobox .infobox-symbol-media {
min-height: 96px;
}
table.encyclato-infobox .infobox-symbol-media img {
max-height: 92px;
}
}