操作

MediaWiki

「Foreground.css」の版間の差分

9行目: 9行目:
  
 
/* 本文の変更 */
 
/* 本文の変更 */
.ns-subject h1{clear:both;font-weight:bold;font-size:30px;padding-top:20px;}
+
.ns-subject h1{clear:both;font-weight:bold;font-size:30px;}
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;padding-top:18px;}
+
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;}
.ns-subject h3{clear:both;font-weight:bold;font-size:20px;padding-top:12px;}
+
.ns-subject h3{clear:both;font-weight:bold;font-size:20px;}
  
 
/* テキストエリアの設定 */
 
/* テキストエリアの設定 */

2017年9月29日 (金) 23:48時点における版

#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 h1{clear:both;font-weight:bold;font-size:30px;}
.ns-subject h2{clear:both;font-weight:bold;font-size:24px;}
.ns-subject h3{clear:both;font-weight:bold;font-size:20px;}

/* テキストエリアの設定 */
textarea {font-size:16px; font-family:monospace;}
#wpTextbox1 textarea {font-family: "MS ゴシック","Osaka-Mono",monospace,sans-serif;}

/* ブラウザの色など */