MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 12: | Line 12: | ||
.wikitable td { | .wikitable td { | ||
padding: 6px; | padding: 6px; | ||
} | |||
/* ===== EstoriaRO Wiki Background ===== */ | |||
body { | |||
background-image: url("/wiki/images/Estoria_main.png"); | |||
background-repeat: no-repeat; | |||
background-position: center top; | |||
background-attachment: fixed; | |||
background-size: cover; | |||
} | } | ||
Revision as of 14:28, 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;
}
/* ===== EstoriaRO Wiki Background ===== */
body {
background-image: url("/wiki/images/Estoria_main.png");
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
background-size: cover;
}