「MediaWiki:Common.css」の版間の差分

提供: 聖城wiki2.0
ナビゲーションに移動 検索に移動
20行目: 20行目:
  
 
body.page-メインページ.action-view h1.firstHeading, body.page-メインページ.action-submit h1.firstHeading { display: none; }
 
body.page-メインページ.action-view h1.firstHeading, body.page-メインページ.action-submit h1.firstHeading { display: none; }
 +
 +
.mw-editsection {
 +
    display: none;
 +
}

2021年1月27日 (水) 07:58時点における版

/* ここに記述したCSSはすべての外装に反映されます */

/* ConfirmEdit QuestyCaptcha -- on Create Account */
.htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }

/* ConfirmEdit QuestyCaptcha -- on Edit page + add a URL */
label[for=wpCaptchaWord] {
    color:green;
    font-weight:bold;
    font-size:150%;
    font-style:italic;
}

.asbox {
	border: solid #999 1px;
	background: #F8F8F8;
	margin: 0.5em 10%;
	clear: both;
}

body.page-メインページ.action-view h1.firstHeading, body.page-メインページ.action-submit h1.firstHeading { display: none; }

.mw-editsection {
    display: none;
}