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

提供: 個人的記録
移動: 案内検索
12行目: 12行目:
 
li.selected.span{
 
li.selected.span{
 
background:inherit;
 
background:inherit;
 +
}
 +
 +
div#p-namespaces div span{
 +
background:#ff0000;
 
}
 
}

2015年1月4日 (日) 13:02時点における版

/* ここに記述したCSSはすべての外装に反映されます */
 
div#content{
background:#fffff8;
}
*{
background:inherit;
}
body{
background:#f0f0f0;
}
li.selected.span{
background:inherit;
}
 
div#p-namespaces div span{
background:#ff0000;
}