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

提供:エケペディア
ナビゲーションに移動 検索に移動
(svg)
タグ: モバイル編集 モバイルウェブ編集 改良版モバイル編集
 
(5人の利用者による、間の67版が非表示)
1行目: 1行目:
/* <nowiki> [[MediaWiki:Common.css]]と[[MediaWiki:Mobile.css]]に共通のコードを統合 */
/* Sitenoticeに緊急の案内を表示するとき使用(サーバーキャッシュ関係なく反映されます) */
#siteNotice:after {
content: "";
}
/* アップロード権限のない利用者にはMsUploadの「ファイルをここにアップロードしてください」を表示しない
  アップロード権限のある利用者向けに[[MediaWiki:Gadget-EnableMsUpload.css]]で上書き
#upload-drop {
display: none !important;
}*/
/* 登録利用者のみに表示 / 登録利用者には[[MediaWiki:Group-user.css]]で上書き */
div.usersonly, span.usersonly {
display: none;
}
/* フォントを更新前のサンセリフ体・ゴシック体に戻す */
div.pre-content h1/*for mobile*/, div#content h1, div#content h2, div#content #firstHeading,
html, body, div#content .mw-editsection {
font-family: sans-serif;
}
/* 表の文字を中央揃え、右端だけ左揃え */
table.with-remarks td {
text-align: center;
}
table.with-remarks td:last-child {
text-align: left;
}
/* [[テンプレート:ルビ]] */
/* [[テンプレート:ルビ]] */
ruby {
ruby {
  height: 1em;
height: 1em;
  line-height: 1;
line-height: 1;
  display: inline-table;
display: inline-table;
  vertical-align: bottom;
vertical-align: text-bottom;
  white-space: nowrap;
white-space: nowrap;
}
}
ruby rb {
ruby rb {
  display: table-row-group;
display: table-row-group;
  text-align: center;
text-align: center;
}
}
ruby rp {
ruby rp {
  display: table-caption;
display: table-caption;
  font-size: 0;
font-size: 0;
  line-height: 0;
line-height: 0;
}
}
ruby rt {
ruby rt {
  display: table-header-group;
display: table-header-group;
  line-height: 1.3;
line-height: 1.3;
  font-size: 0.7em;
font-size: 0.7em;
  text-align: center;
text-align: center;
}
/* 下ルビ用 */
ruby.ruby-bottom {
vertical-align: text-top;
}
ruby.ruby-bottom rt {
display: table-footer-group;
}
/* ルビ内での文字折り返しを許可 */
ruby.ruby-wrap {
white-space: normal;
}
}


/* [[テンプレート:要出典]] */
/* [[テンプレート:要出典]] */
@media screen {
@media screen {
  .fix-domain { border-bottom: dashed 1px; }
.fix-domain { border-bottom: dashed 1px; }
}
}


/* [[テンプレート:メッセージボックス]] */
/* [[テンプレート:情報ボックス]] */
.ambox {
.infobox {
  width: 80%;
width: 24em;
  margin: 0 10%;
font-size: 90%;
  padding: 0;
border: 1px solid #aaa;
  border: 1px solid #aaa;
background-color: #f9f9f9;
  border-collapse: collapse;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox-title {
background-color: #999;
text-align: center;
color: #fff;
font-size: 1.4em;
font-weight: bold;
}
.infobox-sub-header {
text-align: center;
}
}
.ambox + .ambox {
.infobox-image-wrapper {
  margin-top: -1px;
text-align: center;
padding: 0;
}
}
.ambox .mbox-image {
.infobox-label {
  padding: 0;
width: 33.3%;
  text-align: center;
vertical-align: top;
}
}
.ambox .mbox-text {
.infobox-data {
  padding: 0.25em 0.5em;
width: 66.7%;
  width: 100%;
  vertical-align: middle;
}
}
 
#content .infobox-data p {
/* [[テンプレート:情報ボックス]] */
margin: 0;
.infobox-title {
  background-color: #999;
  color: #fff;
}
}


/* [[テンプレート:折り畳みボックス]] */
/* [[テンプレート:折り畳みボックス]] */
#bodyContent .collapsible {
#bodyContent .collapsible {
  border-spacing: 0 2px;
border-spacing: 0 2px;
  width: 100%;
