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.5KB

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