MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 39: | Line 39: | ||
padding-right: 1.5rem; | padding-right: 1.5rem; | ||
background-color: #00000000; | background-color: #00000000; | ||
} | |||
.mw-body { | |||
background-color: rgb(255 255 255 / 0%); | |||
border-radius: 12px; | |||
padding: 20px; | |||
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18); | |||
} | } | ||
Revision as of 15:24, 14 December 2025
/* ===== EstoriaRO Wiki Background ===== */
body {
background: linear-gradient(
180deg,
#0b2c44 0%, /* dark blue */
#143d5c 30%,
#f5f6e8 100% /* light yellow almost white */
);
background-attachment: fixed;
}
/* Main content container */
.mw-body {
background-color: rgba(255, 255, 255, 0.96);
border-radius: 12px;
padding: 20px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}
/* EstoriaRO link colors */
#content a:link,
#content a:visited {
color: #0b3c5d;
}
#content a:hover {
color: #f0c75e; /* soft yellow highlight */
}
.mw-page-container {
min-width: 18.75em;
max-width: 99.75rem;
box-sizing: border-box;
position: relative;
z-index: 0;
margin: 0 auto;
padding-top: 0.05px;
padding-left: 1.5rem;
padding-right: 1.5rem;
background-color: #00000000;
}
.mw-body {
background-color: rgb(255 255 255 / 0%);
border-radius: 12px;
padding: 20px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}