「MediaWiki:Timeless.css」の版間の差分
提供: 小樽のじかん事典
編集の要約なし |
編集の要約なし |
||
| 5行目: | 5行目: | ||
#t-log { | #t-log { | ||
display: none; | display: none; | ||
} | |||
/* ページツール内の不要項目を非表示(Timeless) */ | |||
#mw-related-navigation #t-print, | |||
#mw-related-navigation #t-permalink, | |||
#mw-related-navigation #t-pagelog { | |||
display: none; | |||
} | } | ||
| 29行目: | 36行目: | ||
#mw-data-after-content .mw-parser-output { | #mw-data-after-content .mw-parser-output { | ||
max-width: none; | max-width: none; | ||
} | |||
/* コメント欄ブロックのみ幅制限を解除 */ | |||
#mw-data-after-content { | |||
max-width: none; | |||
} | |||
/* コメント本体を横いっぱいに */ | |||
#mw-data-after-content .comments-body { | |||
width: 100%; | |||
max-width: none; | |||
box-sizing: border-box; | |||
} | } | ||
2026年1月11日 (日) 02:56時点における版
/* ページツール内の一部項目のみ非表示 */
#t-whatlinkshere,
#t-recentchangeslinked,
#t-info,
#t-log {
display: none;
}
/* ページツール内の不要項目を非表示(Timeless) */
#mw-related-navigation #t-print,
#mw-related-navigation #t-permalink,
#mw-related-navigation #t-pagelog {
display: none;
}
/* Comments 拡張:Timeless で幅制限を解除 */
.mw-parser-output .comments {
max-width: none;
width: 100%;
box-sizing: border-box;
}
/* コメントブロックの親だけ幅制限を解除 */
#mw-data-after-content .mw-parser-output {
max-width: none;
}
/* Comments:実在する要素に限定 */
#mw-data-after-content .comments-body {
width: 100%;
max-width: none;
box-sizing: border-box;
}
/* コメントブロックの親だけ幅制限を解除 */
#mw-data-after-content .mw-parser-output {
max-width: none;
}
/* コメント欄ブロックのみ幅制限を解除 */
#mw-data-after-content {
max-width: none;
}
/* コメント本体を横いっぱいに */
#mw-data-after-content .comments-body {
width: 100%;
max-width: none;
box-sizing: border-box;
}