個人用ツール

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

提供: baserCMS公式ガイド

移動: 案内, 検索
行17: 行17:
 
#nav div h3 {
 
#nav div h3 {
 
font-size: 16px;
 
font-size: 16px;
 +
margin-bottom: 0;
 
background:none;
 
background:none;
 
color: #8EBD36;
 
color: #8EBD36;
 
font-weight: bold;
 
font-weight: bold;
 
}
 
}

2015年9月18日 (金) 18:07時点における版

/* ここに記述したCSSはすべての外装に反映されます */
/* 記事 */
div#bodyContent {
color: #333;
font-size: 15px;
letter-spacing:1px;
line-height: 1.8;
}
 
/* サイドバー */
#side {
font-size: 13px;
}
#nav div a {
padding: 5px 10px;
}
#nav div h3 {
font-size: 16px;
margin-bottom: 0;
background:none;
color: #8EBD36;
font-weight: bold;
}