No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 4: | Line 4: | ||
margin: 10px 0; | margin: 10px 0; | ||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
.wikitable th, .wikitable td { | .wikitable th, .wikitable td { | ||
border: 1px solid # | border: 1px solid #ddd; | ||
padding: 8px; | padding: 8px; | ||
text-align: left; | text-align: left; | ||
background-color: # | background-color: #1b5295; | ||
color: white; | color: white; | ||
} | } | ||
.wikitable th { | .wikitable th { | ||
background-color: # | background-color: #7497c1; | ||
font-weight: bold; | font-weight: bold; | ||
color: white; | color: white; | ||
} | } | ||
.wikitable tr:hover { | .wikitable tr:hover { | ||
background-color: # | background-color: #f1f1f1; | ||
} | } | ||
Revision as of 20:16, 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;
color: white;
}
.wikitable th {
background-color: #7497c1;
font-weight: bold;
color: white;
}
.wikitable tr:hover {
background-color: #f1f1f1;
}