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

提供:エケペディア
ナビゲーションに移動 検索に移動
(不要なコードを除去)
(HKT48のチームカラー微調整)
364行目: 364行目:


#content .bgcolor-HKT48, #content .bgcolor-HKT { background-color: #000000; }
#content .bgcolor-HKT48, #content .bgcolor-HKT { background-color: #000000; }
#content .bgcolor-チームH, #content .bgcolor-H { background-color: #4cb783; }
#content .bgcolor-チームH, #content .bgcolor-H { background-color: #a9d059; }
#content .bgcolor-チームKIV, #content .bgcolor-KIV { background-color: #58e2ff; }
#content .bgcolor-チームKIV, #content .bgcolor-KIV { background-color: #b5d1e6; }
#content .bgcolor-HKT48研究生, #content .bgcolor-HKT研 { background-color: #f2e257; }
#content .bgcolor-HKT48研究生, #content .bgcolor-HKT研 { background-color: #faef55; }


#content .bgcolor-NGT48, #content .bgcolor-NGT {
#content .bgcolor-NGT48, #content .bgcolor-NGT {

2016年3月25日 (金) 16:22時点における版

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

/* アップロード権限のない利用者にはMsUploadの「ファイルをここにアップロードしてください」を表示しない */
#upload-drop {
  display: none !important;
}

/* フォントを更新前のサンセリフ体・ゴシック体に戻す */
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;
}

/* 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;
  padding-right: 13px;
}

/* [[テンプレート:ルビ]] */
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; }
}

/* [[テンプレート:メッセージボックス]] */
.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 {
  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: 8em;
  vertical-align: top;
}
#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,
.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, "") ".";
}
.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 */
#content .bgcolor {
  background-color: #555555;
  color: #ffffff;
}
/* リンクに指定されたcolorが適応されないようにする */
#content .bgcolor a { color: inherit; }

#content span.bgcolor {
  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: #5fc8e6; }

#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: #ffb701; }
#content .bgcolor-チームM, #content .bgcolor-M { background-color: #ff5a7f; }
#content .bgcolor-チームBII, #content .bgcolor-BII { background-color: #54badc; }
#content .bgcolor-NMB48研究生, #content .bgcolor-NMB研 { background-color: #36cc69; }

#content .bgcolor-HKT48, #content .bgcolor-HKT { background-color: #000000; }
#content .bgcolor-チームH, #content .bgcolor-H { background-color: #a9d059; }
#content .bgcolor-チームKIV, #content .bgcolor-KIV { background-color: #b5d1e6; }
#content .bgcolor-HKT48研究生, #content .bgcolor-HKT研 { background-color: #faef55; }

#content .bgcolor-NGT48, #content .bgcolor-NGT {
  background-color: #ffffff;
  color: #e60012;
  border-right: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
}
#content .bgcolor-チームNIII, #content .bgcolor-NIII { background-color: #e60012; }
#content .bgcolor-NGT48研究生, #content .bgcolor-NGT研 { background-color: #cc0011; }

#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-チームXII, #content .bgcolor-XII { background-color: #03C070; }
#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-欅坂46, #content .bgcolor-欅坂 { background-color: #5fb955; }

#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 */