コンテンツにスキップ

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

編集の要約なし
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
タグ: 差し戻し済み
1,002行目: 1,002行目:
     padding: 10px 11px;
     padding: 10px 11px;
     font-size: .79rem;
     font-size: .79rem;
}
/* =========================================================
  個別記事内の年表 Mobile
  ========================================================= */
.ts-entitychronology {
    margin: 8px 0 16px;
}
.ts-entitychron-list {
    position: relative;
}
.ts-entitychron-list::before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: 7px;
    width: 1px;
    background: #b7c5dc;
}
.ts-entitychron-entry {
    position: relative;
    display: block;
    padding: 0 0 17px 25px;
}
.ts-entitychron-entry::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #36c;
    box-shadow: 0 0 0 1px #36c;
}
.ts-entitychron-date {
    margin-bottom: 3px;
    padding: 0;
    color: #2a4b8d;
    font-size: .73rem;
    font-weight: 600;
    text-align: left;
}
.ts-entitychron-body {
    padding-bottom: 11px;
    border-bottom: 1px solid #eaecf0;
}
.ts-entitychron-entry:last-child .ts-entitychron-body {
    border-bottom: 0;
}
.ts-entitychron-event {
    margin-bottom: 3px;
    font-size: .89rem;
    font-weight: 700;
}
.ts-entitychron-summary {
    color: #54595d;
    font-size: .8rem;
    line-height: 1.6;
}
.ts-entitychron-detail {
    margin-top: 5px;
    font-size: .74rem;
}
.ts-entitychron-more {
    margin-top: 3px;
    padding-top: 7px;
    border-top: 1px solid #eaecf0;
    text-align: right;
    font-size: .75rem;
}
}