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