iframe.css 2.1 KB

12345678910111213141516171819202122232425262728293031
  1. html{height:100%;background-color:#FFFFFF;}
  2. body,td,th{font-family:Arial,Helvetica,sans-serif;font-size:12px;}
  3. body{height:100%;*height:90%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
  4. .xhe-border{border:1px dotted #d3d3d3;}
  5. .xhe-border th,.xhe-border td{border:1px dotted #d3d3d3;}
  6. .editMode{margin:0px;padding:5px;overflow-y:auto;word-break:break-word;word-wrap:break-word;}
  7. .editMode img:-moz-broken {-moz-force-broken-image-icon:1;height:24px;width:24px;}
  8. .editMode embed{display:inline-block;border:1px dashed #FF4E4E;}
  9. .editMode embed[type="application/x-shockwave-flash"]{background:url(img/flash.gif) center center no-repeat;}
  10. .editMode embed[type="application/x-mplayer2"]{background:url(img/wmp.gif) center center no-repeat;}
  11. .editMode .xhe-paste{position:absolute;left:-1000px;overflow:hidden;width:1px;height:1px;}
  12. .editMode .xhe-anchor{display:inline-block;background: url(img/anchor.gif) no-repeat;border: 1px dotted #0000FF;width:16px;height:15px;overflow:hidden;}
  13. .sourceMode{margin:0px;padding:0px;overflow:hidden;height:100%;}
  14. .sourceMode textarea{*position:absolute;border:0px;margin:0px;padding:0px;width:100%;height:100%;overflow-y:auto;font-family:'Courier New',Courier,monospace !important;font-size:10pt;resize:none;outline:0;}
  15. .previewMode{margin:5px;padding:0px;}
  16. .showBlocktag p,.showBlocktag h1,.showBlocktag h2,.showBlocktag h3,.showBlocktag h4,.showBlocktag h5,.showBlocktag h6,.showBlocktag pre,.showBlocktag address,.showBlocktag div{background:none no-repeat scroll right top;border:1px dotted gray;}
  17. .showBlocktag p{background-image:url(img/tag-p.gif);}
  18. .showBlocktag h1{background-image:url(img/tag-h1.gif);}
  19. .showBlocktag h2{background-image:url(img/tag-h2.gif);}
  20. .showBlocktag h3{background-image:url(img/tag-h3.gif);}
  21. .showBlocktag h4{background-image:url(img/tag-h4.gif);}
  22. .showBlocktag h5{background-image:url(img/tag-h5.gif);}
  23. .showBlocktag h6{background-image:url(img/tag-h6.gif);}
  24. .showBlocktag pre{background-image:url(img/tag-pre.gif);}
  25. .showBlocktag address{background-image:url(img/tag-address.gif);}
  26. .showBlocktag div{background-image:url(img/tag-div.gif);}