PageRenderTime 54ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/editors/tiny_mce_3_4_3_1/themes/simple/skins/default/content.css

#
CSS | 25 lines | 20 code | 4 blank | 1 comment | 0 complexity | 0f70f3ca9624e252d1c41ea064fc65e7 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. body, td, pre {
  2. font-family: Verdana, Arial, Helvetica, sans-serif;
  3. font-size: 10px;
  4. }
  5. body {
  6. background-color: #FFFFFF;
  7. }
  8. .mceVisualAid {
  9. border: 1px dashed #BBBBBB;
  10. }
  11. /* MSIE specific */
  12. * html body {
  13. scrollbar-3dlight-color: #F0F0EE;
  14. scrollbar-arrow-color: #676662;
  15. scrollbar-base-color: #F0F0EE;
  16. scrollbar-darkshadow-color: #DDDDDD;
  17. scrollbar-face-color: #E0E0DD;
  18. scrollbar-highlight-color: #F0F0EE;
  19. scrollbar-shadow-color: #F0F0EE;
  20. scrollbar-track-color: #F5F5F5;
  21. }