MediaWiki:Common.css

From Thirteen Years of Fire Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* ---------------------------------------------------------
   GLOBAL PAGE BACKGROUND + DEFAULT TEXT COLOR
   --------------------------------------------------------- */
body {
    background: #284139 !important;   /* deep green-teal */
    color: #f8d593 !important;        /* warm gold-beige text */
}

/* ---------------------------------------------------------
   KEEP READING AREA WHITE WITH BLACK TEXT
   --------------------------------------------------------- */
#content,
#bodyContent,
.mw-body {
    background: #ffffff !important;
    color: #000000 !important;
}

/* ---------------------------------------------------------
   SIDEBAR (LEFT PANEL)
   --------------------------------------------------------- */
#mw-panel {
    background: #284139 !important;
    color: #f8d593 !important;
}

#mw-panel a {
    color: #f8d593 !important;
}

#mw-panel .portal h3 {
    color: #f8d593 !important;
}

/* ---------------------------------------------------------
   TOP BAR / HEADER
   --------------------------------------------------------- */
#mw-head,
#mw-head-base {
    background: #284139 !important;
    color: #f8d593 !important;
}

/* ---------------------------------------------------------
   SEARCH BOX
   --------------------------------------------------------- */
#p-search input {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #f8d593 !important;
}

/* ---------------------------------------------------------
   TABS (Read / Edit / View history)
   --------------------------------------------------------- */
#p-views ul li a {
    background: #284139 !important;
    color: #f8d593 !important;
    border: 1px solid #f8d593 !important;
}

#p-views ul li.selected a {
    background: #f8d593 !important;
    color: #284139 !important;
}

/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */
#footer {
    background: #284139 !important;
    color: #f8d593 !important;
}

#footer a {
    color: #f8d593 !important;
}

/* ---------------------------------------------------------
   LINKS OUTSIDE THE READING AREA
   --------------------------------------------------------- */
a {
    color: #f8d593;
}