MediaWiki:Monobook.css

提供:Wikishi
2023年2月20日 (月) 11:50時点におけるきんたま画伯 (トーク | 投稿記録)による版
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explore/Edger: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
/* ここに記述したCSSはモノブック・スキンの利用者に影響します */

/* enlarge font-size for ja fonts */
#bodyContent {
	font-size: 118%;
}

#siteNotice {
	margin-top: 5px;
	margin-bottom: -.5em;
}

/* BEGIN LIGHT BLUE SECTION
   Make content area light blue in all namespaces except articles (main namespace).
   This is done by setting the background color for all #content areas
   to light blue, and then overriding it back to white for any #content
   enclosed in a .ns-0 (main namespace). We do the same for the "tab"
   backgrounds and some other objects. */

div#content,
div#p-cactions li a:hover,
div#p-cactions li.selected a,
div#content div.thumb {          /* "Margin" for thumbs, padding for galleries */
	background-color: #F8FCFF;   /* Light blue */
}
div#p-cactions li a {
	background-color: #F7F9FB;   /* Light blue-gray inactive tabs */
}

.ns-0 div#content,
.ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a,
.ns-0 div#content div.thumb {
	background-color: white;     /* Set back to white for articles */
}
.ns-0 div#p-cactions li a {
	background-color: #FBFBFB;   /* Light gray inactive tabs in articles */
}

@media print {
	div#content {
		background: white;
	} /* White background on print */
}

/* END LIGHT BLUE SECTION */

/* Talk page tab "+" / "new section".
   Sets the same padding as the other tabs have. */
div#p-cactions #ca-addsection a {
	padding-left: .8em;
	padding-right: .8em;
}

/* "出典: フリー百科事典『ウィキペディア(Wikipedia)』" */
#siteSub {
	display: inline;
	font-size: 98%;
	font-weight: normal;
}

#bodyContent #siteSub a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	padding-right: 0;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a {
	font-weight: bold !important;
}

/* 脚注挿入による行間のずれを軽減する。[[MediaWiki‐ノート:Common.css#脚注による行間のずれ]] */
sup {
	font-size:.85em;
	vertical-align: .4em;
	line-height: 0;
}

/* 地理座標の表示位置 */
#coordinates {
	position: absolute;
	z-index: 10;
	background-color: #fff;
	right: 0;
	top: 0;
	font-size: 85%;
}

.ve-ce-surface-enabled #coordinates {
	margin-top: -3em;
}

#bodyContent {
	position: relative;
}

.topicon {
	position: absolute;
	z-index: 10;
	right: 0;
	top: -30px;
	display: block !important;
}

/* 編集画面のボタンを太字表示にする */
#wpSave, #wpPreview, #wpDiff, #mw-editform-cancel {
	font-weight: bold;
}