MediaWiki:Common.css:修訂間差異

出自眾神廳
跳至導覽 跳至搜尋
無編輯摘要
無編輯摘要
第1行: 第1行:
/* CSS 會套用至所有的介面外觀 */
/* =========================================================
table.encyclato-infobox .infobox-image-cell img {
  Encyclato 資訊面板
  維基風格・靠右・分隔版
  請用這份完整取代舊的資訊面板 CSS
========================================================= */
 
/* -------------------------
  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.5;
 
    box-sizing: border-box;
}
 
/* -------------------------
  2. 主標題
------------------------- */
 
table.encyclato-infobox > caption {
    padding: 0.55em 0.6em;
 
    border: 1px solid #a2a9b1;
    border-bottom: 0;
 
    background: #f8f9fa;
    color: #202122;
 
    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.38em 0.55em;
 
    border-bottom: 1px solid #eaecf0;
 
    vertical-align: top;
}
 
/* -------------------------
  4. 左側欄名
------------------------- */
 
table.encyclato-infobox > tbody > tr > th.infobox-label {
    width: 38%;
 
    background: #f8f9fa;
 
    font-weight: 600;
    text-align: center;
 
    border-right: 1px solid #eaecf0;
}
 
/* 右側內容 */
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;
     display: inline-block;


     max-width: 100%;
     width: 4em;
     height: auto;
 
    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 {
    width: auto;
 
    padding: 0.48em 0.55em;
 
    border-top: 5px solid #ffffff;
    border-bottom: 1px solid #a2a9b1;
 
    background: #eaecf0;
    color: #202122;
 
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
}
 
/* -------------------------
  6. 次級分類
  例如人物公職名稱
------------------------- */
 
table.encyclato-infobox > tbody > tr > th.infobox-subsection {
    padding: 0.42em 0.55em;
 
    border-top: 3px solid #ffffff;
    border-bottom: 1px solid #c8ccd1;
 
    background: #f1f3f5;


     margin: 0 auto;
     font-weight: 700;
    text-align: center;
}
}


/* -------------------------
  7. 國旗與國徽
------------------------- */


/* =========================================================
table.encyclato-infobox > tbody > tr.infobox-symbol-row > td {
  10. 人物簽名
    width: 50%;
========================================================= */


table.encyclato-infobox > tbody > tr > td.infobox-signature-cell {
    padding: 0.6em 0.4em;
    border-bottom: 1px solid #eaecf0;


     background: #ffffff;
     background: #ffffff;


     text-align: center;
     text-align: center;
     vertical-align: middle;
     vertical-align: top;
}
 
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;
    text-align: center;
}
 
table.encyclato-infobox .infobox-symbol-media {
    display: flex;
    align-items: center;
    justify-content: center;
 
    min-height: 112px;
    width: 100%;
 
    margin-bottom: 0.25em;
}
}


table.encyclato-infobox .infobox-signature-cell img {
table.encyclato-infobox .infobox-symbol-media img {
     display: inline-block;
     display: block;


     max-width: 150px;
     max-width: 100%;
     max-height: 80px;
     max-height: 108px;


     width: auto;
     width: auto;
第35行: 第202行:
}
}


/* -------------------------
  8. 地圖、人物圖像
------------------------- */
table.encyclato-infobox .infobox-wide-image,
table.encyclato-infobox .infobox-image-cell {
    background: #ffffff;


/* =========================================================
    text-align: center;
  11. 一般圖片保護
    vertical-align: middle;
========================================================= */
}


table.encyclato-infobox img {
table.encyclato-infobox .infobox-wide-image img,
table.encyclato-infobox .infobox-image-cell img {
     max-width: 100%;
     max-width: 100%;
     height: auto;
     height: auto;
    margin: 0 auto;
}
}


/* -------------------------
  9. 簽名
------------------------- */


/* =========================================================
table.encyclato-infobox .infobox-signature-cell {
  12. 連結與小字
    background: #ffffff;
========================================================= */


table.encyclato-infobox small {
    text-align: center;
     line-height: 1.35;
     vertical-align: middle;
}
}


table.encyclato-infobox a {
table.encyclato-infobox .infobox-signature-cell img {
     overflow-wrap: anywhere;
     max-width: 150px;
    max-height: 80px;
 
    width: auto;
    height: auto;
}
}


/* -------------------------
  10. 備註
------------------------- */
table.encyclato-infobox .infobox-note {
    padding: 0.55em 0.65em;
    background: #ffffff;
    font-size: 85%;
}


/* =========================================================
/* -------------------------
   13. 空白列
   11. 空白列
  國旗、國徽都沒填時由模板加上 infobox-hidden
------------------------- */
========================================================= */


table.encyclato-infobox > tbody > tr.infobox-hidden {
table.encyclato-infobox > tbody > tr.infobox-hidden {
第68行: 第261行:
}
}


/* -------------------------
  12. 圖片保護
------------------------- */
table.encyclato-infobox img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
/* -------------------------
   14. 連續資訊面板
   13. 連續資訊面板
========================================================= */
------------------------- */


