jtalk.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. body.jtalkBody {
  2. margin-bottom: 350px;
  3. }
  4. #jtalkTabs, #jtalk .jt_tabs {
  5. margin: 0;
  6. padding: 0;
  7. background: url("../images/sprite.png") #DBD9C9 0 -27px;
  8. height: 22px;
  9. width: 100%;
  10. list-style: none;
  11. font-weight: bold;
  12. }
  13. #jtalkTabs li, #jtalk .jt_tabs li {
  14. padding: 0 1px;
  15. cursor: pointer;
  16. color: #565656;
  17. }
  18. #jtalk .ltab, #jtalk .rtab, #jtalk .mtab {
  19. height: 22px;
  20. float: left;
  21. }
  22. #jtalk .ltab, #jtalk .rtab {
  23. width: 8px;
  24. }
  25. #jtalk .rtab {
  26. margin-right: 1px;
  27. }
  28. #jtalk .mtab {
  29. line-height: 20px;
  30. }
  31. #jtalkTabs li:hover .ltab,
  32. #jtalk .jt_tabs li:hover .ltab {
  33. background: url("../images/sprite.png") -16px -96px;
  34. }
  35. #jtalkTabs li:hover .mtab,
  36. #jtalk .jt_tabs li:hover .mtab {
  37. background: url("../images/sprite.png") 0 -73px;
  38. }
  39. #jtalkTabs li:hover .rtab,
  40. #jtalk .jt_tabs li:hover .rtab {
  41. background: url("../images/sprite.png") -24px -96px;
  42. }
  43. #jtalkTabs li.selected,
  44. #jtalk .jt_tabs li.selected {
  45. color: #111;
  46. }
  47. #jtalkTabs li.selected .ltab,
  48. #jtalk .jt_tabs li.selected .ltab {
  49. background: url("../images/sprite.png") 0px -96px;
  50. }
  51. #jtalkTabs li.selected .mtab,
  52. #jtalk .jt_tabs li.selected .mtab {
  53. background: url("../images/sprite.png") 0 -50px;
  54. }
  55. #jtalkTabs li.selected .rtab,
  56. #jtalk .jt_tabs li.selected .rtab {
  57. background: url("../images/sprite.png") -8px -96px;
  58. }
  59. #jtalkTabs li .close {
  60. margin-right: 5px;
  61. color: #aaa;
  62. }
  63. #jtalk {
  64. position: fixed;
  65. bottom: 0;
  66. left: 0;
  67. right: 0;
  68. height: 330px;
  69. z-index: 1000;
  70. }
  71. #jtalk, #jtalk button, #jtalk input, #jtalk select {
  72. font-family: Lucida Grande, Tahoma, sans-serif;
  73. font-size: 11px;
  74. }
  75. #jtalk #logo {
  76. position: absolute;
  77. top: 3px;
  78. left: 8px;
  79. width: 22px;
  80. height: 20px;
  81. background: url("../images/tinylogo.png") top left no-repeat;
  82. }
  83. #jtalk #jt_toolbar {
  84. height: 27px;
  85. background: url("../images/sprite.png") 0 0;
  86. }
  87. #jtalk #jt_toolbar input {
  88. margin-left: 50px;
  89. width: 250px;
  90. }
  91. #jtalk #jt_toolbar #jt_close {
  92. position: absolute;
  93. right: 4px;
  94. top: 6px;
  95. width: 16px;
  96. height: 16px;
  97. background: url('../images/off.png');
  98. cursor: pointer;
  99. }
  100. #jtalk #jt_toolbar #jt_close:hover {
  101. background: url('../images/offHover.png');
  102. }
  103. #jtalk .ui-resizable-handle {
  104. background-color: transparent;
  105. top: 0;
  106. cursor: row-resize;
  107. height: 5px;
  108. left: 0;
  109. position: absolute;
  110. right: 0;
  111. width: auto !important;
  112. }
  113. .jtalkTool {
  114. width: 100%;
  115. color: #333;
  116. line-height: 1.3em;
  117. padding: 0;
  118. margin: 0;
  119. position: absolute;
  120. bottom: 0;
  121. left: 0;
  122. top: 49px;
  123. z-index: 1000;
  124. background: white;
  125. }
  126. .jtalkTool .jt_box {
  127. width: 100%;
  128. margin: 0;
  129. position: absolute;
  130. top: 0;
  131. bottom: 27px;
  132. }
  133. .jtalkTool .jt_buttons {
  134. position: absolute;
  135. bottom: 0;
  136. left: 0;
  137. right: 0;
  138. height: 27px;
  139. line-height: 27px;
  140. background: url("../images/sprite.png") 0 0 repeat;
  141. }
  142. .jtalkTool .jt_buttons .right {
  143. float: right;
  144. }
  145. .jtalkTool .important {
  146. font-weight: bold;
  147. }
  148. .jtalkTool button {
  149. border: 1px solid transparent;
  150. background: transparent;
  151. padding: 2px 4px;
  152. margin-left: 4px;
  153. cursor: pointer;
  154. }
  155. .jtalkTool button:hover {
  156. border-top: 1px solid #fff;
  157. border-left: 1px solid #fff;
  158. border-right: 1px solid #bbb;
  159. border-bottom: 1px solid #bbb;
  160. }
  161. .jtalkTool button:active {
  162. border-top: 1px solid #bbb;
  163. border-left: 1px solid #bbb;
  164. border-right: 1px solid #fff;
  165. border-bottom: 1px solid #fff;
  166. background: #ddd;
  167. }
  168. .jtalkTool select, #jtalk input {
  169. border-top: 1px solid #bbb;
  170. border-left: 1px solid #bbb;
  171. border-right: 1px solid #fff;
  172. border-bottom: 1px solid #fff;
  173. background: #fff;
  174. margin-top: 0;
  175. margin-bottom: 0;
  176. padding-top: 0;
  177. padding-bottom: 0;
  178. }
  179. .jtalkTool li {
  180. margin: 0;
  181. padding: 0;
  182. }
  183. .jtalkTool .source {
  184. height: 100%;
  185. }
  186. .jtalkTool textarea,
  187. .jtalkTool input {
  188. border: 0 none;
  189. font-family: Arial, Helvetica, sans;
  190. line-height: 1.3em;
  191. font-size: 12px;
  192. position: relative;
  193. padding: 0;
  194. }
  195. .jtalkTool .CodeMirror {
  196. border: 0 none;
  197. font-family: Arial, Helvetica, sans;
  198. font-size: 12px;
  199. line-height: 1.3em;
  200. height: 100%;
  201. background: white;
  202. }
  203. .jtalkTool .CodeMirror-scroll {
  204. height: 100%;
  205. }
  206. .talkTool .CodeMirror-scroll pre {
  207. font-family: Arial, Helvetica, sans;
  208. }
  209. .jtalkTool .jt_clear {
  210. clear: both;
  211. }
  212. .jtalkTool .jt_transcript,
  213. .jtalkTool .jt_workspace {
  214. width: 100%;
  215. height: 100%;
  216. }
  217. .jtalkTool .jt_commit {
  218. position: absolute;
  219. top: 129px;
  220. left: 0;
  221. z-index: 1;
  222. }
  223. .jtalkTool .jt_column {
  224. width: 25%;
  225. padding: 0;
  226. margin: 0;
  227. float: left;
  228. outline: 1px solid #aaa;
  229. border: 0 none;
  230. height: 130px;
  231. overflow-y: auto;
  232. background: #fff;
  233. color: #111;
  234. position: absolute;
  235. top: 0;
  236. }
  237. .jtalkTool .jt_column.classes {
  238. left: 25%
  239. }
  240. .jtalkTool .jt_column.classes ul {
  241. margin-left: 0;
  242. }
  243. .jtalkTool .jt_column.classes ul li {
  244. padding-left: 10px;
  245. margin-left: 0;
  246. }
  247. .jtalkTool .jt_column.protocols {
  248. left: 50%
  249. }
  250. .jtalkTool .jt_column.methods {
  251. left: 75%
  252. }
  253. .jtalkTool .jt_column li {
  254. list-style-type: none;
  255. padding-left: 5px;
  256. cursor: pointer;
  257. color: #111;
  258. font-weight: bold;
  259. }
  260. .jtalkTool .jt_column li.selected {
  261. background: #e3e3e3;
  262. color: #222;
  263. }
  264. .jtalkTool .jt_column li:hover {
  265. background: #08c;
  266. color: white;
  267. }
  268. #jtalk .jtalkTool .jt_tabs {
  269. top: 130px;
  270. position: absolute;
  271. }
  272. #jtalk .jtalkTool .jt_tabs.jt_browser {
  273. padding-left: 25%;
  274. }
  275. .jtalkTool .jt_sourceCode {
  276. position: absolute;
  277. top: 152px;
  278. bottom: 0;
  279. left: 0;
  280. right: 0;
  281. }
  282. .jtalkTool .jt_sourceCode textarea.source {
  283. width: 100%;
  284. height: 100%;
  285. }
  286. /* Debugger & inspector */
  287. .jtalkTool .jt_box .label {
  288. width: 100%;
  289. font-weight: bold;
  290. text-align: center;
  291. position: absolute;
  292. line-height: 1.5em;
  293. font-size: 16px;
  294. color: red;
  295. background: url("../images/sprite.png") top left repeat;
  296. height: 27px;
  297. }
  298. .jtalkTool .jt_box .jt_column.debugger {
  299. top: 158px;
  300. }
  301. .jtalkTool .jt_box .jt_column.debugger.contexts {
  302. top: 27px;
  303. width: 100%;
  304. }
  305. .jtalkTool .jt_sourceCode.debugger {
  306. width: 60%;
  307. top: 158px;
  308. }
  309. .jtalkTool .jt_box .jt_column.debugger.variables {
  310. width: 10%;
  311. left: 60%;
  312. bottom: 0;
  313. position: absolute;
  314. height: auto;
  315. }
  316. .jtalkTool .jt_box .jt_column.debugger.inspector {
  317. width: 30%;
  318. left: 70%;
  319. bottom: 0;
  320. position: absolute;
  321. height: auto;
  322. }
  323. .jtalkTool .jt_button.debugger.inspect {
  324. position: absolute;
  325. left: 60%;
  326. }
  327. .jtalkTool .jt_column.value {
  328. left: 25%;
  329. width: 75%;
  330. }
  331. .jtalkTool .jt_buttons.inspector {
  332. position: absolute;
  333. top: 130px;
  334. }
  335. /* ReferencesBrowser */
  336. .jtalkTool .jt_box .implementors {
  337. width: 100%
  338. }
  339. .jtalkTool .jt_box .jt_column.implementors,
  340. .jtalkTool .jt_box .jt_column.senders,
  341. .jtalkTool .jt_box .jt_column.referenced_classes {
  342. top: 20px;
  343. height: auto;
  344. bottom: 0;
  345. width: 33.333%;
  346. }
  347. .jtalkTool .jt_box .jt_column.senders {
  348. left: 33.333%
  349. }
  350. .jtalkTool .jt_box .jt_column.referenced_classes {
  351. left: 66.67%
  352. }
  353. .jtalkTool .jt_box .jt_column.implementors .column_label,
  354. .jtalkTool .jt_box .jt_column.senders .column_label,
  355. .jtalkTool .jt_box .jt_column.referenced_classes .column_label {
  356. background: #dbdbdb
  357. }
  358. .jtalkTool .jt_box .jt_column.implementors .column_label:hover,
  359. .jtalkTool .jt_box .jt_column.senders .column_label:hover,
  360. .jtalkTool .jt_box .jt_column.referenced_classes .column_label:hover {
  361. font-weight: bold;
  362. color: #000;
  363. cursor: default
  364. }
  365. .jtalkTool .classes .commented {
  366. color: #33337F;
  367. }
  368. /* SUnit TestRunner */
  369. .jtalkTool .jt_column.sunit.categories,
  370. .jtalkTool .jt_column.sunit.classes {
  371. height: 100%
  372. }
  373. .jtalkTool .jt_column.sunit.classes li.all,
  374. .jtalkTool .jt_column.sunit.categories li.all {
  375. background: #e3e3e3;
  376. font-weight: bold
  377. }
  378. .jtalkTool .jt_column.sunit.classes li.all:hover ,
  379. .jtalkTool .jt_column.sunit.categories li.all:hover {
  380. background: #0088CC;
  381. font-weight: bold
  382. }
  383. .jtalkTool .sunit.status {
  384. position: absolute;
  385. left: 50%;
  386. width: 50%;
  387. outline: 1px solid #aaa;
  388. background: white;
  389. height: 40px
  390. }
  391. .jtalkTool .sunit.status.success {
  392. background: #43d443;
  393. }
  394. .jtalkTool .sunit.status.failure {
  395. background: #ecd443;
  396. }
  397. .jtalkTool .sunit.status.error {
  398. background: #e56f3b;
  399. }
  400. .jtalkTool .progress_bar {
  401. position: absolute;
  402. left: 50%;
  403. width: 50%;
  404. top: 40px;
  405. background: white;
  406. outline: 1px solid #aaa;
  407. min-height: 20px
  408. }
  409. .jtalkTool .progress_bar div {
  410. background: #0088CC;
  411. min-height: 20px;
  412. }
  413. .jtalkTool .jt_column.results.sunit {
  414. left: 50%;
  415. height: auto;
  416. width: 50%;
  417. top: 62px;
  418. bottom: 0;
  419. }
  420. .jtalkTool .jt_column.sunit.results .errors {
  421. color: red;
  422. }
  423. /*.jtalkTool .jt_column.sunit.results ul {padding: 0; margin: 0}*/