1
0

jtalk.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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: 1001;
  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. z-index: 1000;
  88. }
  89. .jtalkTool .jt_box {
  90. width: 98%;
  91. margin: 0;
  92. position: absolute;
  93. top: 15px;
  94. bottom: 45px;
  95. }
  96. .jtalkTool .jt_buttons {
  97. position: absolute;
  98. bottom: 15px;
  99. }
  100. .jtalkTool .important {
  101. font-weight: bold;
  102. }
  103. .jtalkTool li {
  104. margin: 0;
  105. padding: 0;
  106. }
  107. .jtalkTool .jt_buttons button,
  108. .jtalkTool .jt_buttons select {
  109. font-size: 12px;
  110. }
  111. .jtalkTool textarea {
  112. border: 1px solid;
  113. border-color: #a8a8a8;
  114. font-family: Arial, Helvetica, sans;
  115. line-height: 1.2em;
  116. font-size: 13px;
  117. position: relative;
  118. padding: 0;
  119. }
  120. .jtalkTool .jt_clear {
  121. clear: both;
  122. }
  123. .jtalkTool .jt_transcript,
  124. .jtalkTool .jt_workspace {
  125. width: 100%;
  126. height: 100%;
  127. }
  128. .jtalkTool .jt_commit {
  129. position: absolute;
  130. top: 110px;
  131. left: 0;
  132. font-size: 12px;
  133. }
  134. .jtalkTool .jt_column {
  135. width: 24%;
  136. padding: 0;
  137. margin: 0;
  138. float: left;
  139. border: 1px solid;
  140. border-color: #a8a8a8;
  141. height: 130px;
  142. overflow-y: scroll;
  143. background: white;
  144. position: absolute;
  145. top: 0;
  146. }
  147. .jtalkTool .jt_column.value {
  148. left: 25.2%;
  149. width: 74.8%;
  150. }
  151. .jtalkTool .jt_column.categories {
  152. left: 0%;
  153. height: 105px;
  154. }
  155. .jtalkTool .jt_column.classes {
  156. height: 105px;
  157. left: 25.2%
  158. }
  159. .jtalkTool .jt_column.protocols {
  160. left: 50.4%
  161. }
  162. .jtalkTool .jt_column.methods {
  163. left: 75.6%
  164. }
  165. .jtalkTool .jt_column li {
  166. list-style-type: none;
  167. padding-left: 5px;
  168. cursor: pointer;
  169. }
  170. .jtalkTool .jt_column li.selected {
  171. background: #e3e3e3;
  172. color: #222;
  173. }
  174. .jtalkTool .jt_column li:hover {
  175. background: #08c;
  176. color: white;
  177. }
  178. .jtalkTool .jt_tabs {
  179. top: 106px;
  180. position: absolute;
  181. left: 25.2%;
  182. padding: 0;
  183. margin: 0;
  184. }
  185. .jtalkTool .jt_tabs li {
  186. color: #8c8c8c;
  187. cursor: pointer;
  188. list-style-type: none;
  189. float: left;
  190. padding: 2px 4px;
  191. margin-right: 2px;
  192. background: #ccc;
  193. border: 1px solid #a8a8a8;
  194. -moz-border-radius-bottomleft: 8px;
  195. -moz-border-radius-bottomright: 8px;
  196. -webkit-border-bottom-left-radius: 8px;
  197. -webkit-border-bottom-right-radius: 8px;
  198. border-bottom-left-radius: 8px;
  199. border-bottom-right-radius: 8px;
  200. height: 20px;
  201. line-height: 18px;
  202. }
  203. .jtalkTool .jt_tabs li:hover {
  204. background: #08c;
  205. color: white;
  206. border-color: #08c;
  207. }
  208. .jtalkTool .jt_tabs li.selected,
  209. .jtalkTool .jt_tabs li.selected:hover {
  210. background: white;
  211. border: 1px solid #b3b3b3;
  212. border-top: 1px solid white;
  213. color: #222;
  214. }
  215. .jtalkTool .jt_sourceCode {
  216. position: absolute;
  217. top: 145px;
  218. bottom: 0;
  219. left: 0;
  220. right: 0;
  221. }
  222. .jtalkTool .jt_sourceCode textarea.source {
  223. width: 100%;
  224. height: 100%;
  225. }