MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
*/ | */ | ||
/* Change the main background to light gray */ | |||
body, | |||
.mw-body, | |||
.mw-page-container, | |||
#mw-page-base, | |||
#mw-head-base, | |||
.mw-footer { | |||
background-color: #f5f5f5 !important; /* Soft gray */ | |||
} | |||
/* Sidebar panel background (if needed) */ | |||
.mw-panel { | |||
background-color: #e9e9e9 !important; /* Slightly darker gray */ | |||
} | |||
/* Content area (light) */ | |||
#content, | |||
.mw-body-content { | |||
background-color: #ffffff !important; /* Keep content white for readability */ | |||
box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); /* Optional: subtle shadow for depth */ | |||
} | |||
/* Adjust links for better contrast */ | |||
.mw-body-content a { | |||
color: #0645ad !important; | |||
} | |||
.mw-body-content a:visited { | |||
color: #551a8b !important; | |||
} | |||
/* Antique */ | |||
/* | |||
.mw-body-content a:visited { color: #0645AD !IMPORTANT; } | .mw-body-content a:visited { color: #0645AD !IMPORTANT; } | ||
.mw-body-content a.new:link { color: #45acc0 !IMPORTANT; } | .mw-body-content a.new:link { color: #45acc0 !IMPORTANT; } | ||
.mw-body-content a.new:visited { color: #a55858 !IMPORTANT; } | .mw-body-content a.new:visited { color: #a55858 !IMPORTANT; } | ||
*/ | |||
#content p { font-size: 22px; line-height:26px;} | #content p { font-size: 22px; line-height:26px;} |