操作

MediaWiki

「Foreground.css」の版間の差分

 
(同じ利用者による、間の63版が非表示)
4行目: 4行目:
 
#footer-places-privacy { display: none; } /* プライバシーポリシー */
 
#footer-places-privacy { display: none; } /* プライバシーポリシー */
 
#footer-places-disclaimer { 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;
+
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:12px;}
}
 
  
.top-bar .toggle-topbar.menu-icon a span {
+
/* TABLES */
    box-shadow: 0 10px 0 1px #1e73be, 0 16px 0 1px #1e73be, 0 22px 0 1px #1e73be;
+
.trap table tr th,  
}
+
table tr td{  
+
padding: 3px;
.top-bar {
+
font-size : 100%;
    background: #fff none repeat scroll 0 0;
 
    border-bottom: 1px solid #1e73be;
 
 
}
 
}
  
.top-bar .name h1,
+
table td.example1 {
.top-bar .name h1 a {
+
text-align: center;
    color: #1e73be !important;
+
font-size : 80%;
 
}
 
}
  
.top-bar-section li a:not(.button) {
+
/* toolbox */
     background: #fff none repeat scroll 0 0;
+
.button.small {
     color: #548dbf;
+
     padding: 0rem 0rem 0rem 0rem;
 +
     font-size: 0.3rem;
 
}
 
}
  
.top-bar-section ul li.active > a,
+
caption {
.top-bar-section ul li ul.dropdown li > a {
+
caption-side: top;
    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 {
+
/* blockquoteのデザイン */
    color: #ba0000;
+
blockquote {
 +
max-width: 600px !important;
 +
padding: 0.5625rem 1.0rem 1.0rem 1.1875rem !important;
 +
background-color:#CCFFFF !important;
 
}
 
}

2021年10月4日 (月) 07:59時点における最新版

#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; } /* 免責事項 */

/*見出しの変更 */
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:12px;}

/* TABLES */
.trap table tr th, 
table tr td{ 
padding: 3px;
font-size : 100%;
}

table td.example1 { 
text-align: center; 
font-size : 80%;
}

/* toolbox */
.button.small {
    padding: 0rem 0rem 0rem 0rem;
    font-size: 0.3rem;
}

caption {
caption-side: top;
}

/* blockquoteのデザイン */
blockquote {
 max-width: 600px !important;
 padding: 0.5625rem 1.0rem 1.0rem 1.1875rem !important;
 background-color:#CCFFFF !important;
}