MediaWiki:Common.css:修訂間差異

出自眾神廳
跳至導覽 跳至搜尋
無編輯摘要
無編輯摘要
第1行: 第1行:
/* 此 CSS 會套用至所有的介面外觀 */
/* 此 CSS 會套用至所有的介面外觀 */
/* =========================
table.encyclato-infobox > tbody > tr > th.infobox-subsection {
  資訊面板窄螢幕修正
    width: auto;
  ========================= */


.infobox {
    padding: 0.45em 0.6em;
     table-layout: fixed;
 
     overflow: visible;
    border-top: 3px solid #ffffff;
    border-bottom: 1px solid #c8ccd1;
 
     background: #f1f3f5;
 
    font-weight: 700;
     text-align: center;
}
}


.infobox td {
    overflow-wrap: anywhere;
    word-break: normal;
}


/* 國旗、國徽不要把面板撐爆 */
/* ---------- 國旗與國徽 ---------- */
.infobox .infobox-symbol-cell {
 
table.encyclato-infobox > tbody > tr > td.infobox-symbol-cell {
     width: 50%;
     width: 50%;
    max-width: 50%;
 
     padding: 0.6em 0.35em;
     padding: 0.65em 0.35em;


     text-align: center;
     text-align: center;
第24行: 第26行:
}
}


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


     min-height: 115px;
     min-height: 120px;
    max-width: 100%;
}
 
table.encyclato-infobox .infobox-symbol-media img {
    max-width: 100%;
    height: auto;
}
 
table.encyclato-infobox .infobox-symbol-name {
    display: block;
 
    margin-bottom: 0.15em;
 
    text-align: center;
}
 
 
/* ---------- 人物主圖 ---------- */
 
table.encyclato-infobox > tbody > tr > td.infobox-image-cell {
    padding: 0.7em 0.5em;
 
    text-align: center;
    vertical-align: middle;
}
 
table.encyclato-infobox .infobox-image-cell img {
    display: inline-block;
 
     max-width: 100%;
     max-width: 100%;
    height: auto;
}
/* ---------- 人物簽名 ---------- */
table.encyclato-infobox > tbody > tr > td.infobox-signature-cell {
    text-align: center;
    vertical-align: middle;
}
table.encyclato-infobox .infobox-signature-cell img {
    display: inline-block;
    max-width: 150px;
    max-height: 80px;


     overflow: hidden;
     width: auto;
    height: auto;
}
}


.infobox .infobox-symbol-media img {
 
/* ---------- 所有面板圖片基本保護 ---------- */
 
table.encyclato-infobox img {
     max-width: 100%;
     max-width: 100%;
     height: auto;
     height: auto;
}
}


/* 真正很窄的手機才改成滿版 */
 
/* ---------- 窄螢幕 ---------- */
 
@media screen and (max-width: 480px) {
@media screen and (max-width: 480px) {
     .infobox {
     table.encyclato-infobox {
         float: none;
         float: none;
         clear: both;
         clear: both;
第49行: 第102行:
         max-width: 100%;
         max-width: 100%;


         margin: 1em 0;
         margin: 1em 0 1.5em;
     }
     }


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


     .infobox .infobox-section {
     table.encyclato-infobox > tbody > tr > th.infobox-section {
         border-top-width: 4px;
         border-top-width: 4px;
     }
     }
}
}

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

/* 此 CSS 會套用至所有的介面外觀 */
table.encyclato-infobox > tbody > tr > th.infobox-subsection {
    width: auto;

    padding: 0.45em 0.6em;

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

    background: #f1f3f5;

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


/* ---------- 國旗與國徽 ---------- */

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

    padding: 0.65em 0.35em;

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

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

    min-height: 120px;
    max-width: 100%;
}

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

table.encyclato-infobox .infobox-symbol-name {
    display: block;

    margin-bottom: 0.15em;

    text-align: center;
}


/* ---------- 人物主圖 ---------- */

table.encyclato-infobox > tbody > tr > td.infobox-image-cell {
    padding: 0.7em 0.5em;

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

table.encyclato-infobox .infobox-image-cell img {
    display: inline-block;

    max-width: 100%;
    height: auto;
}


/* ---------- 人物簽名 ---------- */

table.encyclato-infobox > tbody > tr > td.infobox-signature-cell {
    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;
}


/* ---------- 所有面板圖片基本保護 ---------- */

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


/* ---------- 窄螢幕 ---------- */

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

        width: 100%;
        max-width: 100%;

        margin: 1em 0 1.5em;
    }

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

    table.encyclato-infobox > tbody > tr > th.infobox-section {
        border-top-width: 4px;
    }
}