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 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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;
  15. }
  16. .jstElements button {
  17. margin-right : 6px;
  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 : #000;
  30. }
  31. .jstElements button span {
  32. display : none;
  33. }
  34. .jstElements span {
  35. display : inline;
  36. }
  37. .jstSpacer {
  38. width : 0px;
  39. font-size: 1px;
  40. margin-right: 4px;
  41. }
  42. .jstElements .help { float: right; margin-right: 1em; padding-top: 8px; font-size: 0.9em; }
  43. /* Buttons
  44. -------------------------------------------------------- */
  45. .jstb_strong {
  46. background-image: url(../images/jstoolbar/bt_strong.png);
  47. }
  48. .jstb_em {
  49. background-image: url(../images/jstoolbar/bt_em.png);
  50. }
  51. .jstb_ins {
  52. background-image: url(../images/jstoolbar/bt_ins.png);
  53. }
  54. .jstb_del {
  55. background-image: url(../images/jstoolbar/bt_del.png);
  56. }
  57. .jstb_code {
  58. background-image: url(../images/jstoolbar/bt_code.png);
  59. }
  60. .jstb_h1 {
  61. background-image: url(../images/jstoolbar/bt_h1.png);
  62. }
  63. .jstb_h2 {
  64. background-image: url(../images/jstoolbar/bt_h2.png);
  65. }
  66. .jstb_h3 {
  67. background-image: url(../images/jstoolbar/bt_h3.png);
  68. }
  69. .jstb_ul {
  70. background-image: url(../images/jstoolbar/bt_ul.png);
  71. }
  72. .jstb_ol {
  73. background-image: url(../images/jstoolbar/bt_ol.png);
  74. }
  75. .jstb_bq {
  76. background-image: url(../images/jstoolbar/bt_bq.png);
  77. }
  78. .jstb_unbq {
  79. background-image: url(../images/jstoolbar/bt_bq_remove.png);
  80. }
  81. .jstb_pre {
  82. background-image: url(../images/jstoolbar/bt_pre.png);
  83. }
  84. .jstb_link {
  85. background-image: url(../images/jstoolbar/bt_link.png);
  86. }
  87. .jstb_img {
  88. background-image: url(../images/jstoolbar/bt_img.png);
  89. }