plugin.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*==== resizer ====*/
  2. .tx-resize-bar {cursor:row-resize;text-align:center;font-size:0;line-height:0px;height:16px;}
  3. .tx-resize-bar img {position:relative;top:-6px; -moz-user-select:none; -khtml-user-select:none; }
  4. .tx-resize-bar img { cursor:row-resize; margin:0 auto;}
  5. .tx-resize-bar div.tx-resize-bar-bg {background-color:#f9f9f9;font-size:0;line-height:0px;height:4px;border:1px solid #cdcdcd;border-top:1px solid #eee; }
  6. * html .tx-resize-bar div.tx-resize-bar-bg {height:6px;}
  7. /*==== blackbox ====*/
  8. .tx-blackbox{
  9. position:absolute;
  10. display:none;
  11. z-index: 500;
  12. }
  13. .tx-blackbox .tx-blackbox-panel{
  14. position:absolute;
  15. top:0;
  16. left:0;
  17. background-color:#000;
  18. opacity:0.3;
  19. filter:alpha(opacity=30);
  20. }
  21. .tx-blackbox .tx-content{
  22. background-color:#fff;
  23. margin:0;
  24. position:absolute;
  25. }
  26. /*==== noticebox ====*/
  27. .tx-canvas-notice{ width:100%; height:100%; z-index:200000; position:absolute; color:#000000;font-size:15px;}
  28. .tx-canvas-notice span{ vertical-align:middle;margin-top:150px; }
  29. .tx-canvas-notice a{ text-decoration:underline; margin-top:150px; cursor: pointer}
  30. .tx-noticebox {
  31. text-indent:10px;
  32. font-size:0;
  33. width:315px; height:130px;
  34. }
  35. .tx-noticebox dl {
  36. background:#f4f2f9; font-family:dotum,verdana,sans-serif; font-size:11px;
  37. border:1px solid #cfd3e5; margin:0 auto;
  38. padding:10px 5px 5px 5px;
  39. }
  40. .tx-noticebox dt {
  41. margin:0; padding:0;
  42. background:#f4f2f9; height:20px;
  43. font:bold 12px dotum;
  44. color: #7b81dc;
  45. }
  46. .tx-noticebox dt span {float:left;}
  47. .tx-noticebox dt a {
  48. width:14px; height:13px; float:right; text-indent:-100em;
  49. background:url(../../../images/icon/editor/btn_a_close.gif?v=2) no-repeat left top;
  50. }
  51. .tx-noticebox dd {
  52. margin:0; padding:10px 10px 0 10px;
  53. background: #fff;
  54. height: 110px;
  55. font-size: 11px;
  56. color: #4d4d4d;
  57. }
  58. .tx-noticebox dd p {
  59. text-indent:0;
  60. margin: 0 10px;
  61. padding: 10px 0;
  62. }
  63. .tx-noticebox dd div {
  64. border-top: 1px solid #f1f1f1;
  65. margin: 0;
  66. text-align: center;
  67. padding: 10px 0 0 0;
  68. }
  69. .tx-noticebox dd div a {
  70. text-indent: 0;
  71. }
  72. .tx-noticebox .box-back {
  73. width:100%; height:100%;
  74. }