「Foreground.css」の版間の差分
Music765plus (トーク | 投稿記録) 編集の要約なし |
Music765plus (トーク | 投稿記録) 編集の要約なし |
||
25行目: | 25行目: | ||
/* ブラウザの色など */ | /* ブラウザの色など */ | ||
. | /* Custom Foreground menubar colors */ | ||
background: # | .top-bar, | ||
.top-bar-section ul, | |||
.top-bar-section ul li.active > a, | |||
.top-bar-section li a:not(.button), | |||
.top-bar-section .has-form { | |||
background: #ffe4b2; | |||
color: #000; | |||
} | } | ||
.top-bar . | .top-bar-section > ul > .divider, | ||
color: # | .top-bar-section > ul > [role="separator"] { | ||
border-color: #ffe4b2; | |||
} | } | ||
.top-bar | /* Darker color for the hover over items */ | ||
.top-bar-section ul li.hover > a, | |||
.top-bar-section ul li ul.dropdown li.hover > a { | |||
background: #ffae00; | |||
.top-bar | |||
. | |||
} | } | ||
/* Slightly darker color for the dropdowns */ | |||
.top-bar-section ul li ul.dropdown li > a { | .top-bar-section ul li ul.dropdown li > a { | ||
background: # | background: #ffe4b2; | ||
} | } |
2017年9月29日 (金) 14:33時点における版
#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;} /* ブラウザの色など */ /* Custom Foreground menubar colors */ .top-bar, .top-bar-section ul, .top-bar-section ul li.active > a, .top-bar-section li a:not(.button), .top-bar-section .has-form { background: #ffe4b2; color: #000; } .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-color: #ffe4b2; } /* Darker color for the hover over items */ .top-bar-section ul li.hover > a, .top-bar-section ul li ul.dropdown li.hover > a { background: #ffae00; } /* Slightly darker color for the dropdowns */ .top-bar-section ul li ul.dropdown li > a { background: #ffe4b2; }