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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .jstBlock .hidden {
  2. display: none;
  3. }
  4. .jstEditor {
  5. padding-left: 0px;
  6. }
  7. .jstEditor textarea, .jstEditor iframe {
  8. margin: 0;
  9. }
  10. .jstHandle {
  11. height: 10px;
  12. font-size: 0.1em;
  13. cursor: s-resize;
  14. /*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
  15. }
  16. #content .jstTabs.tabs {
  17. margin-bottom: -1px;
  18. }
  19. #content .jstTabs.tabs ul {border-bottom:0;}
  20. #content .jstTabs.tabs li {
  21. height: 42px;
  22. }
  23. #content .jstTabs.tabs li:before{
  24. content: '';
  25. display: inline-block;
  26. vertical-align: middle;
  27. height: 100%;
  28. }
  29. #content .jstTabs.tabs li a {
  30. display: inline-block;
  31. vertical-align: bottom;
  32. line-height: 19px;
  33. border-bottom: 1px solid transparent;
  34. }
  35. .jstElements {
  36. display: inline-block;
  37. vertical-align: bottom;
  38. padding-left: 6px;
  39. padding-bottom:2px;
  40. height: 26px;
  41. }
  42. .wiki-preview {
  43. background-color: #ffffff;
  44. border: 1px solid #bbbbbb;
  45. }
  46. .wiki-preview p.empty-preview {color:#999; font-style:italic; margin-top:1em; text-align:center;}
  47. .jstElements button {
  48. margin-right: 2px;
  49. width : 24px;
  50. height: 24px;
  51. padding: 4px;
  52. border-style: solid;
  53. border-width: 1px;
  54. border-color: #ddd;
  55. background-color : #f7f7f7;
  56. background-position : 50% 50%;
  57. background-repeat: no-repeat;
  58. cursor:pointer;
  59. opacity:0.7;
  60. }
  61. .jstElements button:hover {
  62. border-color: #bbb;
  63. background-color: #e5e5e5;
  64. opacity:1;
  65. }
  66. .jstElements button span {
  67. display : none;
  68. }
  69. .jstElements span {
  70. display : inline;
  71. }
  72. .jstSpacer {
  73. width : 0px;
  74. font-size: 1px;
  75. margin-right: 6px;
  76. }
  77. .jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; }
  78. .jstElements .help a {padding: 2px 0 2px 20px; background: url(../images/help.png) no-repeat 0 50%;}
  79. /* Buttons
  80. -------------------------------------------------------- */
  81. .jstb_strong {
  82. background-image: url(../images/jstoolbar/bt_strong.png);
  83. }
  84. .jstb_em {
  85. background-image: url(../images/jstoolbar/bt_em.png);
  86. }
  87. .jstb_ins {
  88. background-image: url(../images/jstoolbar/bt_ins.png);
  89. }
  90. .jstb_del {
  91. background-image: url(../images/jstoolbar/bt_del.png);
  92. }
  93. .jstb_code {
  94. background-image: url(../images/jstoolbar/bt_code.png);
  95. }
  96. .jstb_h1 {
  97. background-image: url(../images/jstoolbar/bt_h1.png);
  98. }
  99. .jstb_h2 {
  100. background-image: url(../images/jstoolbar/bt_h2.png);
  101. }
  102. .jstb_h3 {
  103. background-image: url(../images/jstoolbar/bt_h3.png);
  104. }
  105. .jstb_ul {
  106. background-image: url(../images/jstoolbar/bt_ul.png);
  107. }
  108. .jstb_ol {
  109. background-image: url(../images/jstoolbar/bt_ol.png);
  110. }
  111. .jstb_bq {
  112. background-image: url(../images/jstoolbar/bt_bq.png);
  113. }
  114. .jstb_unbq {
  115. background-image: url(../images/jstoolbar/bt_bq_remove.png);
  116. }
  117. .jstb_pre {
  118. background-image: url(../images/jstoolbar/bt_pre.png);
  119. }
  120. .jstb_precode {
  121. background-image: url(../images/jstoolbar/bt_precode.png);
  122. }
  123. .jstb_link {
  124. background-image: url(../images/jstoolbar/bt_link.png);
  125. }
  126. .jstb_img {
  127. background-image: url(../images/jstoolbar/bt_img.png);
  128. }
  129. .jstb_help {
  130. background-image: url(../images/help.png);
  131. }