MediaWiki:Common.css

From Sydapedia
Revision as of 08:13, 13 January 2008 by Gpfontaine (talk | contribs)
Jump to navigationJump 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: 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.
/** CSS placed here will be applied to all skins */

#p-cactions ul li a {
    font-family: "Comic Sans MS", sans-serif;
    background: #EEDDFF;
    color: #9966ff;
	border-bottom-style:hidden;
    border-top: 1px solid #00ff00;
    border-right: 1px solid #00ff00;
    border-left: 1px solid #00ff00;
}

#p-cactions ul li.selected a {
    font-family: "Comic Sans MS", sans-serif;
    background: #FFFFFF;
    color: #9966ff;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #00ff00;
    border-right: 1px solid #00ff00;
    border-left: 1px solid #00ff00;
}

#footer {
    background: #ffffff;
    color: #9966FF;
    border: 1px solid #00FF00;
}