/static/jquery.cleditor.css

http://github.com/TheOnly92/bloody.go · CSS · 24 lines · 24 code · 0 blank · 0 comment · 0 complexity · 4e5bc641142b4853338a141ec7653b3f MD5 · raw file

  1. .cleditorMain {border:1px solid #999; padding:0 1px 1px; background-color:white}
  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: url('images/toolbar.gif') repeat}
  5. .cleditorGroup {float:left; height:26px}
  6. .cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('images/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:#CCC}
  9. .cleditorPopup {border:solid 1px #999; background-color:white; 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:#F6F7F9; padding:4px; font-size:8.5pt}
  22. .cleditorPrompt input,
  23. .cleditorPrompt textarea {font:8.5pt Arial,Verdana;}
  24. .cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}