MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
padding: 20px; | padding: 20px; | ||
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18); | 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 */ | |||
} | } | ||
Revision as of 15:12, 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 */
}