「MediaWiki:Common.css」の版間の差分
提供: 個人的記録
(同じ利用者による、間の10版が非表示) | |||
2行目: | 2行目: | ||
div#content{ | div#content{ | ||
− | background:# | + | background:#fffff3; |
} | } | ||
− | + | body{ | |
background:#f0f0f0; | background:#f0f0f0; | ||
} | } | ||
− | + | li.selected.span{ | |
− | background: | + | background:inherit; |
} | } | ||
− | li | + | div.vectorTabs ul li.selected{ |
background:inherit; | background:inherit; | ||
} | } |
2015年1月5日 (月) 14:38時点における最新版
/* ここに記述したCSSはすべての外装に反映されます */ div#content{ background:#fffff3; } body{ background:#f0f0f0; } li.selected.span{ background:inherit; } div.vectorTabs ul li.selected{ background:inherit; }