User:Phuein/monobook.css

From Phuein's Wiki
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.
body {
   font-size: 14px;
   font-family: serif;
}

#p-logo a {
   background-image: url("http://www.shoutwiki.com/w/images/phuein/a/a1/Auron_clean.png") !important;
}

#content {
   background-color: rgba(245, 245, 245, 0.5) !important;
}

#footer {
   background-color: rgba(245, 245, 245, 0.5) !important;
   margin-left: auto !important;
   margin-right: auto !important;
}

#column-one #pBody {
   background-color: rgba(245, 245, 245, 0.5) !important;
}

#column-one h3 {
   text-transform: capitalize;
}

a:link { color: #113e99; }
a:visited { color: #113e99; }
a:hover { color: #2554B3; }
a:active { color: #4B75C9; }