Created page with "→Custom styles for wikitable: .wikitable { width: 100%; border-collapse: collapse; margin: 10px 0; font-size: 14px; } .wikitable th, .wikitable td { border: 1px solid #ddd; padding: 8px; text-align: left; } .wikitable th { background-color: #f2f2f2; font-weight: bold; } .wikitable tr:nth-child(even) { background-color: #f9f9f9; } .wikitable tr:hover { background-color: #f1f1f1; }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* Custom styles for wikitable */ | /* Custom styles for wikitable */ | ||
.wikitable { | .wikitable { | ||
border-collapse: collapse; | border-collapse: collapse; | ||
margin: 10px 0; | margin: 10px 0; | ||
Line 11: | Line 10: | ||
padding: 8px; | padding: 8px; | ||
text-align: left; | text-align: left; | ||
background-color: #1b5295; | |||
} | } | ||
Revision as of 20:12, 22 April 2025
/* Custom styles for wikitable */ .wikitable { border-collapse: collapse; margin: 10px 0; font-size: 14px; } .wikitable th, .wikitable td { border: 1px solid #ddd; padding: 8px; text-align: left; background-color: #1b5295; } .wikitable th { background-color: #f2f2f2; font-weight: bold; } .wikitable tr:nth-child(even) { background-color: #f9f9f9; } .wikitable tr:hover { background-color: #f1f1f1; }