fullscreen.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*==== fullscreen ====*/
  2. .tx-fullscreen { margin-top: -1px; margin-right: -2px; background-position:-331px -97px;}
  3. .tx-fullscreen a.tx-icon {width:16px;height:30px;background-image:none;}
  4. .tx-fullscreen-notice {
  5. display:none;
  6. background-color:#484848; border-bottom:1px solid #262626; color:#cccccc;
  7. font-family:dotum,verdana; font-size:11px; height:20px; min-width:800px; padding:10px 0 0 10px; white-space:nowrap;
  8. }
  9. .tx-editor-container .tx-fullscreen-notice a {
  10. background:transparent url(../../../images/icon/editor/ic_arrow02.gif?v=2) no-repeat scroll right 2px;
  11. font-family:dotum,verdana; font-size:11px; padding:0 7px 0 5px; text-decoration:underline; color: #ffffff; font-weight:bold
  12. }
  13. .tx-fullscreen-notice a:hover{
  14. color: #ffffff;
  15. }
  16. .tx-fullscreen-line { display:none; background:transparent url(../../../images/icon/editor/w_bgimg_02.gif?v=2) repeat-x; height:17px; font-size:0; }
  17. .tx-fullscreen-line .tx-fullscreen-line-division { background:transparent url(../../../images/icon/editor/skin/01/bot_bg.gif) repeat-x; height:7px; overflow:hidden; text-indent:-100em; }
  18. .tx-fullscreen-line-division .tx-fullscreen-line-left { background:transparent url(../../../images/icon/editor/skin/01/bot_left.gif) no-repeat left top; width:7px; height:7px; float:left; overflow:hidden; text-indent:-100em; }
  19. .tx-fullscreen-line-division .tx-fullscreen-line-right { background:transparent url(../../../images/icon/editor/skin/01/bot_right.gif) no-repeat right top; width:7px; height:7px; float:right; overflow:hidden; text-indent:-100em; }
  20. .tx-fullscreen-line .tx-fullscreen-line-box { background:transparent url(../../../images/icon/editor/w_bgimg.gif) repeat-x; height:10px; overflow:hidden; text-indent:-100em; font-size: 0; }
  21. .tx-fullscreen-line-box .tx-fullscreen-line-left { background:transparent url(../../../images/icon/editor/w_leftimg.gif) no-repeat left top; width:4px; height:10px; float:left; overflow:hidden; text-indent:-100em; }
  22. .tx-fullscreen-line-box .tx-fullscreen-line-right { background:transparent url(../../../images/icon/editor/w_rightimg.gif) no-repeat right top; width:4px; height:10px; float:right; overflow:hidden; text-indent:-100em; }
  23. .tx-fullscreen-line-box a {
  24. display:block; width:59px; height:10px; margin:0 auto; overflow:hidden; text-indent:-10000em; -moz-user-select:none; cursor:pointer;
  25. background:transparent url(../../../images/icon/editor/skin/01/btn_spread_box.gif) no-repeat;
  26. }
  27. .tx-fullscreen-line-box a.tx-attach-close { background:transparent url(../../../images/icon/editor/skin/01/btn_fold_box.gif?v=2) no-repeat; }
  28. .tx-editor-fullscreen { background-color:#FFFFFF; left:0; min-width:800px; position:absolute; top:0; width:100%; z-index:999999; }
  29. .tx-editor-fullscreen .tx-fullscreen{ background-position:-331px -132px; }
  30. .tx-editor-fullscreen .tx-fullscreen-notice { display:block; }
  31. .tx-editor-fullscreen .tx-fullscreen-line { display:block; }
  32. .tx-editor-fullscreen .tx-attach-div {margin-top:0;}
  33. .tx-editor-fullscreen .tx-attach-txt {padding-left:9px;}
  34. * html .tx-editor-fullscreen .tx-attach-txt{padding-top:10px;}
  35. *+ html .tx-editor-fullscreen .tx-attach-txt{padding-top:10px;}
  36. * html .tx-editor-fullscreen div.tx-canvas textarea {width:100%;}
  37. .tx-fullscreen_attachbox-bar {cursor:default;display:none;}
  38. .tx-fullscreen_attachbox-bar img {-moz-user-select:none;-khtml-user-select:none;}
  39. .tx-fullscreen_attachbox-bar div.tx-fullscreen_attachbox-bar-left{width:100%; height:7px; background:url(../../../images/icon/editor/skin/01/bot_left.gif?v=2) no-repeat; }
  40. .tx-fullscreen_attachbox-bar div.tx-fullscreen_attachbox-bar-right{height:7px; background:url(../../../images/icon/editor/skin/01/bot_right.gif?v=2) no-repeat top right; }
  41. .tx-fullscreen_attachbox-bar div.tx-fullscreen_attachbox-bar-bg{height:7px; margin:0 7px; background:url(../../../images/icon/editor/skin/01/bot_bg.gif?v=2) repeat-x; text-align:center; }
  42. /* IE6 hack */
  43. .tx-fullscreen{ _position:absolute; _right:0; }
  44. .tx-sidebar-boundary .tx-nav-opt { _padding-right:15px; }