User:Killer9000/common.css: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
body {
body {
   color: #eee;
   color: #eee;
   background: #121212;
   background: #222222;
}
}
body a {
body a {
Line 18: Line 18:
#mw-wrapper, #mw-content,
#mw-wrapper, #mw-content,
#mw-header-container, #mw-header-nav-hack {
#mw-header-container, #mw-header-nav-hack {
   background: #121212;
   background: #222222;
   color: #eee;
   color: #eee;
   border: solid #121212;
   border: solid #222222;
}
}



Revision as of 16:41, 9 May 2022

/* dark-theme */

body {
  color: #eee;
  background: #222222;
}
body a {
  color: #809fff;
}
.tools-inline li.selected a {
  color: #eee;
}

#mw-content-block {
  background: #2b2b2b;
}

#mw-wrapper, #mw-content,
#mw-header-container, #mw-header-nav-hack {
  background: #222222;
  color: #eee;
  border: solid #222222;
}

#p-logo-text a,
#mw-related-navigation .sidebar-chunk,
#mw-site-navigation .sidebar-chunk {
  color: #eee;
}