You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jstoolbar.css 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. .jstEditor {
  2. padding-left: 0px;
  3. }
  4. .jstEditor textarea, .jstEditor iframe {
  5. margin: 0;
  6. }
  7. .jstHandle {
  8. height: 10px;
  9. font-size: 0.1em;
  10. cursor: s-resize;
  11. /*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
  12. }
  13. .jstElements {
  14. padding: 3px 3px 3px 0;
  15. }
  16. .jstElements button {
  17. margin-right: 4px;
  18. width : 24px;
  19. height: 24px;
  20. padding: 4px;
  21. border-style: solid;
  22. border-width: 1px;
  23. border-color: #ddd;
  24. background-color : #f7f7f7;
  25. background-position : 50% 50%;
  26. background-repeat: no-repeat;
  27. }
  28. .jstElements button:hover {
  29. border-color: #bbb;
  30. background-color: #e5e5e5;
  31. }
  32. .jstElements button span {
  33. display : none;
  34. }
  35. .jstElements span {
  36. display : inline;
  37. }
  38. .jstSpacer {
  39. width : 0px;
  40. font-size: 1px;
  41. margin-right: 6px;
  42. }
  43. .jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; }
  44. .jstElements .help a {padding: 2px 0 2px 20px; background: url(../images/help.png) no-repeat 0 50%;}
  45. /* Buttons
  46. -------------------------------------------------------- */
  47. .jstb_strong {
  48. background-image: url(../images/jstoolbar/bt_strong.png);
  49. }
  50. .jstb_em {
  51. background-image: url(../images/jstoolbar/bt_em.png);
  52. }
  53. .jstb_ins {
  54. background-image: url(../images/jstoolbar/bt_ins.png);
  55. }
  56. .jstb_del {
  57. background-image: url(../images/jstoolbar/bt_del.png);
  58. }
  59. .jstb_code {
  60. background-image: url(../images/jstoolbar/bt_code.png);
  61. }
  62. .jstb_h1 {
  63. background-image: url(../images/jstoolbar/bt_h1.png);
  64. }
  65. .jstb_h2 {
  66. background-image: url(../images/jstoolbar/bt_h2.png);
  67. }
  68. .jstb_h3 {
  69. background-image: url(../images/jstoolbar/bt_h3.png);
  70. }
  71. .jstb_ul {
  72. background-image: url(../images/jstoolbar/bt_ul.png);
  73. }
  74. .jstb_ol {
  75. background-image: url(../images/jstoolbar/bt_ol.png);
  76. }
  77. .jstb_bq {
  78. background-image: url(../images/jstoolbar/bt_bq.png);
  79. }
  80. .jstb_unbq {
  81. background-image: url(../images/jstoolbar/bt_bq_remove.png);
  82. }
  83. .jstb_pre {
  84. background-image: url(../images/jstoolbar/bt_pre.png);
  85. }
  86. .jstb_link {
  87. background-image: url(../images/jstoolbar/bt_link.png);
  88. }
  89. .jstb_img {
  90. background-image: url(../images/jstoolbar/bt_img.png);
  91. }