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: Clear the cache in Tools → Preferences
  1. /* CSS placed here will be applied to all skins */
  2.  
  3.  
  4. *{font-family: "verdana"}
  5. body
  6. {
  7. margin-left:200px;
  8. background:#5d9ab2 url('img_tree.png') no-repeat top left;
  9. }
  10.  
  11. .container
  12. {
  13. text-align:center;
  14. }
  15.  
  16. .center_div
  17. {
  18. border:1px solid gray;
  19. margin-left:auto;
  20. margin-right:auto;
  21. width:90%;
  22. background-color:#d0f0f6;
  23. text-align:left;
  24. padding:8px;
  25. }