|
|
| Line 12: |
Line 12: |
| .wikitable td { | | .wikitable td { |
| padding: 6px; | | padding: 6px; |
| }
| |
|
| |
| /* Wiki Background Image */
| |
| body {
| |
| background-image: url("/wiki/images/bg_wiki.jpg");
| |
| background-repeat: no-repeat;
| |
| background-position: center top;
| |
| background-attachment: fixed;
| |
| background-size: cover;
| |
| }
| |
|
| |
| /* Content background */
| |
| #content,
| |
| .mw-body {
| |
| background-color: rgba(255, 255, 255, 0.95);
| |
| border-radius: 8px;
| |
| padding: 15px;
| |
| }
| |
|
| |
| .page-Main_Page body {
| |
| background-image: url("/wiki/images/bg_mainpage.jpg");
| |
| } | | } |
Revision as of 14:26, 14 December 2025
/* CSS placed here will be applied to all skins */
.wikitable {
border: 1px solid #ccc;
border-radius: 4px;
}
.wikitable th {
background-color: #f6f6f6;
font-weight: bold;
}
.wikitable td {
padding: 6px;
}