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

ナビゲーションに移動 検索に移動
(.setlistのカウンタ幅を2.5em→3emに変更(WEN対策))
(WENのみ幅を広げてみる(Wの幅が広いフォントでは崩れそう))
247行目: 247行目:
   list-style: none;
   list-style: none;
   counter-increment: setlist-item;
   counter-increment: setlist-item;
}
.double-encore li {
  margin-left: 3.5em;
}
}
.setlist dd {
.setlist dd {
262行目: 265行目:
.double-encore ol > li:before {
.double-encore ol > li:before {
   content: "WEN" counters(setlist-item, "") ".";
   content: "WEN" counters(setlist-item, "") ".";
  margin-left: -3.5em;
}
}
.with-overture {
.with-overture {