MediaWiki:Common.css

提供: Test Wiki
2015年5月16日 (土) 21:39時点における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はすべての外装に反映されます */
.mw-content-ltr {
 font-family:'Times New Roman','HGS明朝B';
 font-size:1.0em;
 background-image:url(images/background/bg.jpg);
}

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


body {
    margin: 0;
    padding: 2px 2px;
    font-family: Helvetica, sans-serif;
    font-size: 11pt;
    color: black;
    background-image: url(http://oasis.halfmoon.jp/pics/back.gif);
}


.mw-body {

 font-family:'Times New Roman','HGS明朝B';
 font-size:1.0em;
}

h1 {
    font-size: 16pt;
    font-weight: lighter;
    border-bottom: solid 1px #d8c3b2;
    text-indent: 5px;
    letter-spacing: 5px;
    padding: 5px 5px;
    margin: 30px 0px;
    clear: both;
}

h3 {
    font-size: 12pt;
    font-weight: lighter;
    text-indent: 5px;
    letter-spacing: 3px;
    border-width: 0px 0px 1px 5px;
    border-style: solid;
    border-bottom-color: #b87330;
    border-left-color: #b87330;
    padding: 2px 5px;
    margin: 8px 0px 3px;
    clear: both;
}

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

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

h2 {
    font-size: 14pt;
    font-weight: lighter;
    text-indent: 5px;
    letter-spacing: 3px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-top-color: #e4c5a6;
    border-right-color: #e4c5a6;
    border-bottom-color: #b87330;
    border-left-color: #b87330;
    background-color: #e4c5a6;
    padding: 5px 5px;
    margin: 10px 0px 5px;
    clear: both;
}