利用者:Brecht/blender.css

提供: wiki
< 利用者:Brecht
2018年6月29日 (金) 04:44時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: メニュー → 設定 (Mac では Opera → 環境設定) に移動し、プライバシーとセキュリティ → 閲覧データを消去 → キャッシュされた画像およびファイル からキャッシュをクリアしてください。
/* font and colors */

#globalWrapper {
    background-color: #e3e3e3;
    min-height: 500px;
}

#col-content div, #col-content p, #col-content ul, #col-content ol {
    font-family: Georgia;
    font-size: 13px;
    color:#000;
}

p {
    text-align: justify;
}

/* headers */


h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Verdana, sans-serif;
}

h4, h5, h6 {
    color: #444;
}

h1 {
    margin-top: 0em !important;
    font-size: 15pt;
}

.columnThird h1 {
    margin-top: 25px !important;
}

h2 {
    font-size: 13pt;
}

h3 {
    font-size: 12pt;
}

.literal {
    color: #111;
}

/* boxes */

table, .tableNormal, pre {
    background-color: #ccc !important;
    color: #000 !important;
    font-size: 12px;
}

.mw-geshi, .mw-geshi pre {
    background-color: #222 !important;
    color: #eee !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

 #contentSub {
    font-size: 11px !important;
}

/* disable fixed column */

#column-one {
    margin-top:0;
    top: -35px;
}

#col-one-header {
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    border-radius: 0px !important;
   background-color: #2C3845;
}

.username, .logout {
    margin-top: 7px !important;
}

div.navi-toggle {
    margin-top: 3px;
}

.boxheader a {
    font-size: 0.9em;
    color: #D3E0E9;
}

.artop {
    display: none;
}

#col-one-wrapper.fixed {
    position:absolute;
    top:0;
}

/* images */

.floatright { margin-left: 10px !important; }
.floatleft { margin-right: 10px !important; }

/* links */

#col-content  a {
      color:#258;
      font-weight: normal;
}

/* ruler */

hr {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #eee;
    border-left: 0px;
    border-right: 0px;
}

/* hiding stuff */

 .boxheader {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#donation-wrapper, #p-toc, .vspacer, #pageheader {
    display: none;
}

/* edit hover */

.editsection { opacity: 0.2; }
.editsection:hover { opacity: 1.0; }