table.encyclato-infobox + table.encyclato-infobox {
table.encyclato-infobox + table.encyclato-infobox {
第77行: 第278行:
}
}


 
/* -------------------------
/* =========================================================
   14. 窄螢幕
   15. 窄螢幕
  注意:不再取消 float
========================================================= */
  因此不會突然跑到正文正上方
------------------------- */


@media screen and (max-width: 520px) {
@media screen and (max-width: 520px) {
     table.encyclato-infobox {
     table.encyclato-infobox {
         float: none;
         float: right !important;
         clear: both;
         clear: right !important;


         width: 100%;
         width: 21em;
         max-width: 100%;
         max-width: calc(100% - 0.5em);


         margin: 1em 0 1.25em;
         margin: 0 0 1em 0.75em !important;
     }
     }


     table.encyclato-infobox > caption {
     table.encyclato-infobox > caption {
         font-size: 125%;
         font-size: 120%;
     }
     }


     table.encyclato-infobox > tbody > tr > th.infobox-label {
     table.encyclato-infobox > tbody > tr > th.infobox-label {
         width: 38%;
         width: 39%;
        padding-left: 0.45em;
        padding-right: 0.45em;
     }
     }


     table.encyclato-infobox > tbody > tr > th.infobox-label + td {
     table.encyclato-infobox > tbody > tr > th.infobox-label + td {
         width: 62%;
         width: 61%;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
 
    table.encyclato-infobox > tbody > tr > th.infobox-section {
        border-top-width: 5px;
     }
     }



2026年9月18日 (五) 03:46的版本

/* =========================================================
   Encyclato 資訊面板
   維基風格・靠右・分隔版
   請用這份完整取代舊的資訊面板 CSS
========================================================= */

/* -------------------------
   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.5;

    box-sizing: border-box;
}

/* -------------------------
   2. 主標題
------------------------- */

table.encyclato-infobox > caption {
    padding: 0.55em 0.6em;

    border: 1px solid #a2a9b1;
    border-bottom: 0;

    background: #f8f9fa;
    color: #202122;

    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.38em 0.55em;

    border-bottom: 1px solid #eaecf0;

    vertical-align: top;
}

/* -------------------------
   4. 左側欄名
------------------------- */

table.encyclato-infobox > tbody > tr > th.infobox-label {
    width: 38%;

    background: #f8f9fa;

    font-weight: 600;
    text-align: center;

    border-right: 1px solid #eaecf0;
}

/* 右側內容 */
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 {
    width: auto;

    padding: 0.48em 0.55em;

    border-top: 5px solid #ffffff;
    border-bottom: 1px solid #a2a9b1;

    background: #eaecf0;
    color: #202122;

    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
}

/* -------------------------
   6. 次級分類
   例如人物公職名稱
------------------------- */

table.encyclato-infobox > tbody > tr > th.infobox-subsection {
    padding: 0.42em 0.55em;

    border-top: 3px solid #ffffff;
    border-bottom: 1px solid #c8ccd1;

    background: #f1f3f5;

    font-weight: 700;
    text-align: center;
}

/* -------------------------
   7. 國旗與國徽
------------------------- */

table.encyclato-infobox > tbody > tr.infobox-symbol-row > td {
    width: 50%;

    padding: 0.6em 0.4em;

    background: #ffffff;

    text-align: center;
    vertical-align: top;
}

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;
    text-align: center;
}

table.encyclato-infobox .infobox-symbol-media {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 112px;
    width: 100%;

    margin-bottom: 0.25em;
}

table.encyclato-infobox .infobox-symbol-media img {
    display: block;

    max-width: 100%;
    max-height: 108px;

    width: auto;
    height: auto;

    margin: 0 auto;
}

/* -------------------------
   8. 地圖、人物圖像
------------------------- */

table.encyclato-infobox .infobox-wide-image,
table.encyclato-infobox .infobox-image-cell {
    background: #ffffff;

    text-align: center;
    vertical-align: middle;
}

table.encyclato-infobox .infobox-wide-image img,
table.encyclato-infobox .infobox-image-cell img {
    max-width: 100%;
    height: auto;

    margin: 0 auto;
}

/* -------------------------
   9. 簽名
------------------------- */

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;
    height: auto;
}

/* -------------------------
   10. 備註
------------------------- */

table.encyclato-infobox .infobox-note {
    padding: 0.55em 0.65em;

    background: #ffffff;

    font-size: 85%;
}

/* -------------------------
   11. 空白列
------------------------- */

table.encyclato-infobox > tbody > tr.infobox-hidden {
    display: none !important;
}

/* -------------------------
   12. 圖片保護
------------------------- */

table.encyclato-infobox img {
    max-width: 100%;
    height: auto;
}

/* -------------------------
   13. 連續資訊面板
------------------------- */

table.encyclato-infobox + table.encyclato-infobox {
    clear: right;
}

/* -------------------------
   14. 窄螢幕
   注意:不再取消 float
   因此不會突然跑到正文正上方
------------------------- */

@media screen and (max-width: 520px) {
    table.encyclato-infobox {
        float: right !important;
        clear: right !important;

        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%;
    }

    table.encyclato-infobox .infobox-symbol-media {
        min-height: 96px;
    }

    table.encyclato-infobox .infobox-symbol-media img {
        max-height: 92px;
    }
}