MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 1: | Line 1: | ||
/* ===== EstoriaRO Wiki Background ===== */ | |||
/* ===== | |||
body { | body { | ||
background- | 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:link, | ||
#content a:visited { | #content a:visited { | ||
color: # | color: #0b3c5d; | ||
} | } | ||
#content a:hover { | #content a:hover { | ||
color: # | color: #f0c75e; /* soft yellow highlight */ | ||
/* | |||
} | } | ||
Revision as of 16:09, 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 */
}