「MediaWiki:Common.css」の版間の差分

編集の要約なし
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
1,890行目: 1,890行目:
.ts-chron-entry + .ts-chron-entry {
.ts-chron-entry + .ts-chron-entry {
     margin-top: 0 !important;
     margin-top: 0 !important;
}
/* =========================================================
  転スラ全史:縦方向をコンパクト化
  ========================================================= */
.ts-fullchron-entry {
    min-height: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.ts-fullchron-event {
    margin-top: 0;
    margin-bottom: 4px;
}
.ts-fullchron-summary {
    margin-top: 3px;
    margin-bottom: 7px;
    line-height: 1.7;
}
.ts-fullchron-detail {
    margin-top: 7px;
    margin-bottom: 0;
}
/* =========================================================
  転スラ全史:メタ情報レイアウト修正
  ========================================================= */
.ts-fullchron-main {
    width: auto !important;
    min-width: 0 !important;
}
.ts-fullchron-meta {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 8px;
}
.ts-fullchron-meta-row {
    display: grid !important;
    grid-template-columns: 4.5em minmax(0, 1fr) !important;
    column-gap: 10px;
    width: 100% !important;
    max-width: none !important;
    margin: 3px 0;
    align-items: start;
}
.ts-fullchron-meta-label {
    display: block;
    width: auto !important;
    min-width: 0 !important;
    font-weight: 600;
    color: #54595d;
    white-space: nowrap;
}
.ts-fullchron-meta-row > span:last-child {
    display: block;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    word-break: normal;
    overflow-wrap: break-word;
}
}