home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / css / tadv-fixstyle.css next >
Encoding:
Cascading Style Sheet File  |  2008-02-20  |  480 b   |  30 lines

  1. /* fix TinyMCE iframe css */
  2. body#mceSpanFonts {
  3. background: #fff;
  4. color: #000;
  5. font-size: 12px;
  6. font-style: normal;
  7. font-weight: normal;
  8. font-family: Verdana, Arial, Helvetica, sans-serif;
  9. line-height: 18px;
  10. }
  11. #mceSpanFonts td {
  12. font-size: 11px;
  13. line-height: 16px;
  14. }
  15. ul, ol {
  16. margin : 10px 0 10px 20px;
  17. }
  18. ul li {
  19. list-style : disc;
  20. }
  21. ol li {
  22. list-style : decimal;
  23. }
  24. ul li, ol li {
  25. margin : 0.5em 0;
  26. }
  27. #mceSpanFonts p {
  28. text-align: none !important;
  29. }
  30.