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