Jump to content

MediaWiki:Common.css: Difference between revisions

From Ghost of Tsushima Wiki
No edit summary
Blanked the page
Tag: Blanking
Line 1: Line 1:
/* === Soft Dark Theme Adjustments === */


/* Set a dark background and light text */
body {
  background-color: #1f1f2f;
  color: #e0e0e0;
}
/* Darker header bar */
#mw-page-base, #mw-head, #mw-panel, .mw-header {
  background-color: #2a2a3a !important;
}
/* Footer background */
#footer, .mw-footer {
  background-color: #2a2a3a;
  color: #ccc;
}
/* Link colors */
a {
  color: #80c8ff;
}
a:visited {
  color: #c29aff;
}
/* Make buttons visible */
button, input[type="submit"], .mw-ui-button {
  background-color: #444;
  color: #fff;
  border: 1px solid #666;
}
/* Sidebar (if enabled) */
#mw-panel {
  background-color: #222 !important;
  color: #ccc;
}
/* Ensure menu icons/labels stay readable */
.vector-menu-content, .vector-menu-heading {
  color: #ccc !important;
}

Revision as of 04:44, 14 August 2025