MediaWiki:Common.css

From DLXS Documentation

Revision as of 15:49, 10 October 2007 by Suzchap (Talk | contribs)
Jump to: navigation, search

Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

  .bug {
    background-color: #ff9999;
    border: 1px solid #ff0000;
    color: #000;
  }
  
  .tip {
    background-color: #cf9;
    border: 1px solid #693;
    color: #000;
  }
  
  .notes {
    background-color: #eee;
    border: 1px solid #CCC;
    color: #000;
  }
  
  .warning {
    background-color: #fcdfae;
    border: 1px solid #FC6;
    color: #000;
  }
  
  .floatleft {
    float: left;
  }
  
  .floatright {
    float: right;
  }
  
  .redtext {
    color: red;
  }
  
  .greentext {
    color: green;
  }
Personal tools