「MediaWiki:Gadget-SiteOrigin.css」の版間の差分

OKD48 (トーク) による版 122243 を取り消し
(nowraplinks等の追記。)
(OKD48 (トーク) による版 122243 を取り消し)
タグ: 取り消し
169行目: 169行目:
#content .navbox-list p {
#content .navbox-list p {
margin: 0;
margin: 0;
}
/* 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;
}
}


334行目: 326行目:
}
}
/* ここまで、セットリスト用CSS */
/* ここまで、セットリスト用CSS */
/* 特定場所での改行を防ぐ:
  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;
}
9,571

回編集