845
edits
(Undo revision 122 by Mythcraftadmin (talk)) Tag: Undo |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* TABLES */ | |||
table { | |||
font-family: Arial, Helvetica, sans-serif; | |||
border-collapse: collapse; | |||
width: 100%; | |||
} | |||
td, th { | |||
border: 1px solid #ddd; | |||
padding: 8px; | |||
} | |||
tr:nth-child(even){background-color: #f2f2f2;} | |||
tr:hover {background-color: #ddd;} | |||
th { | |||
padding-top: 12px; | |||
padding-bottom: 12px; | |||
text-align: left; | |||
background-color: #04AA6D; | |||
color: white; | |||
} | |||