styles.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. .te_main {
  2. background: none repeat scroll 0 0 #FFFFFF;
  3. border: 1px solid #B1BAB7;
  4. }
  5. .te_toolbar_box {
  6. background: none repeat scroll 0 0 #F5F5F5;
  7. border-bottom: 1px solid #B1BAB7;
  8. padding-bottom: 12px;
  9. }
  10. .te_toolbar {
  11. margin-left: 10px;
  12. margin-right: 8px;
  13. overflow: hidden;
  14. }
  15. .te_toolbar:after {
  16. clear: both;
  17. content: " ";
  18. display: block;
  19. height: 0;
  20. }
  21. * + html .te_toolbar {
  22. overflow: hidden;
  23. }
  24. .te_main iframe {
  25. }
  26. .te_main textarea {
  27. border: medium none;
  28. overflow-y: scroll;
  29. resize: none;
  30. }
  31. .te_dialog {
  32. display: none;
  33. position: absolute;
  34. }
  35. .te_group {
  36. float: left;
  37. height: 22px;
  38. margin: 8px 2px 1px -2px;
  39. overflow-y: hidden;
  40. }
  41. .te_btn {
  42. background-image: url("img/bg_img.png");
  43. background-repeat: no-repeat;
  44. border: 1px solid #F5F5F5;
  45. cursor: pointer;
  46. float: left;
  47. font-size: 8px;
  48. height: 20px;
  49. margin-right: 5px;
  50. width: 20px;
  51. }
  52. .te_line {
  53. border-left: 1px solid #FFFFFF;
  54. border-right: 1px solid #B0BABA;
  55. float: left;
  56. height: 20px;
  57. margin-right: 5px;
  58. overflow: hidden;
  59. width: 0;
  60. }
  61. .te_mouseover {
  62. border: 1px solid #C0C0C0;
  63. }
  64. .te_btn_source {
  65. background-position: 2px -4px;
  66. }
  67. .te_btn_undo {
  68. background-position: 3px -28px;
  69. }
  70. .te_btn_redo {
  71. background-position: 3px -53px;
  72. }
  73. .te_btn_cut {
  74. background-position: 2px -78px;
  75. }
  76. .te_btn_copy {
  77. background-position: 3px -103px;
  78. }
  79. .te_btn_paste {
  80. background-position: 2px -128px;
  81. }
  82. .te_btn_pastetext {
  83. background-position: 2px -153px;
  84. }
  85. .te_btn_pastefromword {
  86. background-position: 3px -177px;
  87. }
  88. .te_btn_selectAll {
  89. background-position: 2px -203px;
  90. }
  91. .te_btn_blockquote {
  92. background-position: 2px -228px;
  93. }
  94. .te_btn_find {
  95. background-position: 3px -254px;
  96. }
  97. .te_btn_image {
  98. background-position: 2px -278px;
  99. }
  100. .te_btn_flash {
  101. background-position: 2px -303px;
  102. }
  103. .te_btn_media {
  104. background-position: 3px -329px;
  105. }
  106. .te_btn_table {
  107. background-position: 2px -353px;
  108. }
  109. .te_btn_hr {
  110. background-position: 3px -377px;
  111. }
  112. .te_btn_pagebreak {
  113. background-position: 2px -403px;
  114. }
  115. .te_btn_face {
  116. background-position: 2px -428px;
  117. }
  118. .te_btn_code {
  119. background-position: 1px -452px;
  120. }
  121. .te_btn_link {
  122. background-position: 3px -478px;
  123. }
  124. .te_btn_unlink {
  125. background-position: 3px -503px;
  126. }
  127. .te_btn_print {
  128. background-position: 2px -528px;
  129. }
  130. .te_btn_fullscreen {
  131. background-position: 2px -553px;
  132. }
  133. .te_btn_style {
  134. background-position: 3px -579px;
  135. }
  136. .te_btn_font {
  137. background-position: 2px -604px;
  138. }
  139. .te_btn_fontsize {
  140. background-position: 2px -629px;
  141. }
  142. .te_btn_fontcolor {
  143. background-position: 3px -652px;
  144. }
  145. .te_btn_backcolor {
  146. background-position: 2px -678px;
  147. }
  148. .te_btn_bold {
  149. background-position: 3px -702px;
  150. }
  151. .te_btn_italic {
  152. background-position: 4px -727px;
  153. }
  154. .te_btn_underline {
  155. background-position: 3px -752px;
  156. }
  157. .te_btn_strikethrough {
  158. background-position: 2px -779px;
  159. }
  160. .te_btn_unformat {
  161. background-position: 3px -803px;
  162. }
  163. .te_btn_leftalign {
  164. background-position: 3px -828px;
  165. }
  166. .te_btn_centeralign {
  167. background-position: 3px -853px;
  168. }
  169. .te_btn_rightalign {
  170. background-position: 3px -878px;
  171. }
  172. .te_btn_blockjustify {
  173. background-position: 3px -903px;
  174. }
  175. .te_btn_orderedlist {
  176. background-position: 3px -929px;
  177. }
  178. .te_btn_unorderedlist {
  179. background-position: 3px -953px;
  180. }
  181. .te_btn_indent {
  182. background-position: 4px -978px;
  183. }
  184. .te_btn_outdent {
  185. background-position: 4px -1003px;
  186. }
  187. .te_btn_subscript {
  188. background-position: 2px -1028px;
  189. }
  190. .te_btn_superscript {
  191. background-position: 3px -1053px;
  192. }
  193. .te_btn_about {
  194. background-position: 4px -1079px;
  195. }
  196. .te_bottom {
  197. border-top: 1px solid #B1BAB7;
  198. height: 12px;
  199. overflow: hidden;
  200. position: relative;
  201. top: -1px;
  202. }
  203. .te_resize_center {
  204. background: url("img/resize_center.jpg") no-repeat scroll center center #F5F5F5;
  205. cursor: n-resize;
  206. height: 12px;
  207. overflow: hidden;
  208. }
  209. .te_resize_left {
  210. background: url("img/resize_leftjpg.jpg") no-repeat scroll 0 0 transparent;
  211. bottom: 0;
  212. cursor: nw-resize;
  213. height: 10px;
  214. overflow: hidden;
  215. position: absolute;
  216. right: 0;
  217. width: 10px;
  218. }