Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | table. | + | table.commontable tr:nth-of-type(2n), table.commontable th |
{ | { | ||
background: #f5f5f5; | background: #f5f5f5; | ||
+ | } | ||
+ | table.commontable th | ||
+ | { | ||
+ | border-bottom: 2px solid #AAA; | ||
+ | border-top: 2px solid #AAA; | ||
+ | } | ||
+ | table.commontable td | ||
+ | { | ||
+ | border-bottom: 1px solid #BBB; | ||
+ | } | ||
+ | table.commontable th, table.commontable td | ||
+ | { | ||
+ | padding: 3px 100px 3px 14px ; | ||
+ | } | ||
+ | table.commontable | ||
+ | { | ||
+ | border: 1px solid #BBB; | ||
+ | border-collapse: collapse; | ||
} | } |
Latest revision as of 16:50, 13 April 2020
table.commontable tr:nth-of-type(2n), table.commontable th { background: #f5f5f5; } table.commontable th { border-bottom: 2px solid #AAA; border-top: 2px solid #AAA; } table.commontable td { border-bottom: 1px solid #BBB; } table.commontable th, table.commontable td { padding: 3px 100px 3px 14px ; } table.commontable { border: 1px solid #BBB; border-collapse: collapse; }