style.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. .te_main{
  2. border:#b1bab7 1px solid;
  3. background:#FFF;
  4. }
  5. .te_toolbar_box {
  6. padding-bottom:5px;
  7. border-bottom:#b1bab7 1px solid;
  8. background:#f5f5f5;
  9. }
  10. .te_toolbar{
  11. margin-left:10px;
  12. margin-right:8px;
  13. overflow:hidden;
  14. _zoom: 1;
  15. }
  16. .te_toolbar:after {
  17. content: "\0020";
  18. display: block;
  19. height: 0;
  20. clear: both;
  21. }
  22. *+html .te_toolbar{
  23. overflow:hidden;
  24. }
  25. .te_main iframe{
  26. }
  27. /*textarea样式, 注意设置resize:none,不然火狐能拖动*/
  28. .te_main textarea{
  29. border:none;
  30. resize:none;
  31. overflow-y:scroll;
  32. }
  33. .te_dialog{
  34. position:absolute;
  35. display:none;
  36. }
  37. .te_group{
  38. float:left;
  39. margin:1px;
  40. height:17px;
  41. overflow-y:hidden;
  42. margin-top:5px;
  43. margin-left:-2px;
  44. margin-right:2px;
  45. }
  46. .te_btn{
  47. float:left;
  48. margin-right:5px;
  49. width:27px;
  50. height:17px;
  51. cursor:pointer;
  52. font-size:8px;
  53. background-image:url(img/bg_img.png);
  54. background-repeat:no-repeat;
  55. }
  56. .te_line{
  57. width:0;
  58. height:17px;
  59. border-left:1px solid #fff;
  60. border-right:1px solid #b0baba;
  61. float:left;
  62. overflow:hidden;
  63. zoom:1;
  64. margin-right:5px;
  65. }
  66. .te_btn_source{
  67. background-position: 2px -4px ;
  68. }
  69. .te_btn_undo{
  70. background-position: 6px -29px;
  71. }
  72. .te_btn_redo{
  73. background-position: 6px -54px;
  74. }
  75. .te_btn_cut{
  76. background-position: 6px -79px;
  77. }
  78. .te_btn_copy{
  79. background-position: 6px -104px;
  80. }
  81. .te_btn_paste{
  82. background-position: 6px -129px;
  83. }
  84. .te_btn_pastetext{
  85. background-position: 6px -154px;
  86. }
  87. .te_btn_pastefromword{
  88. background-position: 6px -179px;
  89. }
  90. .te_btn_selectAll{
  91. background-position: 6px -204px;
  92. }
  93. .te_btn_blockquote{
  94. background-position: 6px -229px;
  95. }
  96. .te_btn_find{
  97. background-position: 6px -254px;
  98. }
  99. .te_btn_image{
  100. background-position: 6px -279px;
  101. }
  102. .te_btn_flash{
  103. background-position: 6px -304px;
  104. }
  105. .te_btn_media{
  106. background-position: 6px -329px;
  107. }
  108. .te_btn_table{
  109. background-position: 6px -354px;
  110. }
  111. .te_btn_hr{
  112. background-position: 6px -379px;
  113. }
  114. .te_btn_pagebreak{
  115. background-position: 6px -404px;
  116. }
  117. .te_btn_face{
  118. background-position: 6px -429px;
  119. }
  120. .te_btn_code{
  121. background-position: 6px -454px;
  122. }
  123. .te_btn_link{
  124. background-position: 6px -479px;
  125. }
  126. .te_btn_unlink{
  127. background-position: 6px -504px;
  128. }
  129. .te_btn_print{
  130. background-position: 6px -529px;
  131. }
  132. .te_btn_fullscreen{
  133. background-position: 6px -554px;
  134. }
  135. .te_btn_style{
  136. background-position: 6px -579px;
  137. }
  138. .te_btn_font{
  139. background-position: 6px -604px;
  140. }
  141. .te_btn_fontsize{
  142. background-position: 6px -629px;
  143. }
  144. .te_btn_fontcolor{
  145. background-position: 6px -654px;
  146. }
  147. .te_btn_backcolor{
  148. background-position: 6px -679px;
  149. }
  150. .te_btn_bold{
  151. background-position: 6px -704px;
  152. }
  153. .te_btn_italic{
  154. background-position: 6px -729px;
  155. }
  156. .te_btn_underline{
  157. background-position: 6px -754px;
  158. }
  159. .te_btn_strikethrough{
  160. background-position: 6px -779px;
  161. }
  162. .te_btn_unformat{
  163. background-position: 6px -804px;
  164. }
  165. .te_btn_leftalign{
  166. background-position: 6px -829px;
  167. }
  168. .te_btn_centeralign{
  169. background-position: 6px -854px;
  170. }
  171. .te_btn_rightalign{
  172. background-position: 6px -879px;
  173. }
  174. .te_btn_blockjustify{
  175. background-position: 6px -904px;
  176. }
  177. .te_btn_orderedlist{
  178. background-position: 6px -929px;
  179. }
  180. .te_btn_unorderedlist{
  181. background-position: 6px -954px;
  182. }
  183. .te_btn_indent{
  184. background-position: 6px -979px;
  185. }
  186. .te_btn_outdent{
  187. background-position: 6px -1004px;
  188. }
  189. .te_btn_subscript{
  190. background-position: 6px -1029px;
  191. }
  192. .te_btn_superscript{
  193. background-position: 6px -1054px;
  194. }
  195. .te_btn_about{
  196. background-position: 6px -1079px;
  197. }
  198. .te_bottom{
  199. border-top:#b1bab7 1px solid;
  200. position:relative;
  201. top:-1px;
  202. height:12px;
  203. overflow:hidden;
  204. zoom:1;
  205. }
  206. .te_resize_center{
  207. height:12px;
  208. overflow:hidden;
  209. cursor:n-resize;
  210. zoom:1;
  211. background:#f5f5f5 url(img/resize_center.jpg) center center no-repeat;
  212. }
  213. .te_resize_left{
  214. width:10px;
  215. height:10px;
  216. cursor:nw-resize;
  217. background:url(img/resize_leftjpg.jpg) no-repeat;
  218. position:absolute;
  219. bottom:0;
  220. right:0;
  221. overflow:hidden;
  222. zoom:1;
  223. }