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

提供:エケペディア
ナビゲーションに移動 検索に移動
(ルビ関連CSSを削除(Firefoxのルビ対応に伴い、ルビ非対応環境が大幅に減少したため))
(svg)
タグ: モバイル編集 モバイルウェブ編集 改良版モバイル編集
 
(5人の利用者による、間の37版が非表示)
1行目: 1行目:
/* <nowiki> [[MediaWiki:Common.css]]と[[MediaWiki:Mobile.css]]に共通のコードを統合 */
/* Sitenoticeに緊急の案内を表示するとき使用(サーバーキャッシュ関係なく反映されます) */
/* Sitenoticeに緊急の案内を表示するとき使用(サーバーキャッシュ関係なく反映されます) */
#siteNotice:after {
#siteNotice:after {
  content: "";
content: "";
}
 
/* アップロード権限のない利用者にはMsUploadの「ファイルをここにアップロードしてください」を表示しない
  アップロード権限のある利用者向けに[[MediaWiki:Gadget-EnableMsUpload.css]]で上書き
#upload-drop {
display: none !important;
}*/
 
/* 登録利用者のみに表示 / 登録利用者には[[MediaWiki:Group-user.css]]で上書き */
div.usersonly, span.usersonly {
display: none;
}
}


7行目: 20行目:
div.pre-content h1/*for mobile*/, div#content h1, div#content h2, div#content #firstHeading,
div.pre-content h1/*for mobile*/, div#content h1, div#content h2, div#content #firstHeading,
html, body, div#content .mw-editsection {
html, body, div#content .mw-editsection {
  font-family: sans-serif;
font-family: sans-serif;
}
}


/* Wikipediaへのリンクに画像を追加 */
 
