「Foreground.css」の版間の差分
Music765plus (トーク | 投稿記録) 編集の要約なし |
Music765plus (トーク | 投稿記録) 編集の要約なし |
||
25行目: | 25行目: | ||
/* ブラウザの色など */ | /* ブラウザの色など */ | ||
.title-name { | |||
.top-bar, | background: #fff none repeat scroll 0 0; | ||
.top-bar-section | } | ||
.top-bar { | |||
height: 46px; | |||
} | |||
.top-bar .toggle-topbar.menu-icon a { | |||
color: #1e73be; | |||
} | |||
.top-bar .toggle-topbar.menu-icon a span { | |||
box-shadow: 0 10px 0 1px #1e73be, 0 16px 0 1px #1e73be, 0 22px 0 1px #1e73be; | |||
} | |||
.top-bar { | |||
background: #fff none repeat scroll 0 0; | |||
border-bottom: 1px solid #1e73be; | |||
} | |||
.top-bar .name h1, | |||
.top-bar .name h1 a { | |||
color: #1e73be !important; | |||
} | |||
.top-bar-section li a:not(.button) { | |||
background: #fff none repeat scroll 0 0; | |||
color: #548dbf; | |||
} | |||
.top-bar-section ul li.active > a, | .top-bar-section ul li.active > a, | ||
.top-bar-section li a: | .top-bar-section ul li ul.dropdown li > a { | ||
.top-bar-section . | background: #fff none repeat scroll 0 0; | ||
background: # | color: #548dbf; | ||
color: # | border-bottom: 1px solid #1e73be; | ||
} | |||
.top-bar-section ul li.hover > a, | |||
.top-bar-section ul li ul.dropdown li.hover > a{ | |||
background: #548dbf; | |||
color: #fff; | |||
border-bottom: 1px solid #1e73be; | |||
} | } | ||
.top-bar-section > ul > .divider, | .top-bar-section > ul > .divider, | ||
.top-bar-section > ul > [role="separator"] { | .top-bar-section > ul > [role="separator"] { | ||
border-color: # | border-color: -moz-use-text-color #fff; | ||
border-right: solid 1px #fff; | |||
border-left: solid 1px #fff; | |||
} | |||
.top-bar-section .has-form, | |||
.top-bar-section li a:not(.button) { | |||
background: #fff none repeat scroll 0 0; | |||
} | |||
button, | |||
.button, | |||
.multipleTemplateAdder { | |||
background-color: #1e73be; | |||
border-color: #1e73be; | |||
} | |||
button:hover, | |||
button:focus, | |||
.button:hover, | |||
.button:focus { | |||
background-color: #548dbf; | |||
} | |||
.toggle-topbar.menu-icon a { | |||
color: #1e73be; | |||
} | } | ||
input#wpPreview { | |||
background-color: #1e73be; | |||
border-color: #1e73be; | |||
color: #fff; | |||
} | |||
input[type="submit"] { | |||
background-color: #1e73be; | |||
border-color: #1e73be; | |||
} | |||
.label { | |||
background-color: #1e73be; | |||
} | |||
a { | |||
color: #1e73be; | |||
} | |||
a:hover, a:focus { | |||
color: #548dbf; | |||
} | } | ||
a.new { | |||
color: #ba0000; | |||
} | } |
2017年9月29日 (金) 14:35時点における版
#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;} /* ブラウザの色など */ .title-name { background: #fff none repeat scroll 0 0; } .top-bar { height: 46px; } .top-bar .toggle-topbar.menu-icon a { color: #1e73be; } .top-bar .toggle-topbar.menu-icon a span { box-shadow: 0 10px 0 1px #1e73be, 0 16px 0 1px #1e73be, 0 22px 0 1px #1e73be; } .top-bar { background: #fff none repeat scroll 0 0; border-bottom: 1px solid #1e73be; } .top-bar .name h1, .top-bar .name h1 a { color: #1e73be !important; } .top-bar-section li a:not(.button) { background: #fff none repeat scroll 0 0; color: #548dbf; } .top-bar-section ul li.active > a, .top-bar-section ul li ul.dropdown li > a { background: #fff none repeat scroll 0 0; color: #548dbf; border-bottom: 1px solid #1e73be; } .top-bar-section ul li.hover > a, .top-bar-section ul li ul.dropdown li.hover > a{ background: #548dbf; color: #fff; border-bottom: 1px solid #1e73be; } .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-color: -moz-use-text-color #fff; border-right: solid 1px #fff; border-left: solid 1px #fff; } .top-bar-section .has-form, .top-bar-section li a:not(.button) { background: #fff none repeat scroll 0 0; } button, .button, .multipleTemplateAdder { background-color: #1e73be; border-color: #1e73be; } button:hover, button:focus, .button:hover, .button:focus { background-color: #548dbf; } .toggle-topbar.menu-icon a { color: #1e73be; } input#wpPreview { background-color: #1e73be; border-color: #1e73be; color: #fff; } input[type="submit"] { background-color: #1e73be; border-color: #1e73be; } .label { background-color: #1e73be; } a { color: #1e73be; } a:hover, a:focus { color: #548dbf; } a.new { color: #ba0000; }