MediaWiki:Vector.css

提供: wiki
2019年11月20日 (水) 03:46時点におけるYamyam (トーク | 投稿記録)による版
移動先: 案内検索

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

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: メニュー → 設定 (Mac では Opera → 環境設定) に移動し、プライバシーとセキュリティ → 閲覧データを消去 → キャッシュされた画像およびファイル からキャッシュをクリアしてください。
/* @group Templates */
column-content { background: Purple; }

body, .tooltip, .popover, h1, h2, h3, h4, h5, h6, h1#firstHeading.firstHeading, .mw-headline, mw-content-text {
font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
#	background: aqua;
#	background: #cc9;
	background: #C0BAA4;
	background-image: none;
	font-size: 1.2em;
}

h2, h3 {font-weight: bold;}


.note {
	width:60%; 
	margin-top:5px; 
	margin-bottom:5px; 
	margin-left:auto; 
	margin-right:auto; 
	border:1px solid #AAA
}

.note_title {
	text-align:center; 
	font-weight:bold; 
	border:1px solid #aaa; 
	padding:2px; 
	margin:1px; 
	background:#BBB;
}

.note_content {
	padding:2px; 
	margin:2px;
}

/* @group Manual Main Menu */

.maintoc {
	background: #CCC;
	border: 1px solid #AAA;
	border-radius: 2px;
	margin-bottom: 5px;
}

.maintoc.collapsed {
	height: 50px;
}

.maintoc h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	font-weight: normal;
	cursor: pointer;
	color: #445566;
}

.maintoc h2:hover {
	text-decoration: none;
	background: #D5D5D5;
}

div.maintoc table {
	background: none;
	border: none;
	display: block;
	margin-top: 0;
	border-top: 1px solid #C2C2C2;
	width: auto;
}

div.maintoc table tbody {
	display: table;
	width: 100%;
}

div.maintoc table dl {
	margin-top: 5px;
}

div.maintoc table dd {
	margin-left: 20px;
}

/* @end */


div.toc_title {
	font-size: 30px;
	border-bottom: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #445566;
	font-weight: bold;
}

.literal {
	color: #555;
	white-space:nowrap;
	font-style: italic;
}

/* @group Hotkeys */

span.hotkey {
	color: #000;
	border: 1px solid #666;
	border-top-color: #cecbc7;
	border-left-color: #cecbc7; 
	background: #f0ece8; 
	padding: 0.1em 0.4em; 
	font-size: 0.8em; 
	white-space: nowrap;
}
 
.NiceTip {
	margin:5px auto;
	padding:5px 20px 5px 10px;
	border:1px solid #AAA;
	background: #DDD; 
	color: #333;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
 
span.hotkeybg {
	color: #333;
	background-color: #d3d3d3;
	padding-bottom: 2px;
}
 
span.hotkeybg img {
	bottom: -2px;
	position: relative;
}
div.refbox {
	background-color: #CCC;
	padding: 5px 10px;
	border: 1px solid #BBB;
}



/* @end */