width: 100%;
}
}
.collapsible-navbox {
.collapsible-navbox {
  clear: both;
clear: both;
  border: 1px solid #aaa;
border: 1px solid #aaa;
  padding: 1px 3px;
padding: 1px 3px;
  font-size: 90%;
font-size: 90%;
}
}
.collapsible-navbox + .collapsible-navbox {
.collapsible-navbox + .collapsible-navbox {
  margin-top: -1px;
margin-top: -1px;
}
}
.collapsible-child {
.collapsible-child {
  margin: -2px 0;
margin: -2px 0;
}
}
.navbox-title,
.navbox-title,
.navbox-group {
.navbox-group {
  text-align: center;
text-align: center;
  font-weight: bold;
font-weight: bold;
  background-color: #ddd;
background-color: #ddd;
  color: #333;
color: #333;
}
.navbox-title a,
.navbox-group a {
  color: inherit;
}
}
.navboxLinks {
.navboxLinks {
  float: left;
float: left;
  width: 6em;
width: 6em;
  margin-left: 0.3em;
margin-left: 0.3em;
  text-align: left;
text-align: left;
}
}
.navboxLinks div {
.navboxLinks div {
  font-size: 80%;
font-size: 80%;
  font-weight: normal;
font-weight: normal;
}
}
.mw-body .navboxLinks a,
.mw-body .navboxLinks a,
.mw-body .navboxLinks a:visited {
.mw-body .navboxLinks a:visited {
  color: inherit;
color: inherit;
}
}
.collapseButton {
.collapseButton {
  float: right;
float: right;
  width: 6em;
width: 6em;
  margin-right: 0.3em;
margin-right: 0.3em;
  font-weight: normal;
font-weight: normal;
  text-align: right;
text-align: right;
}
}
.navbox-group {
.navbox-group {
  padding: 1px 10px;
padding: 1px 10px;
  white-space: nowrap;
white-space: nowrap;
}
}
.navbox-list {
.navbox-list {
  padding: 0;
padding: 0;
  width: 100%;
width: 100%;
}
}
#content .navbox-list p {
#content .navbox-list p {
  margin: 0;
margin: 0;
}
}


/* [[テンプレート:使用例]] */
/* [[テンプレート:使用例]] */
.usage-example .source {
.usage-example .source {
  vertical-align: top;
vertical-align: top;
}
}
.usage-example .source p,
.usage-example .source p,
.usage-example .source pre {
.usage-example .source pre {
  margin: 1em;
margin: 1em;
  padding: 0;
padding: 0;
  line-height: 1.3;
line-height: 1.3;
  border: none;
border: none;
  word-wrap: break-word;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}
}
.usage-example .result {
.usage-example .result {
  padding: 0 1em;
padding: 0 1em;
  min-width: 300px;
min-width: 300px;
}
}
.usage-example .result .infobox {
.usage-example .result .infobox {
  float: none !important;
float: none !important;
}
 
/* テキスト折り返し */
pre {
word-wrap: break-word;
}
}


/* 横リスト用CSS */
/* ここから、横リスト用CSS */
#content .hlist dl,
#content .hlist dl,
#content .hlist ol,
#content .hlist ol,
#content .hlist ul {
#content .hlist ul {
  display: inline;
display: inline;
  margin: 0;
margin: 0;
  padding: 0;
padding: 0;
}
}
#content .hlist dd,
#content .hlist dd,
#content .hlist dt,
#content .hlist dt,
#content .hlist li {
#content .hlist li {
  display: inline;
display: inline;
  margin: 0;
margin: 0;
  /*white-space: nowrap;*/
/*white-space: nowrap;*/
}
}
#content .hlist dt:before,
#content .hlist dt:before,
#content .hlist li:before {
#content .hlist li:before {
  content: '・ ';
content: '・ ';
  font-weight: normal;
font-weight: normal;
}
}
#content .hlist-pipe dt:before,
#content .hlist-pipe dt:before,
#content .hlist-pipe li:before {
#content .hlist-pipe li:before {
  content: '| ';
content: '| ';
}
}
#content .hlist-hyphen dt:before,
#content .hlist-hyphen dt:before,
#content .hlist-hyphen li:before {
#content .hlist-hyphen li:before {
  content: '- ';
content: '- ';
}
}
#content .hlist-space dt:before,
#content .hlist-space dt:before,
#content .hlist-space li:before {
#content .hlist-space li:before {
  content: ' ';
