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

提供: wiki
移動先: 案内検索
22行目: 22行目:
 
padding:2px;  
 
padding:2px;  
 
margin: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;
 
}
 
}

2018年7月17日 (火) 06:08時点における版

/* @group Templates */

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