MediaWiki:Common.css

提供: Test Wiki
2015年8月20日 (木) 00:30時点におけるJulyfestival (トーク | 投稿記録)による版

移動: 案内検索

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

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

body {
    margin: 0;
    padding: 2px 2px;
  font-family:'Times New Roman','HGS明朝B';
    font-size: 1.0em;
    color: #00366c;
    background-image: url(images/background/bg.jpg);
}

.mw-content-ltr {
 font-family:'Times New Roman','HGS明朝B';
 font-size:1.0em;
}


.mw-page-base {
 background-image:url(images/background/bg.jpg);
}

.mw-head-base {
 background-image:url(images/background/bg.jpg);
}

.content {
 background-image:url(images/background/bg.jpg);
}


#mw_content {
    width: 100%;
    line-height: 1.8em;
/*    padding: 0 1em 1em 1em;*/
}


.mw-body {
 background-image:url(images/background/bg.jpg);
 font-family:'Times New Roman','HGS明朝B';
 font-size:1.0em;
 color:#0c2b49;
}

/*見出し*/
h1 {
    font-size: 2.0em;
    font-weight: bold;
    border-bottom: solid 5px #00416b;
    text-indent: 5px;
    letter-spacing: 5px;
    padding: 5px 5px;
    margin: 0px 0px;
    clear: both;
}

h2 {
    font-family:'Times New Roman','HGS明朝B';
    font-size: 1.8em;
    font-weight: bold;
    color:#e2d8bf;
    text-indent: 5px;
    letter-spacing: 3px;
    border-width: 1px 1px 1px 5px;
    padding: 5px 5px;
    margin: 10px 0px 5px;
    background-color:rgba( 0, 52, 119, 0.50 );
    border-style:solid none none none #00366c";

    clear: both;
}

h3 {
    font-family:'Times New Roman','HGS明朝B';
    font-size: 1.8em;
    font-weight: bold;
    color:#e2d8bf;
    text-indent: 5px;
    letter-spacing: 3px;
    border-width: 1px 1px 1px 5px;
    padding: 5px 5px;
    margin: 10px 0px 5px;
    background-color:rgba( 83, 0, 93, 0.50 );
    border-style:solid none none none #00366c";

    clear: both;
}

h4 {
    font-size: 1.2em;
    font-weight: lighter;
    text-indent: 5px;
    letter-spacing: 2px;
    border-bottom: solid 1px #7aa3bf;
    padding: 2px 5px;
    margin: 8px 0px 2px;
    clear: both;
}

h5 {
    font-size: 12pt;
    font-weight: bold;
}


h6 {
    font-size: 1.2em;
    font-weight: lighter;
    text-indent: 5px;
    letter-spacing: 2px;
    border-bottom: solid 1px #53005d;
    padding: 2px 5px;
    margin: 8px 0px 2px;
    clear: both;
}


h7 {
    font-size: 1.2em;
    font-weight: lighter;
    text-indent: 5px;
    letter-spacing: 2px;
    border-bottom: solid 1px #00ff00;
    padding: 2px 5px;
    margin: 8px 0px 2px;
    clear: both;
}


h8 {
    font-size: 1.2em;
    font-weight: lighter;
    text-indent: 5px;
    letter-spacing: 2px;
    border-bottom: solid 1px #ffff00;
    padding: 2px 5px;
    margin: 8px 0px 2px;
    clear: both;
}







#mw_main {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-top: 3.5em;
}

div.mw_clear, div.clear {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
}