content: ' ';
}
}
#content .hlist dl:first-child dt:first-child:before,
#content .hlist dl:first-child dt:first-child:before,
#content .hlist li:first-child:before {
#content .hlist li:first-child:before {
  content: none;
content: none;
}
}
#content .hlist dd + dt:before {
#content .hlist dd + dt:before {
  display: block;
display: block;
  content: ' ';
content: ' ';
}
}
#content .hlist dt:after {
#content .hlist dt:after {
  content: ':';
content: ':';
}
}
/* 入れ子 */
/* 入れ子 */
#content .hlist li ol,
#content .hlist li ol,
#content .hlist li ul {
#content .hlist li ul {
  font-size: 90%;
font-size: 90%;
}
}
#content .hlist li ol:before,
#content .hlist li ol:before,
#content .hlist li ul:before {
#content .hlist li ul:before {
  content: '(';
content: '(';
}
}
#content .hlist li ol:after,
#content .hlist li ol:after,
#content .hlist li ul:after {
#content .hlist li ul:after {
  content: ')';
content: ')';
}
}
/* 数字付きリスト */
/* 数字付きリスト */
#content .hlist ol {
#content .hlist ol {
  counter-reset: hlist-item;
counter-reset: hlist-item;
}
}
#content .hlist ol > li {
#content .hlist ol > li {
  counter-increment: hlist-item;
counter-increment: hlist-item;
}
}
#content .hlist ol > li:before {
#content .hlist ol > li:before {
  content: "・ " counter(hlist-item) ". ";
content: "・ " counter(hlist-item) ". ";
}
}
#content .hlist-pipe ol > li:before {
#content .hlist-pipe ol > li:before {
  content: "| " counter(hlist-item) ". ";
content: "| " counter(hlist-item) ". ";
}
}
#content .hlist-hyphen ol > li:before {
#content .hlist-hyphen ol > li:before {
  content: "- " counter(hlist-item) ". ";
content: "- " counter(hlist-item) ". ";
}
}
#content .hlist-space ol > li:before {
#content .hlist-space ol > li:before {
  content: " " counter(hlist-item) ". ";
content: " " counter(hlist-item) ". ";
}
}
#content .hlist ol > li:first-child:before {
#content .hlist ol > li:first-child:before {
  content: counter(hlist-item) ". ";
content: counter(hlist-item) ". ";
}
}
/* ここまで、横リスト用CSS */
/* ここまで、横リスト用CSS */




/* セットリスト用CSS */
/* ここから、セットリスト用CSS */
.setlist {
.setlist {
  counter-reset: setlist-item;
counter-reset: setlist-item;
}
}
.setlist dl,
.setlist dl,
.setlist ol,
#content .setlist ol,
#content .setlist p {
#content .setlist p {
  margin: 0;
margin: 0;
  padding: 0;
padding: 0;
}
}
.setlist li {
.setlist li {
  margin-left: 2.5em;
margin-left: 2.5em;
  list-style: none;
list-style: none;
  counter-increment: setlist-item;
counter-increment: setlist-item;
}
}
.setlist dd {
.setlist dd {
  margin-left: 2.5em;
margin-left: 2.5em;
}
}
.setlist ol > li:before {
.setlist ol > li:before {
  display: block;
display: block;
  float: left;
float: left;
  content: "M" counters(setlist-item, "", decimal-leading-zero) ".";
content: "M" counters(setlist-item, "", decimal-leading-zero) ".";
  margin-left: -2.5em;
margin-left: -2.5em;
}
}
.encore ol > li:before {
.encore ol > li:before {
  content: "EN" counters(setlist-item, "") ".";
content: "EN" counters(setlist-item, "") ".";
}
.double-encore ol > li:before {
content: "WEN" counters(setlist-item, "") ".";
}
.fanclub ol > li:before {
content: "FC" counters(setlist-item, "") ".";
}
}
.with-overture {
.with-overture {
  counter-reset: setlist-item -1;
counter-reset: setlist-item -1;
}
}
/* 入れ子の子リストを通常のリストとして扱う */
/* 入れ子の子リストを通常のリストとして扱う */
255行目: 311行目:
.setlist ol ol > li,
.setlist ol ol > li,
.setlist ul ol > li {
.setlist ul ol > li {
  margin-left: 1.5em;
margin-left: 1.5em;
  list-style-type: decimal;
list-style-type: decimal;
  counter-increment: none;
counter-increment: none;
}
}
.setlist dl ol > li:before,
.setlist dl ol > li:before,
.setlist ol ol > li:before,
.setlist ol ol > li:before,
.setlist ul ol > li:before {
.setlist ul ol > li:before {
  content: none;
content: none;
}
}
.setlist li dd {
.setlist li dd {
  margin-left: 0;
margin-left: 0;
}
}
/* ここまで、セットリスト用CSS */
/* ここまで、セットリスト用CSS */


 
/* 特定場所での改行を防ぐ:
/* チームカラー・サイリウム背景CSS */
  1) 個別に指定した場所
