contents.css 534 B

12345678910111213141516171819202122232425
  1. /*
  2. Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. body
  6. {
  7. /* Font */
  8. font-family: Arial, Verdana, sans-serif;
  9. font-size: 12px;
  10. /* Text color */
  11. color: #222;
  12. /* Remove the background color to make it transparent */
  13. background-color: #fff;
  14. }
  15. ol,ul,dl
  16. {
  17. /* IE7: reset rtl list margin. (#7334) */
  18. *margin-right:0px;
  19. /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
  20. padding:0 40px;
  21. }