「MediaWiki:Timeless.css」の版間の差分
提供: 小樽のじかん事典
編集の要約なし |
編集の要約なし |
||
| 113行目: | 113行目: | ||
#mw-data-after-content h2#コメント + * { | #mw-data-after-content h2#コメント + * { | ||
margin-left: 2em; | margin-left: 2em; | ||
} | |||
/* ===================================================== | |||
Timeless:右カラム(ページツール)実体への余白付与 | |||
===================================================== */ | |||
/* 右カラムの実体 */ | |||
#mw-related-navigation .sidebar-chunk { | |||
box-sizing: border-box; | |||
padding-left: 2em; | |||
padding-right: 2em; | |||
} | } | ||
2026年1月11日 (日) 10:33時点における版
/* =====================================================
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 拡張の外枠整理
===================================================== */
#mw-content-block #mw-data-after-content {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
max-width: none;
}
/* =====================================================
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;
}
/* =========================
コメント入力フォーム(幅の統一は最小限)
========================= */
/* 入力欄そのもの */
textarea#comment {
display: block;
box-sizing: border-box;
width: calc(98% - 6em);
max-width: 56em;
margin-left: auto;
margin-right: auto;
padding: 0.6em;
}
/* Comments-submit の文章も同一基準に統一 */
#comments-body form .c-form-title,
#comments-body form p,
#comments-body form .mw-message-box,
#comments-body form .oo-ui-messageWidget {
box-sizing: border-box;
width: calc(98% - 6em);
max-width: 56em;
margin-left: auto;
margin-right: auto;
}
/* =========================
コメント投稿ボタン(右寄せ)
========================= */
#comments-body form .c-form-button {
text-align: right;
}
#comments-body form .c-form-button input,
#comments-body form .c-form-button button {
margin-left: auto;
}
/* =====================================================
Timeless:コメント見出しの位置調整
===================================================== */
/* コメント見出し */
#mw-data-after-content h2#コメント {
margin-left: 2em;
}
/* 見出し直下の要素(区切り線・説明文など) */
#mw-data-after-content h2#コメント + * {
margin-left: 2em;
}
/* =====================================================
Timeless:右カラム(ページツール)実体への余白付与
===================================================== */
/* 右カラムの実体 */
#mw-related-navigation .sidebar-chunk {
box-sizing: border-box;
padding-left: 2em;
padding-right: 2em;
}