User:Me at work/monobook.css

From MozillaWiki
Jump to: navigation, 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.
/* @import "/w/wiki.phtml?title=User:Me_at_work/monobook.css&action=raw&ctype=text/css"; */
a { text-decoration: none; }
/* normal link colours */
a:visited { color: #5a3696; }
a:active { color: Orange; }
a:hover { text-decoration: underline; }
a.stub { color: #772233; }
a.new,
#p-personal a.new { color:#ba0000; }
a.new:visited,
#p-personal a.new:visited { color:#a55858; }

/* normal bg */
#content,#p-cactions li a {
    background: white !important;
}
/* this is meant for mobiles and pdas that don't display the logo and for print, not to repeat the logo subtitle */
#siteSub { display: none; }
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 0.3em;
  -moz-border-radius-topright: 0.3em;
}
#content { 
  -moz-border-radius-topleft: 0.3em; 
  -moz-border-radius-bottomleft: 0.3em;
}
div.pBody {
  -moz-border-radius-topright: 0.3em;
  -moz-border-radius-bottomright: 0.3em;
}