.bgcolor {
  2) リンク途中
  background-color: #555555;
  3) そのページ自身へのリンク(太字部分)
  color: #ffffff;
  4) グループ名付きの ref タグ <ref group="注"> --> "[注 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}
}
/* リンクに指定されたcolorが適応されないようにする */
/* 以下のクラスを指定した場所では解除する: */
#content .bgcolor a { color: inherit; }
.wrap,
 
.wraplinks a {
span.bgcolor {
    white-space: normal;
  display: inline-block;
  padding: 0 0.5em;
}
}
.bgcolor-AKB48, .bgcolor-AKB { background-color: #f53b9f; }
.bgcolor-チームA, .bgcolor-A { background-color: #f576a3; }
.bgcolor-チームK, .bgcolor-K { background-color: #77b800; }
.bgcolor-チームB, .bgcolor-B { background-color: #34b6e4; }
.bgcolor-チーム4, .bgcolor-4 { background-color: #fcd116; }
.bgcolor-チーム8, .bgcolor-8 { background-color: #8a8a8a; } /* 暫定? */
.bgcolor-研究生, .bgcolor-AKB48研究生, .bgcolor-研 { background-color: #ff0000; }
.bgcolor-SKE48, .bgcolor-SKE,
.bgcolor-チームS, .bgcolor-S { background-color: #f8b600; }
.bgcolor-チームKII, .bgcolor-KII { background-color: #e70142; }
.bgcolor-チームE, .bgcolor-E { background-color: #016b67; }
.bgcolor-SKE48研究生, .bgcolor-S研 { background-color: #5cc4e9; }
.bgcolor-NMB48, .bgcolor-NMB { background: url(/images/a/ae/Leopard.jpg) #864711; }
.bgcolor-チームN, .bgcolor-N { background-color: #f0c018; }
.bgcolor-チームM, .bgcolor-M { background-color: #d04088; }
.bgcolor-チームBII, .bgcolor-BII { background-color: #169ece; }
.bgcolor-NMB48研究生, .bgcolor-N研 { background-color: #c781bf; }
.bgcolor-HKT48, .bgcolor-HKT { background-color: #000000; }
.bgcolor-チームH, .bgcolor-H { background-color: #c8df8d; color: #000000; }
.bgcolor-チームKIV, .bgcolor-KIV { background-color: #a7dcea; color: #000000; }
.bgcolor-HKT48研究生, .bgcolor-H研 { background-color: #d5d6d8; color: #000000; }
.bgcolor-JKT48, .bgcolor-JKT { background-color: #e70012; }
.bgcolor-チームJ, .bgcolor-J { background-color: #e70012; }
.bgcolor-チームKIII, .bgcolor-KIII { background-color: #bd000e; }
.bgcolor-JKT48研究生, .bgcolor-J研 { background-color: #93000b; }
.bgcolor-SNH48, .bgcolor-SNH { background-color: #8fd3f6; }
.bgcolor-チームSII, .bgcolor-SII { background-color: #9ed9f7; }
.bgcolor-チームNII, .bgcolor-NII { background-color: #ae86ba; }
.bgcolor-チームHII, .bgcolor-HII { background-color: #f29b00; }
.bgcolor-SNH48研究生, .bgcolor-SNH研 { background-color: #68c2f2; }
.bgcolor-乃木坂46, .bgcolor-乃木坂 { background-color: #7e0f85; }
.bgcolor-乃木坂46研究生, .bgcolor-乃研 { background-color: #5b0b60; }
.bgcolor-SDN48, .bgcolor-SDN { background-color: #bfbfbf; color: #000000; }
.bgcolor-大人AKB48, .bgcolor-大人AKB { background-color: #000000; color: #e1c775; }
.bgcolor-ピンク, .bgcolor-桃, .bgcolor-桃色 { background-color: #fc92b1; }
.bgcolor-レッド, .bgcolor-赤, .bgcolor-赤色 { background-color: #e74c3c; }
.bgcolor-オレンジ, .bgcolor-橙, .bgcolor-橙色 { background-color: #e67e22; }
.bgcolor-イエロー, .bgcolor-黄, .bgcolor-黄色 { background-color: #f1c40f; }
.bgcolor-黄緑, .bgcolor-黄緑色 { background-color: #2ecc71; }
.bgcolor-グリーン, .bgcolor-緑, .bgcolor-緑色 { background-color: #27ae60; }
.bgcolor-水色 { background-color: #3498db; }
.bgcolor-ブルー, .bgcolor-青, .bgcolor-青色 { background-color: #0000db; }
.bgcolor-パープル, .bgcolor-紫, .bgcolor-紫色 { background-color: #9b59b6; }
.bgcolor-ブラック, .bgcolor-黒, .bgcolor-黒色 { background-color: #000000; }
.bgcolor-ホワイト, .bgcolor-白, .bgcolor-白色 { background-color: #ffffff; color: #000000; }
/* ここまで、チームカラー・サイリウム背景CSS */

2022年10月6日 (木) 08:25時点における最新版

/* <nowiki> [[MediaWiki:Common.css]]と[[MediaWiki:Mobile.css]]に共通のコードを統合 */

/* Sitenoticeに緊急の案内を表示するとき使用(サーバーキャッシュ関係なく反映されます) */
#siteNotice:after {
	content: "";
}

/* アップロード権限のない利用者にはMsUploadの「ファイルをここにアップロードしてください」を表示しない
   アップロード権限のある利用者向けに[[MediaWiki:Gadget-EnableMsUpload.css]]で上書き 
#upload-drop {
	display: none !important;
}*/

/* 登録利用者のみに表示 / 登録利用者には[[MediaWiki:Group-user.css]]で上書き */
div.usersonly, span.usersonly {
	display: none;
}

/* フォントを更新前のサンセリフ体・ゴシック体に戻す */
div.pre-content h1/*for mobile*/, div#content h1, div#content h2, div#content #firstHeading,
html, body, div#content .mw-editsection {
	font-family: sans-serif;
}


/* 表の文字を中央揃え、右端だけ左揃え */
table.with-remarks td {
	text-align: center;
}
table.with-remarks td:last-child {
	text-align: left;
}

/* [[テンプレート:ルビ]] */
ruby {
	height: 1em;
	line-height: 1;
	display: inline-table;
	vertical-align: text-bottom;
	white-space: nowrap;
}
ruby rb {
	display: table-row-group;
	text-align: center;
}
ruby rp {
	display: table-caption;
	font-size: 0;
	line-height: 0;
}
ruby rt {
	display: table-header-group;
	line-height: 1.3;
	font-size: 0.7em;
	text-align: center;
}
/* 下ルビ用 */
ruby.ruby-bottom {
	vertical-align: text-top;
}
ruby.ruby-bottom rt {
	display: table-footer-group;
}
/* ルビ内での文字折り返しを許可 */
ruby.ruby-wrap {
	white-space: normal;
}

/* [[テンプレート:要出典]] */
@media screen {
	.fix-domain { border-bottom: dashed 1px; }
}

/* [[テンプレート:情報ボックス]] */
.infobox {
	width: 24em;
	font-size: 90%;
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	color: black;
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	float: right;
	clear: right;
}
.infobox-title {
	background-color: #999;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
.infobox-sub-header {
	text-align: center;
}
.infobox-image-wrapper {
	text-align: center;
	padding: 0;
}
.infobox-label {
	width: 33.3%;
	vertical-align: top;
}
.infobox-data {
	width: 66.7%;
}
#content .infobox-data p {
	margin: 0;
}

/* [[テンプレート:折り畳みボックス]] */
#bodyContent .collapsible {
	border-spacing: 0 2px;
	width: 100%;
}
.collapsible-navbox {
	clear: both;
	border: 1px solid #aaa;
	padding: 1px 3px;
	font-size: 90%;
}
.collapsible-navbox + .collapsible-navbox {
	margin-top: -1px;
}
.collapsible-child {
	margin: -2px 0;
}
.navbox-title,
.navbox-group {
	text-align: center;
	font-weight: bold;
	background-color: #ddd;
	color: #333;
}
.navboxLinks {
	float: left;
	width: 6em;
	margin-left: 0.3em;
	text-align: left;
}
.navboxLinks div {
	font-size: 80%;
	font-weight: normal;
}
.mw-body .navboxLinks a,
.mw-body .navboxLinks a:visited {
	color: inherit;
}
.collapseButton {
	float: right;
	width: 6em;
	margin-right: 0.3em;
	font-weight: normal;
	text-align: right;
}
.navbox-group {
	padding: 1px 10px;
	white-space: nowrap;
}
.navbox-list {
	padding: 0;
	width: 100%;
}
#content .navbox-list p {
	margin: 0;
}

/* [[テンプレート:使用例]] */
.usage-example .source {
	vertical-align: top;
}
.usage-example .source p,
.usage-example .source pre {
	margin: 1em;
	padding: 0;
	line-height: 1.3;
	border: none;
}
.usage-example .result {
	padding: 0 1em;
	min-width: 300px;
}
.usage-example .result .infobox {
	float: none !important;
}

/* テキスト折り返し */
pre {
	word-wrap: break-word;
}

/* ここから、横リスト用CSS */
#content .hlist dl,
#content .hlist ol,
#content .hlist ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#content .hlist dd,
#content .hlist dt,
#content .hlist li {
	display: inline;
	margin: 0;
	/*white-space: nowrap;*/
}
#content .hlist dt:before,
#content .hlist li:before {
	content: '・ ';
	font-weight: normal;
}
#content .hlist-pipe dt:before,
#content .hlist-pipe li:before {
	content: '| ';
}
#content .hlist-hyphen dt:before,
#content .hlist-hyphen li:before {
	content: '- ';
}
#content .hlist-space dt:before,
#content .hlist-space li:before {
	content: ' ';
}
#content .hlist dl:first-child dt:first-child:before,
#content .hlist li:first-child:before {
	content: none;
}
#content .hlist dd + dt:before {
	display: block;
	content: ' ';
}
#content .hlist dt:after {
	content: ':';
}
/* 入れ子 */
#content .hlist li ol,
#content .hlist li ul {
	font-size: 90%;
}
#content .hlist li ol:before,
#content .hlist li ul:before {
	content: '(';
}
#content .hlist li ol:after,
#content .hlist li ul:after {
	content: ')';
}
/* 数字付きリスト */
#content .hlist ol {
	counter-reset: hlist-item;
}
#content .hlist ol > li {
	counter-increment: hlist-item;
}
#content .hlist ol > li:before {
	content: "・ " counter(hlist-item) ". ";
}
#content .hlist-pipe ol > li:before {
	content: "| " counter(hlist-item) ". ";
}
#content .hlist-hyphen ol > li:before {
	content: "- " counter(hlist-item) ". ";
}
#content .hlist-space ol > li:before {
	content: " " counter(hlist-item) ". ";
}
#content .hlist ol > li:first-child:before {
	content: counter(hlist-item) ". ";
}
/* ここまで、横リスト用CSS */


/* ここから、セットリスト用CSS */
.setlist {
	counter-reset: setlist-item;
}
.setlist dl,
#content .setlist ol,
#content .setlist p {
	margin: 0;
	padding: 0;
}
.setlist li {
	margin-left: 2.5em;
	list-style: none;
	counter-increment: setlist-item;
}
.setlist dd {
	margin-left: 2.5em;
}
.setlist ol > li:before {
	display: block;
	float: left;
	content: "M" counters(setlist-item, "", decimal-leading-zero) ".";
	margin-left: -2.5em;
}
.encore ol > li:before {
	content: "EN" counters(setlist-item, "") ".";
}
.double-encore ol > li:before {
	content: "WEN" counters(setlist-item, "") ".";
}
.fanclub ol > li:before {
	content: "FC" counters(setlist-item, "") ".";
}
.with-overture {
	counter-reset: setlist-item -1;
}
/* 入れ子の子リストを通常のリストとして扱う */
.setlist dl ol > li,
.setlist ol ol > li,
.setlist ul ol > li {
	margin-left: 1.5em;
	list-style-type: decimal;
	counter-increment: none;
}
.setlist dl ol > li:before,
.setlist ol ol > li:before,
.setlist ul ol > li:before {
	content: none;
}
.setlist li dd {
	margin-left: 0;
}
/* ここまで、セットリスト用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;
}