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

提供: wiki
移動先: 案内検索
(ページの白紙化)
(タグ: 白紙化)
1行目: 1行目:
 +
/* @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;
 +
}

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

/* @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;
}