a[href^="http://ja.wikipedia.org"] {
/* 表の文字を中央揃え、右端だけ左揃え */
  background: url(//48pedia.org/images/thumb/8/80/Wikipedia-logo-v2.svg/155px-Wikipedia-logo-v2.svg.png) center right/12px no-repeat;
table.with-remarks td {
  padding-right: 13px;
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 {
ruby.ruby-wrap {
  white-space: normal;
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;
}
}
.ambox + .ambox {
.infobox-title {
  margin-top: -1px;
background-color: #999;
text-align: center;
color: #fff;
font-size: 1.4em;
font-weight: bold;
}
}
.ambox .mbox-image {
.infobox-sub-header {
  padding: 0;
text-align: center;
  text-align: center;
}
}
.ambox .mbox-text {
.infobox-image-wrapper {
  padding: 0.25em 0.5em;
text-align: center;
  width: 100%;
padding: 0;
  vertical-align: middle;
}
}
 
.infobox-label {
/* [[テンプレート:情報ボックス]] */
width: 33.3%;
.infobox-title {
vertical-align: top;
  background-color: #999;
}
  color: #fff;
.infobox-data {
width: 66.7%;
}
#content .infobox-data p {
margin: 0;
}
}


/* [[テンプレート:折り畳みボックス]] */
/* [[テンプレート:折り畳みボックス]] */
#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-wrap {
pre {
  word-wrap: break-word;
word-wrap: break-word;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}
}


151行目: 194行目:
#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 */
230行目: 273行目:
/* ここから、セットリスト用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 {
.double-encore ol > li:before {
  content: "WEN" counters(setlist-item, "") ".";
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;
}
}
/* 入れ子の子リストを通常のリストとして扱う */
/* 入れ子の子リストを通常のリストとして扱う */
265行目: 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) 個別に指定した場所
#content .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 {
#content span.bgcolor {
    white-space: normal;
  display: inline-block;
  padding: 0 0.5em;
}
}
#content .bgcolor-AKB48, #content .bgcolor-AKB { background-color: #f53b9f; }
#content .bgcolor-チームA, #content .bgcolor-A { background-color: #f576a3; }
#content .bgcolor-チームK, #content .bgcolor-K { background-color: #77b800; }
#content .bgcolor-チームB, #content .bgcolor-B { background-color: #34b6e4; }
#content .bgcolor-チーム4, #content .bgcolor-4 { background-color: #fcd116; }
#content .bgcolor-チーム8, #content .bgcolor-8 { background-color: #00408f; }
#content .bgcolor-AKB48研究生, #content .bgcolor-AKB研 { background-color: #ff0000; }
#content .bgcolor-SKE48, #content .bgcolor-SKE { background-color: #f8b600; }
#content .bgcolor-チームS, #content .bgcolor-S { background-color: #f8b600; }
#content .bgcolor-チームKII, #content .bgcolor-KII { background-color: #e70142; }
#content .bgcolor-チームE, #content .bgcolor-E { background-color: #016b67; }
#content .bgcolor-SKE48研究生, #content .bgcolor-SKE研 { background-color: #5cc4e9; }
#content .bgcolor-NMB48, #content .bgcolor-NMB { background: url(//48pedia.org/images/thumb/a/ae/Leopard.jpg/800px-Leopard.jpg) #864711; }
#content .bgcolor-チームN, #content .bgcolor-N { background-color: #f0c018; }
#content .bgcolor-チームM, #content .bgcolor-M { background-color: #d04088; }
#content .bgcolor-チームBII, #content .bgcolor-BII { background-color: #169ece; }
#content .bgcolor-NMB48研究生, #content .bgcolor-NMB研 { background-color: #c781bf; }
#content .bgcolor-HKT48, #content .bgcolor-HKT { background-color: #000000; }
#content .bgcolor-チームH, #content .bgcolor-H { background-color: #c8df8d; color: #000000; }
#content .bgcolor-チームKIV, #content .bgcolor-KIV { background-color: #a7dcea; color: #000000; }
#content .bgcolor-HKT48研究生, #content .bgcolor-HKT研 { background-color: #d5d6d8; color: #000000; }
#content .bgcolor-NGT48, #content .bgcolor-NGT {
  background-color: #ffffff;
  color: #e60012;
  border-right: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
}
#content .bgcolor-SDN48, #content .bgcolor-SDN {
  background: linear-gradient(144.46deg, #9aadbc, #9bacbc, #c5d1dd, #e6ebf1, #dfe6ee, #a6b6c5, #6f889c, #425f71/*, #3a4652, #2e3b44, #2f3b47*/) #a6b6c5;
  color: #000000;
}
#content .bgcolor-JKT48, #content .bgcolor-JKT { background-color: #e70012; }
#content .bgcolor-チームJ, #content .bgcolor-J { background-color: #ff0000; }
#content .bgcolor-チームKIII, #content .bgcolor-KIII { background-color: #ff8000; }
#content .bgcolor-チームT, #content .bgcolor-T { background-color: #ff99ff; }
#content .bgcolor-JKT48研究生, #content .bgcolor-JKT研 { background-color: #7dff7d; }
#content .bgcolor-SNH48, #content .bgcolor-SNH { background-color: #90d4f7; }
#content .bgcolor-チームSII, #content .bgcolor-SII { background-color: #8fcae8; }
#content .bgcolor-チームNII, #content .bgcolor-NII { background-color: #ac84b8; }
#content .bgcolor-チームHII, #content .bgcolor-HII { background-color: #f39801; }
#content .bgcolor-チームX, #content .bgcolor-X { background-color: #b1d61b; }
#content .bgcolor-SNH48研究生, #content .bgcolor-SNH研 { background-color: #46a8ff; }
#content .bgcolor-乃木坂46, #content .bgcolor-乃木坂 { background-color: #7e0f85; }
#content .bgcolor-乃木坂46研究生, #content .bgcolor-乃木坂研 { background-color: #5b0b60; }
#content .bgcolor-大人AKB48, #content .bgcolor-大人AKB { background-color: #000000; color: #e1c775; }
#content .bgcolor-バイトAKB { background-color: #e83421; }
#content .bgcolor-ピンク, #content .bgcolor-桃, #content .bgcolor-桃色 { background-color: #fc92b1; }
#content .bgcolor-レッド, #content .bgcolor-赤, #content .bgcolor-赤色 { background-color: #e74c3c; }
#content .bgcolor-オレンジ, #content .bgcolor-橙, #content .bgcolor-橙色 { background-color: #e67e22; }
#content .bgcolor-イエロー, #content .bgcolor-黄, #content .bgcolor-黄色 { background-color: #f1c40f; }
#content .bgcolor-黄緑, #content .bgcolor-黄緑色 { background-color: #2ecc71; }
#content .bgcolor-グリーン, #content .bgcolor-緑, #content .bgcolor-緑色 { background-color: #27ae60; }
#content .bgcolor-水色 { background-color: #3498db; }
#content .bgcolor-ブルー, #content .bgcolor-青, #content .bgcolor-青色 { background-color: #0000db; }
#content .bgcolor-パープル, #content .bgcolor-紫, #content .bgcolor-紫色 { background-color: #9b59b6; }
#content .bgcolor-ブラック, #content .bgcolor-黒, #content .bgcolor-黒色 { background-color: #000000; }
#content .bgcolor-ホワイト, #content .bgcolor-白, #content .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;
}