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

提供: wiki
移動先: 案内検索
4行目: 4行目:
 
body {
 
body {
 
# background: aqua;
 
# background: aqua;
background: #c99;
+
background: #fc9;
 
background-image: none;
 
background-image: none;
 
}
 
}

2018年9月24日 (月) 04:04時点における版

/* @group Templates */
column-content { background: Purple; }

body {
#	background: aqua;
	background: #fc9;
	background-image: none;
}

.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;
}