MediaWiki:Common.css

From Paleocraft
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.
/* make the background behind the content area and the tabs a light grey */
#content, #content table
#p-cactions ul li a { background: #5C6E3D; }

/* replace the book in the background with something else */
body { background: #5C6E3D; }

/* changes the background of pre areas  */
pre { background: BEC5B1 }

/* suppress the person icon by your username */
li#pt-userpage { background: none }

/* change background of unselected tabs */
#p-cactions ul li a { background: #C7FDC7; }

/* change background of selected tabs */
#p-cactions ul li.selected a { background: white; }

/* change border background of selected tabs */
#p-cactions li.selected { border-color: #aaaaaa; }

/* style the search box and the buttons below it */
input.searchButton {
    background-color: #DDDD77 !important;
    border: 1px outset !important;
}
#searchInput { border: 1px inset !important; }

/* standard link colors */
a:link { color: #B2BCA2 !important; }
a:visited { color: #859569 !important; }
a.new:link { color: #B2BCA2 !important; }
a.new:visited { color: #859569 !important; }
a.extiw:link { color: #B2BCA2 !important; } /* links to other Wikipedias */
a.extiw:visited { color: #859569 !important; }
a.external:link { color: #B2BCA2 !important; } /* external links */
a.external:visited { color: #859569 !important; }