MediaWiki:Monobook.css

From Underrail Wiki
Revision as of 23:10, 27 March 2013 by Wikiman (talk | contribs) (custom skin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*******************************************************************************************
 *                                                                                         *
 *   reference CSS: http://underrail.com/templates/siteground-j15-68/css/template.css      *
 *                & http://underrail.com/forums/Themes/Underrail/css/index.css             *
 *                                                                                         *
 *   This is a pretty dirty hack by someone with no CSS experience no all, sorry!          *
 *   If you want to test/modify this, just copy it to User:YourUsername/monobook.css       *
 *                                                                                         *
 *******************************************************************************************/


/* the editbox and other inputs */
textarea, input, button, select { color: #ccc; padding: 2px; border: 1px solid #333; background: #222; }
textarea:hover, input:hover, button:hover, select:hover { border-color: #AE5700; }


/* anything outside content areas */
body { background: #000; color: #626262; }


/* main content area border */
#column-content div { background: #101010; border-color: #AE5700; }

/* page contents menu */
table#toc { background: #000; border-color: #AE5700; border-radius: 0.5em 0.5em 0.5em 0.5em; }
div#toctitle { background: #000; }
table#toc * a { text-decoration: none; }
table#toc * a:hover { text-decoration: underline; }

/* text color for content area elements */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6  { color: #AE5700; }
#content div { color: #626262; }

/* pre & wikitable elements */
#content pre, #content table.wikitable { background: #101010; color: #626262; border-color: #AE5700; overflow: auto !important; }
#content table.wikitable th { background: #000; color: #626262; }

/* category links */
div#catlinks, div#catlinks * { background: #000; }
div#catlinks a:link, div#catlinks a:visited { text-decoration: none; }
div#catlinks a:hover { text-decoration: underline; }


/* content area and sidebar links */
a:link, a:visited { text-decoration: underline; color: #AE5700; }
a:hover { text-decoration: none; }
#content a.new { color: #890000; }
#content a.external { background: center right no-repeat; padding-right: 0px; }


/* sidebar */
div.pBody { background: #101010; border-color: #AE5700; border-radius: 0em 1em 1em 0em; }
div.portlet h5 { color: #626262; }


/* user menu */
li#pt-userpage { background: none }
#p-personal li a { color: #AE5700; text-decoration: underline; }
#p-personal li a:hover { background: #000; text-decoration: none; }


/* tabs */
#p-cactions li { border-color: #AE5700; border-radius: 0.5em 0.5em 0em 0em; }
#p-cactions li a { background: #000; color: #AE5700; border-radius: 0.5em 0.5em 0em 0em; }
#p-cactions li.selected a { background: #101010; color: #AE5700; font-weight: bold; border-radius: 0.5em 0.5em 0em 0em; }
#p-cactions li a:hover { background: #101010; }


/* footer */
div#footer { background: #000; color: #626262; }


/* Special page fixes */
div#wikia-mediawiki-recentchangestext { background: #000; border:2px solid #333 !important; }
ul#pagehistory li { background: #101010; border:1px solid #333; }
ul#pagehistory li.selected { background: #000; border:1px dotted #AE5700; }
fieldset { border-color: #AE5700; }
pre.css { background: #222 !important; }
table.diff { background: #101010; }
td.diff-addedline, td.diff-deletedline, td.diff-context, td.diff-empty { background: #101010; }
code { background: #000; }

/* uncomment this to remove "Read More" section from pages
nav.RelatedPagesModule.noprint { display:none !important; }
*/