「MediaWiki:Common.css」の版間の差分
メッセージボックスの表示を改善 |
編集の要約なし |
||
| (同じ利用者による、間の1版が非表示) | |||
| 124行目: | 124行目: | ||
.nodesktop { | .nodesktop { | ||
display: none; | display: none; | ||
} | |||
/* Display nested lists inline and allow them to wrap */ | |||
.hlist dl dl, .hlist dl ol, .hlist dl ul, | |||
.hlist ol dl, .hlist ol ol, .hlist ol ul, | |||
.hlist ul dl, .hlist ul ol, .hlist ul ul { | |||
display: inline; | |||
white-space: normal; | |||
} | |||
/* 特定場所での改行を防ぐ: | |||
1) 個別に指定した場所 | |||
2) リンク途中 | |||
3) そのページ自身へのリンク(太字部分) | |||
4) グループ名付きの ref タグ <ref group="注"> --> "[注 1]" */ | |||
.nowrap, | |||
.nowraplinks a, | |||
.nowraplinks .selflink, | |||
sup.reference a { | |||
white-space: nowrap; | |||
} | |||
/* 以下のクラスを指定した場所では解除する: */ | |||
.wrap, | |||
.wraplinks a { | |||
white-space: normal; | |||
} | } | ||