「MediaWiki:Timeless.css」の版間の差分
提供: 小樽のじかん事典
編集の要約なし タグ: 手動差し戻し |
編集の要約なし |
||
| 31行目: | 31行目: | ||
/* ===================================================== | /* ===================================================== | ||
Timeless:Comments 拡張の表示幅調整 | Timeless:Comments 拡張の表示幅調整 | ||
(外枠はフラット、内側で揃える) | |||
===================================================== */ | ===================================================== */ | ||
/* コメント領域の外枠(Timeless | /* コメント領域の外枠(Timeless 本文と同列にする) */ | ||
#mw-content-block #mw-data-after-content { | #mw-content-block #mw-data-after-content { | ||
margin-left: 0; | margin-left: 0; | ||
| 43行目: | 43行目: | ||
} | } | ||
/* | /* コメント本体(幅は制御しない) */ | ||
#mw-data-after-content .comments-body { | #mw-data-after-content .comments-body { | ||
width: 100%; | width: 100%; | ||
| 49行目: | 49行目: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
/* ===================================================== | /* ===================================================== | ||
Comments:背景色を記事本文と同一に | |||
===================================================== */ | ===================================================== */ | ||
#mw-data-after-content { | #mw-data-after-content { | ||
background-color: #ffffff; | background-color: #ffffff; | ||
} | } | ||
#mw-data-after-content .comments-body, | #mw-data-after-content .comments-body, | ||
#mw-data-after-content .c-comment, | #mw-data-after-content .c-comment, | ||
| 66行目: | 65行目: | ||
} | } | ||
/* | /* コメント外枠の装飾を弱める */ | ||
#mw-data-after-content .c-item { | #mw-data-after-content .c-item { | ||
background-color: transparent; | background-color: transparent; | ||
border: none; | border: none; | ||
} | } | ||
/* ===================================================== | /* ===================================================== | ||
Comments:文字開始位置の基準を確定 | |||
===================================================== */ | ===================================================== */ | ||
/* | /* | ||
ここが唯一の基準。 | |||
コメント本文は「1em」内側から始まる。 | |||
*/ | |||
#mw-data-after-content .c-container { | #mw-data-after-content .c-container { | ||
margin-left: | margin-left: 1em !important; | ||
} | |||
/* ===================================================== | |||
Comments:見出し(外側)を本文基準に揃える | |||
===================================================== */ | |||
/* | |||
h2#コメント は comments-body の外側にあるため、 | |||
c-container と同じ margin-left を与える。 | |||
*/ | |||
#mw-data-after-content h2#コメント, | |||
#mw-data-after-content h2#コメント + p { | |||
margin-left: 1em; | |||
margin-right: 0; | |||
} | } | ||
/* | |||
/* ===================================================== | |||
Comments:本文側の微調整(誤差防止) | |||
===================================================== */ | |||
/* コメント本文自体には余計な padding を付けない */ | |||
#mw-data-after-content .c-comment { | #mw-data-after-content .c-comment { | ||
padding-left: 0; | padding-left: 0; | ||
} | } | ||
2026年1月11日 (日) 06:22時点における版
/* =====================================================
Timeless:ページツールの不要項目を非表示
===================================================== */
/* サイドバー TOOLBOX 内 */
#t-whatlinkshere,
#t-recentchangeslinked,
#t-info,
#t-log {
display: none;
}
/* 右カラム ページツール */
#mw-related-navigation #t-print,
#mw-related-navigation #t-permalink,
#mw-related-navigation #t-pagelog {
display: none;
}
/* 右カラム ページツール「その他」見出し */
#mw-related-navigation #p-pagemisc > h3 {
display: none;
}
/* 記事タイトル直下 インラインツール「その他」 */
#mw-page-header-links #p-more {
display: none;
}
/* =====================================================
Timeless:Comments 拡張の表示幅調整
(外枠はフラット、内側で揃える)
===================================================== */
/* コメント領域の外枠(Timeless 本文と同列にする) */
#mw-content-block #mw-data-after-content {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
max-width: none;
}
/* コメント本体(幅は制御しない) */
#mw-data-after-content .comments-body {
width: 100%;
max-width: none;
box-sizing: border-box;
}
/* =====================================================
Comments:背景色を記事本文と同一に
===================================================== */
#mw-data-after-content {
background-color: #ffffff;
}
#mw-data-after-content .comments-body,
#mw-data-after-content .c-comment,
#mw-data-after-content .c-item {
background-color: #ffffff;
}
/* コメント外枠の装飾を弱める */
#mw-data-after-content .c-item {
background-color: transparent;
border: none;
}
/* =====================================================
Comments:文字開始位置の基準を確定
===================================================== */
/*
ここが唯一の基準。
コメント本文は「1em」内側から始まる。
*/
#mw-data-after-content .c-container {
margin-left: 1em !important;
}
/* =====================================================
Comments:見出し(外側)を本文基準に揃える
===================================================== */
/*
h2#コメント は comments-body の外側にあるため、
c-container と同じ margin-left を与える。
*/
#mw-data-after-content h2#コメント,
#mw-data-after-content h2#コメント + p {
margin-left: 1em;
margin-right: 0;
}
/* =====================================================
Comments:本文側の微調整(誤差防止)
===================================================== */
/* コメント本文自体には余計な padding を付けない */
#mw-data-after-content .c-comment {
padding-left: 0;
}