MediaWiki:Common.css

提供:KOMICS WIKI
移動: 案内, 検索

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

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックする、もしくは Ctrl-F5Ctrl-R を押してください (Macでは ⌘-R )
  • Google Chrome: Ctrl-Shift-R を押してください (Macでは ⌘-Shift-R )
  • Internet Explorer: Ctrl を押しながら 最新の情報に更新 をクリックする、もしくは Ctrl-F5 を押してください
  • Konqueror: 再読み込み をクリックするか、 F5 を押してください。
  • Opera: ツール → 設定 からキャッシュをクリアしてください。
/* ここに書いたCSSはすべての外装に反映されます */

/* body.page-メインページ h1.firstHeading{display:none;} */
body h1.firstHeading{display:none;}

.km_title {
  margin-left: 0px;
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
}

.km_strong_red {
  font-weight: bold;
  color: red;
}

.km_link,
.km_link a,
.km_link a:link,
.km_link a:visited,
.km_link a:hover,
.km_link a:active{
  white-space: nowrap;
  margin: 0px 3px 0px 3px;
  font-size: 0.95em;
  /* font-weight: bold; */
  background-color: #dde;
  color: #00f;
  /* text-shadow: 1px 1px 1px #dff; */
  border-radius: 2px;        
  -webkit-border-radius: 2px;     
  -moz-border-radius: 2px;   
}

.km_glossary,
.km_glossary a,
.km_glossary a:link,
.km_glossary a:visited,
.km_glossary a:hover,
.km_glossary a:active {
  color: #030;
  background-color: #f0fff0;
  font-weight: bold;
  margin: 0 3px 0 3px;
}

.km_menu {
  color: #630;
  background-color: #fc9;
  font-weight: bold;
  padding: 0 5px 0 5px;
  margin-left: 5px;
  margin-right: 5px;
  white-space: nowrap;
}

.km_button {
  background-color: #eef;
  border-left: 1px solid #99c;
  border-top: 1px solid #99c;
  border-right: 1px solid #336;
  border-bottom: 1px solid #336;
  padding: 0 5px 0 5px;
  margin: 0 5px 0 5px;
  white-space: nowrap;
}

.km_button_red {
  background-color: #fcc;
  border-left: 1px solid #daa;
  border-top: 1px solid #daa;
  border-right: 1px solid #c99;
  border-bottom: 1px solid #c99;
  padding: 0 5px 0 5px;
  margin: 0 5px 0 5px;
  white-space: nowrap;
}

.km_key {
  background-color: #ddd;
  border-left: 3px solid #eee;
  border-top: 3px solid #eee;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  padding: 0 5px 0 5px;
  margin: 0 5px 0 5px;
  white-space: nowrap;
}

.km_info_title{
  color: #960;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2em;
}

.km_info_area {
  background-color: #ffe;
  color: #030;
  padding: 10px;
  margin-left: 22px;
  margin-right: 20px;
  font-size: 0.85em;
  /* border: 1px dotted #363; */
}

.km_warn {
  color: #c00;
  font-weight: bold;
}

.km_warn_title{
  color: #900;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2em;
}

.km_warn_area {
  background-color: #fee;
  color: #300;
  padding: 10px;
  margin-left: 22px;
  margin-right: 20px;
  font-size: 0.85em;
  /* border: 1px dotted #363; */
}

.km_tips_title{
  color: #060;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2em;
}

.km_tips_area {
  background-color: #f9fff9;
  color: #030;
  padding: 10px;
  margin-left: 22px;
  margin-right: 20px;
  font-size: 0.85em;
  /* border: 1px dotted #363; */
}

.km_breadcrumb {
  font-size: 0.85em;
  font-weight: bold;
}

/* -------------------- */
.inner_body ul, .inner_body li, .inner_body dl, .inner_body dt {
  margin-left: 18px;
}

.inner_body dd {
  margin-left: 30px;
}

/* basic settings ------------------------------------- */

body {
  font-family: メイリオ,Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12pt;
}
p {
  margin-left: 18px;
  margin-right: 20px;
}

h1 { margin-left: 0px; }
h2 { margin-left: 3px; }
h3 { margin-left: 6px; }
h4 { margin-left: 9px; }
h5 { margin-left: 12px; }
h6 { margin-left: 15px; }

h4 {
  text-decoration: underline;
  font-style: italic;
}

table.prettytable {
  margin-left: 22px; 
  margin-right: 20px;
}

table.wikitable {
  margin-left: 22px;
}

pre { 
  margin-left: 22px;
  margin-right: 20px;
}

a { 
  color: #00a;
  text-decoration: none;
}
a:link {  color: #00a; }
a:visited { color: #00a; }
a:hover {
  color: #00f; 
  text-decoration: underline;
}
a:active {
  color: #90f; 
   /* border: 1px dotted #ccc; */
}

.noautonum .tocnumber {
  display: none;
}
個人用ツール
名前空間
変種
操作
案内
ツールボックス