Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
table.commontable th | table.commontable th | ||
{ | { | ||
− | background: # | + | background: #ddd; |
} | } | ||
table.commontable th, table.commontable td | table.commontable th, table.commontable td |
Revision as of 16:36, 13 April 2020
table.commontable tr:nth-of-type(2n) { background: #f5f5f5; } table.commontable th { background: #ddd; } table.commontable th, table.commontable td { border: 1px solid #333; padding : 3px; } table.commontable { border: 1px solid #333; border-collapse: collapse; }