操作

MediaWiki

「Foreground.css」の版間の差分

 
(同じ利用者による、間の64版が非表示)
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;}
+
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:12px;}
  
/* 自動改行の防止 */
+
/* TABLES */
pre {
+
.trap table tr th,
  font-size:16px;
+
table tr td{  
  font-family: "MS ゴシック","Osaka-等幅","Osaka-Mono",monospace,sans-serif;
+
padding: 3px;
  max-height:250px;
+
font-size : 100%;
  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;}
 
  
/* ブラウザの色など */
+
table td.example1 {
/* Custom Foreground menubar colors */
+
text-align: center;
.top-bar,
+
font-size : 80%;
.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,
+
/* toolbox */
.top-bar-section > ul > [role="separator"] {
+
.button.small {
     border-color: #ffe4b2;
+
    padding: 0rem 0rem 0rem 0rem;
 +
     font-size: 0.3rem;
 
}
 
}
  
/* Darker color for the hover over items */
+
caption {
.top-bar-section ul li.hover > a,
+
caption-side: top;
.top-bar-section ul li ul.dropdown li.hover > a {
 
    background: #ffae00;
 
 
}
 
}
  
/* Slightly darker color for the dropdowns */
+
/* blockquoteのデザイン */
.top-bar-section ul li ul.dropdown li > a {
+
blockquote {
    background: #ffe4b2;
+
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;
}