jquery.cleditor.css 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. .cleditorMain {border:1px solid #fff; padding:0 1px 1px; background-color:#fbfbfb; margin-bottom:15px; margin-left:2px;
  2. border-radius: 5px;
  3. -moz-border-radius: 5px;
  4. -webkit-border-radius: 5px;
  5. -moz-box-shadow: 1px 1px 0px #999;
  6. -webkit-box-shadow: 1px 1px 0px #999;
  7. box-shadow: 1px 1px 0px #999;
  8. }
  9. .cleditorMain iframe {border:none; margin:0; padding:0}
  10. .cleditorMain textarea {border:none; margin:0; padding:0; overflow-y:scroll; font:10pt Arial,Verdana; resize:none; outline:none; color:#fff; /* webkit grip focus */}
  11. .cleditorToolbar {
  12. background:#fbfbfb;
  13. background: -moz-linear-gradient(top,#fbfbfb,#f5f5f5);
  14. background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#f5f5f5));
  15. border-bottom:1px solid #ccc;
  16. }
  17. .cleditorGroup {float:left; height:26px}
  18. .cleditorButton {float:left; width:24px; height:24px; margin:1px 0 1px 0; background: url('buttons.gif')}
  19. .cleditorDisabled {opacity:0.3; filter:alpha(opacity=30)}
  20. .cleditorDivider {float:left; width:1px; height:23px; margin:1px 0 1px 0; background:#CCC}
  21. .cleditorPopup {border:solid 1px #999; background-color:white; position:absolute; font:10pt Arial,Verdana; cursor:default; z-index:10000}
  22. .cleditorList div {padding:2px 4px 2px 4px}
  23. .cleditorList p,
  24. .cleditorList h1,
  25. .cleditorList h2,
  26. .cleditorList h3,
  27. .cleditorList h4,
  28. .cleditorList h5,
  29. .cleditorList h6,
  30. .cleditorList font {padding:0; margin:0; background-color:Transparent}
  31. .cleditorColor {width:150px; padding:1px 0 0 1px}
  32. .cleditorColor div {float:left; width:14px; height:14px; margin:0 1px 1px 0}
  33. .cleditorPrompt {background-color:#F6F7F9; padding:4px; font-size:8.5pt}
  34. .cleditorPrompt input,
  35. .cleditorPrompt textarea {font:8.5pt Arial,Verdana;}
  36. .cleditorMsg {background-color:#FDFCEE; width:150px; padding:4px; font-size:8.5pt}