1
0

jtalk.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. body.jtalkBody {
  2. margin-bottom: 350px;
  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: 330px;
  61. z-index: 1000;
  62. }
  63. #jtalk .ui-resizable-handle {
  64. background-color: #a8a8a8;
  65. top: 0;
  66. cursor: row-resize;
  67. height: 4px;
  68. left: 0;
  69. position: absolute;
  70. right: 0;
  71. width: auto !important;
  72. }
  73. .jtalkTool {
  74. width: 98%;
  75. background: #dbdbdb;
  76. border-style: solid;
  77. border-width: 1px;
  78. border-color: #a8a8a8;
  79. color: @dark;
  80. font-family: Arial, Helvetica, sans;
  81. font-size: 12px;
  82. line-height: 1.5em;
  83. padding: 15px 1%;
  84. position: absolute;
  85. bottom: 0;
  86. left: 0;
  87. top: 4px;
  88. z-index: 1000;
  89. }
  90. .jtalkTool .jt_box {
  91. width: 98%;
  92. margin: 0;
  93. position: absolute;
  94. top: 15px;
  95. bottom: 45px;
  96. }
  97. .jtalkTool .jt_buttons {
  98. position: absolute;
  99. width: 98%;
  100. bottom: 15px;
  101. }
  102. .jtalkTool .jt_buttons .right {
  103. float: right;
  104. }
  105. .jtalkTool .important {
  106. font-weight: bold;
  107. }
  108. .jtalkTool li {
  109. margin: 0;
  110. padding: 0;
  111. }
  112. .jtalkTool .jt_buttons button,
  113. .jtalkTool .jt_buttons select {
  114. font-size: 12px;
  115. }
  116. .jtalkTool textarea,
  117. .jtalkTool input {
  118. border: 1px solid;
  119. border-color: #a8a8a8;
  120. font-family: Arial, Helvetica, sans;
  121. line-height: 1.2em;
  122. font-size: 13px;
  123. position: relative;
  124. padding: 0;
  125. }
  126. .jtalkTool .jt_clear {
  127. clear: both;
  128. }
  129. .jtalkTool .jt_transcript,
  130. .jtalkTool .jt_workspace {
  131. width: 100%;
  132. height: 100%;
  133. }
  134. .jtalkTool .jt_commit {
  135. position: absolute;
  136. top: 140px;
  137. left: 0;
  138. font-size: 12px;
  139. }
  140. .jtalkTool .jt_column {
  141. width: 24%;
  142. padding: 0;
  143. margin: 0;
  144. float: left;
  145. border: 1px solid;
  146. border-color: #a8a8a8;
  147. height: 130px;
  148. overflow-y: scroll;
  149. background: #fff;
  150. position: absolute;
  151. top: 0;
  152. }
  153. .jtalkTool .jt_column.value {
  154. left: 25.2%;
  155. width: 74.8%;
  156. }
  157. .jtalkTool .jt_column.browser {
  158. top: 30px;
  159. }
  160. .jtalkTool .jt_column.categories {
  161. left: 0%;
  162. height: 105px;
  163. }
  164. .jtalkTool .jt_column.classes {
  165. height: 105px;
  166. left: 25.2%
  167. }
  168. .jtalkTool .jt_column.classes ul {
  169. margin-left: 0;
  170. }
  171. .jtalkTool .jt_column.classes ul li {
  172. padding-left: 10px;
  173. margin-left: 0;
  174. }
  175. .jtalkTool .jt_column.protocols {
  176. left: 50.4%
  177. }
  178. .jtalkTool .jt_column.methods {
  179. left: 75.6%
  180. }
  181. .jtalkTool .jt_column li {
  182. list-style-type: none;
  183. padding-left: 5px;
  184. cursor: pointer;
  185. color: #333;
  186. font-weight: bold;
  187. }
  188. .jtalkTool .jt_column li.selected {
  189. background: #e3e3e3;
  190. color: #222;
  191. }
  192. .jtalkTool .jt_column li:hover {
  193. background: #08c;
  194. color: white;
  195. }
  196. .jtalkTool .jt_tabs {
  197. top: 136px;
  198. position: absolute;
  199. left: 25.2%;
  200. padding: 0;
  201. margin: 0;
  202. }
  203. .jtalkTool .jt_tabs li {
  204. color: #666;
  205. font-weight: bold;
  206. cursor: pointer;
  207. list-style-type: none;
  208. float: left;
  209. padding: 2px 4px;
  210. margin-right: 2px;
  211. background: #ccc;
  212. border: 1px solid #a8a8a8;
  213. -moz-border-radius-bottomleft: 8px;
  214. -moz-border-radius-bottomright: 8px;
  215. -webkit-border-bottom-left-radius: 8px;
  216. -webkit-border-bottom-right-radius: 8px;
  217. border-bottom-left-radius: 8px;
  218. border-bottom-right-radius: 8px;
  219. height: 20px;
  220. line-height: 18px;
  221. }
  222. /* .jtalkTool .jt_tabs li:hover { */
  223. /* background: #08c; */
  224. /* color: white; */
  225. /* border-color: #08c; */
  226. /* } */
  227. .jtalkTool .jt_tabs li.selected,
  228. .jtalkTool .jt_tabs li.selected:hover {
  229. background: white;
  230. border: 1px solid #b3b3b3;
  231. border-top: 1px solid white;
  232. color: #222;
  233. }
  234. .jtalkTool .jt_sourceCode {
  235. position: absolute;
  236. top: 175px;
  237. bottom: 0;
  238. left: 0;
  239. right: 0;
  240. }
  241. .jtalkTool .jt_sourceCode textarea.source {
  242. width: 100%;
  243. height: 100%;
  244. }
  245. /* Debugger */
  246. .jtalkTool .jt_box .label {
  247. width: 98%;
  248. font-weight: bold;
  249. text-align: center;
  250. position: absolute;
  251. line-height: 1.2em;
  252. font-size: 16px;
  253. color: red;
  254. }
  255. .jtalkTool .jt_box .jt_column.debugger.contexts {
  256. width: 100%;
  257. top: 30px;
  258. }
  259. /***** IDE - ReferencesBrowser ******/
  260. .jtalkTool .jt_box .implementors {
  261. width: 100%
  262. }
  263. .jtalkTool .jt_box .jt_column.implementors,
  264. .jtalkTool .jt_box .jt_column.senders,
  265. .jtalkTool .jt_box .jt_column.referenced_classes {
  266. top: 30px;
  267. height: 100%;
  268. bottom: 0px;
  269. width: 33%;
  270. }
  271. .jtalkTool .jt_box .jt_column.senders {
  272. left: 33.6%
  273. }
  274. .jtalkTool .jt_box .jt_column.referenced_classes {
  275. left: 67.3%
  276. }
  277. .jtalkTool .jt_box .jt_column.implementors .column_label,
  278. .jtalkTool .jt_box .jt_column.senders .column_label,
  279. .jtalkTool .jt_box .jt_column.referenced_classes .column_label {
  280. background: #dbdbdb
  281. }
  282. .jtalkTool .jt_box .jt_column.implementors .column_label:hover,
  283. .jtalkTool .jt_box .jt_column.senders .column_label:hover,
  284. .jtalkTool .jt_box .jt_column.referenced_classes .column_label:hover {
  285. font-weight: bold;
  286. color: #000;
  287. cursor: default
  288. }