操作

MediaWiki

「Foreground.css」の版間の差分

25行目: 25行目:
  
 
/* ブラウザの色など */
 
/* ブラウザの色など */
.title-name  {
+
.tab-bar {
     background: #fff none repeat scroll 0 0;
+
     background: #517398;
 
}
 
}
  
.top-bar {
+
/* style the labels */
    height: 46px;
+
ul.side-nav label {
}
+
     background: #517398;
 
 
.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;
 
     color: #fff;
 +
    padding: .25em .5em;
 
}
 
}
+
/* sidebar background color */
input[type="submit"] {
+
body {
    background-color: #1e73be;
+
     background-color: #dceaea;
    border-color: #1e73be;
 
}
 
 
.label {
 
     background-color: #1e73be;
 
}
 
 
a {
 
    color: #1e73be;
 
}
 
 
a:hover, a:focus {
 
    color: #548dbf;
 
}
 
 
 
a.new {
 
    color: #ba0000;
 
 
}
 
}

2017年9月29日 (金) 23: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;
}