「Foreground.css」の版間の差分
Music765plus (トーク | 投稿記録) |
Music765plus (トーク | 投稿記録) |
||
25行目: | 25行目: | ||
/* ブラウザの色など */ | /* ブラウザの色など */ | ||
− | . | + | .tab-bar { |
− | background: # | + | background: #517398; |
} | } | ||
− | + | /* style the labels */ | |
− | + | ul.side-nav label { | |
− | + | background: #517398; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | background | ||
− | |||
color: #fff; | color: #fff; | ||
+ | padding: .25em .5em; | ||
} | } | ||
− | + | /* sidebar background color */ | |
− | + | body { | |
− | + | background-color: #dceaea; | |
− | |||
− | |||
− | |||
− | |||
− | background-color: # | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
2017年9月29日 (金) 14:37時点における版
#ca-talk { display:none!important; } /*議論タブを消す*/ #ca-history { display:none!important; } /*履歴表示タブを消す*/ #ca-viewsource { display:none!important; } /*ソース表示タブを消す*/ #footer-places-privacy { display: none; } /* プライバシーポリシー */ #footer-places-disclaimer { display: none; } /* 免責事項 */ #p-tb{ display : none; } /* 本文の変更 */ .ns-subject h3{clear:both;font-weight:bold;font-size:24px;padding-top:12px;} /* 自動改行の防止 */ pre { font-size:16px; font-family: "MS ゴシック","Osaka-等幅","Osaka-Mono",monospace,sans-serif; max-height:250px; overflow:auto; background-color:#eef; white-space:pre; } /* テキストエリアの設定 */ textarea {font-size:16px; font-family:monospace;} #wpTextbox1 textarea {font-family: "MS ゴシック","Osaka-Mono",monospace,sans-serif;} /* ブラウザの色など */ .tab-bar { background: #517398; } /* style the labels */ ul.side-nav label { background: #517398; color: #fff; padding: .25em .5em; } /* sidebar background color */ body { background-color: #dceaea; }