MediaWiki:Gadget-SiteOrigin.css

提供:エケペディア
2014年9月13日 (土) 13:36時点におけるNo.name2 (トーク | 投稿記録)による版 (テンプレート:使用例の改善)
ナビゲーションに移動 検索に移動

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explore/Edger: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
/* [[テンプレート:ルビ]] */
ruby {
  height: 1em;
  line-height: 1;
  display: inline-table;
  vertical-align: 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;
}

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

/* [[テンプレート:メッセージボックス]] */
.ambox {
  width: 80%;
  margin: 0 10%;
  padding: 0;
  border: 1px solid #aaa;
  border-collapse: collapse;
}
.ambox + .ambox {
  margin-top: -1px;
}
.ambox .mbox-image {
  padding: 0;
  text-align: center;
}
.ambox .mbox-text {
  padding: 0.25em 0.5em;
  width: 100%;
  vertical-align: middle;
}

/* [[テンプレート:情報ボックス]] */
.infobox-title {
  background-color: #999;
  color: #fff;
}

/* [[テンプレート:折り畳みボックス]] */
#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;
}
.navbox-title a,
.navbox-group a {
  color: inherit;
}
.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;
  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 {
  padding: 0 1em;
  min-width: 300px;
}
.usage-example .result .infobox {
  float: none !important;
}

/* 横リスト用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,
.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, "") ".";
}
.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 */


/* チームカラー・サイリウム背景CSS */
.bgcolor {
  background-color: #555555;
  color: #ffffff;
}
/* リンクに指定されたcolorが適応されないようにする */
#content .bgcolor a { color: inherit; }

span.bgcolor {
  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 */