jquery.cleditor.css 1.4 KB

123456789101112131415161718192021222324
  1. .cleditorMain {background-color: #FFF;}
  2. .cleditorMain iframe {border:none; margin:0; padding:0}
  3. .cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none /* webkit grip focus */}
  4. .cleditorToolbar {background: #F1F1F1; border-bottom: 1px solid #F0F0F0; padding: 0px 5px;}
  5. .cleditorGroup {float:left; height:26px}
  6. .cleditorButton {float:left; width:24px; height:24px; margin-top:1px; background: url('buttons.gif');}
  7. .cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
  8. .cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#DAE1E8;}
  9. .cleditorPopup {border: solid 1px #111; background-color: rgba(0,0,0,0.5); position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
  10. .cleditorList div {padding:2px 4px 2px 4px}
  11. .cleditorList p,
  12. .cleditorList h1,
  13. .cleditorList h2,
  14. .cleditorList h3,
  15. .cleditorList h4,
  16. .cleditorList h5,
  17. .cleditorList h6,
  18. .cleditorList font {padding:0; margin:0; background-color:Transparent}
  19. .cleditorColor {width:150px; padding:1px 0 0 1px}
  20. .cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
  21. .cleditorPrompt {background-color: rgba(0,0,0,0.5); padding:4px; font-size:8.5pt}
  22. .cleditorPrompt input,
  23. .cleditorPrompt textarea {font:8.5pt Arial,Verdana;}
  24. .cleditorMsg {background-color: rgba(0,0,0,0.5); width:150px; padding:4px; font-size:8.5pt}