jtalk.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. body.jtalkBody {
  2. margin-bottom: 320px;
  3. }
  4. #jtalkTabs {
  5. position: fixed;
  6. font-family: helvetica,arial,sans;
  7. font-size: 12px;
  8. line-height: 1;
  9. background: white;
  10. z-index: 1;
  11. bottom: 0;
  12. left: 0;
  13. right: 0;
  14. margin: 0;
  15. padding: 0 0 3px 0;
  16. height: 20px;
  17. background: white;
  18. }
  19. #jtalkTabs li {
  20. list-style-type: none;
  21. display: inline;
  22. background: #c8c8c8;
  23. font-weight: bold;
  24. color: #414141;
  25. padding: 4px;
  26. border: 1px solid #acacac;
  27. cursor: pointer;
  28. line-height: 14px;
  29. margin: 0;
  30. }
  31. #jtalkTabs li.selected {
  32. background: #dbdbdb;
  33. border-top: 0 none;
  34. padding: 5px 4px;
  35. color: #222;
  36. }
  37. #jtalkTabs li span.close {
  38. margin-left: 10px;
  39. }
  40. #jtalkTabs li.closeAll {
  41. -moz-border-radius: 10px;
  42. -webkit-border-radius: 10px;
  43. border-radius: 10px;
  44. background: #ef3b3b;
  45. color: #e3e3e3;
  46. font-weight: bold;
  47. border: 1px solid #ac1616;
  48. margin: 4px;
  49. padding: 2px 6px;
  50. font-size: 10px;
  51. }
  52. #jtalkTabs li.closeAll:hover {
  53. background: #e72a2a;
  54. }
  55. #jtalk {
  56. position: fixed;
  57. bottom: 27px;
  58. left: 0;
  59. right: 0;
  60. height: 300px;
  61. }
  62. #jtalk .ui-resizable-handle {
  63. background-color: #a8a8a8;
  64. top: 0;
  65. cursor: row-resize;
  66. height: 4px;
  67. left: 0;
  68. position: absolute;
  69. right: 0;
  70. width: auto !important;
  71. }
  72. .jtalkTool {
  73. width: 98%;
  74. background: #dbdbdb;
  75. border-style: solid;
  76. border-width: 1px;
  77. border-color: #a8a8a8;
  78. color: @dark;
  79. font-family: Arial, Helvetica, sans;
  80. font-size: 12px;
  81. line-height: 1.5em;
  82. padding: 15px 1%;
  83. position: absolute;
  84. bottom: 0;
  85. left: 0;
  86. top: 4px;
  87. }
  88. .jtalkTool .jt_box {
  89. width: 98%;
  90. margin: 0;
  91. position: absolute;
  92. top: 15px;
  93. bottom: 45px;
  94. }
  95. .jtalkTool .jt_buttons {
  96. position: absolute;
  97. bottom: 15px;
  98. }
  99. .jtalkTool .important {
  100. font-weight: bold;
  101. }
  102. .jtalkTool li {
  103. margin: 0;
  104. padding: 0;
  105. }
  106. .jtalkTool .jt_buttons button,
  107. .jtalkTool .jt_buttons select {
  108. font-size: 12px;
  109. }
  110. .jtalkTool textarea {
  111. border: 1px solid;
  112. border-color: #a8a8a8;
  113. font-family: Arial, Helvetica, sans;
  114. line-height: 1.2em;
  115. font-size: 13px;
  116. position: relative;
  117. padding: 0;
  118. }
  119. .jtalkTool .jt_clear {
  120. clear: both;
  121. }
  122. .jtalkTool .jt_transcript,
  123. .jtalkTool .jt_workspace {
  124. width: 100%;
  125. height: 100%;
  126. }
  127. .jtalkTool .jt_commit {
  128. position: absolute;
  129. top: 110px;
  130. left: 0;
  131. font-size: 12px;
  132. }
  133. .jtalkTool .jt_column {
  134. width: 24%;
  135. padding: 0;
  136. margin: 0;
  137. float: left;
  138. border: 1px solid;
  139. border-color: #a8a8a8;
  140. height: 130px;
  141. overflow-y: scroll;
  142. background: white;
  143. position: absolute;
  144. top: 0;
  145. }
  146. .jtalkTool .jt_column.value {
  147. left: 25.2%;
  148. width: 74.8%;
  149. }
  150. .jtalkTool .jt_column.categories {
  151. left: 0%;
  152. height: 105px;
  153. }
  154. .jtalkTool .jt_column.classes {
  155. height: 105px;
  156. left: 25.2%
  157. }
  158. .jtalkTool .jt_column.protocols {
  159. left: 50.4%
  160. }
  161. .jtalkTool .jt_column.methods {
  162. left: 75.6%
  163. }
  164. .jtalkTool .jt_column li {
  165. list-style-type: none;
  166. padding-left: 5px;
  167. cursor: pointer;
  168. }
  169. .jtalkTool .jt_column li.selected {
  170. background: #e3e3e3;
  171. color: #222;
  172. }
  173. .jtalkTool .jt_column li:hover {
  174. background: #08c;
  175. color: white;
  176. }
  177. .jtalkTool .jt_tabs {
  178. top: 106px;
  179. position: absolute;
  180. left: 25.2%;
  181. padding: 0;
  182. margin: 0;
  183. }
  184. .jtalkTool .jt_tabs li {
  185. color: #8c8c8c;
  186. cursor: pointer;
  187. list-style-type: none;
  188. float: left;
  189. padding: 2px 4px;
  190. margin-right: 2px;
  191. background: #ccc;
  192. border: 1px solid #a8a8a8;
  193. -moz-border-radius-bottomleft: 8px;
  194. -moz-border-radius-bottomright: 8px;
  195. -webkit-border-bottom-left-radius: 8px;
  196. -webkit-border-bottom-right-radius: 8px;
  197. border-bottom-left-radius: 8px;
  198. border-bottom-right-radius: 8px;
  199. height: 20px;
  200. line-height: 18px;
  201. }
  202. .jtalkTool .jt_tabs li:hover {
  203. background: #08c;
  204. color: white;
  205. border-color: #08c;
  206. }
  207. .jtalkTool .jt_tabs li.selected,
  208. .jtalkTool .jt_tabs li.selected:hover {
  209. background: white;
  210. border: 1px solid #b3b3b3;
  211. border-top: 1px solid white;
  212. color: #222;
  213. }
  214. .jtalkTool .jt_sourceCode {
  215. position: absolute;
  216. top: 145px;
  217. bottom: 0;
  218. left: 0;
  219. right: 0;
  220. }
  221. .jtalkTool .jt_sourceCode textarea.source {
  222. width: 100%;
  223. height: 100%;
  224. }