Difference between revisions of "MediaWiki:Common.css"
From ENT Wiki
(updated) |
(added th) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | |||
| + | th { | ||
| + | background-color:#C0C0C0 ; | ||
| + | } | ||
tr:hover{ | tr:hover{ | ||
background-color:#E8E8E8; | background-color:#E8E8E8; | ||
} | } | ||
Revision as of 11:30, 17 January 2016
/* CSS placed here will be applied to all skins */
th {
background-color:#C0C0C0 ;
}
tr:hover{
background-color:#E8E8E8;
}