jtalk.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  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_rename {
  224. position: absolute;
  225. top: 129px;
  226. left: 90px;
  227. z-index: 1;
  228. }
  229. .jtalkTool .jt_delete {
  230. position: absolute;
  231. top: 129px;
  232. left: 185px;
  233. z-index: 1;
  234. }
  235. .jtalkTool .jt_column {
  236. width: 25%;
  237. padding: 0;
  238. margin: 0;
  239. float: left;
  240. outline: 1px solid #aaa;
  241. border: 0 none;
  242. height: 130px;
  243. overflow-y: auto;
  244. background: #fff;
  245. color: #111;
  246. position: absolute;
  247. top: 0;
  248. }
  249. .jtalkTool .jt_column.classes {
  250. left: 25%
  251. }
  252. .jtalkTool .jt_column.classes ul {
  253. margin-left: 0;
  254. }
  255. .jtalkTool .jt_column.classes ul li {
  256. padding-left: 10px;
  257. margin-left: 0;
  258. }
  259. .jtalkTool .jt_column.protocols {
  260. left: 50%
  261. }
  262. .jtalkTool .jt_column.methods {
  263. left: 75%
  264. }
  265. .jtalkTool .jt_column li {
  266. list-style-type: none;
  267. padding-left: 5px;
  268. cursor: pointer;
  269. color: #111;
  270. font-weight: bold;
  271. }
  272. .jtalkTool .jt_column li.selected {
  273. background: #e3e3e3;
  274. color: #222;
  275. }
  276. .jtalkTool .jt_column li:hover {
  277. background: #08c;
  278. color: white;
  279. }
  280. #jtalk .jtalkTool .jt_tabs {
  281. top: 130px;
  282. position: absolute;
  283. }
  284. #jtalk .jtalkTool .jt_tabs.jt_browser {
  285. padding-left: 25%;
  286. }
  287. .jtalkTool .jt_sourceCode {
  288. position: absolute;
  289. top: 152px;
  290. bottom: 0;
  291. left: 0;
  292. right: 0;
  293. }
  294. .jtalkTool .jt_sourceCode textarea.source {
  295. width: 100%;
  296. height: 100%;
  297. }
  298. /* Debugger & inspector */
  299. .jtalkTool .jt_box .label {
  300. width: 100%;
  301. font-weight: bold;
  302. text-align: center;
  303. position: absolute;
  304. line-height: 1.5em;
  305. font-size: 16px;
  306. color: red;
  307. background: url("../images/sprite.png") top left repeat;
  308. height: 27px;
  309. }
  310. .jtalkTool .jt_box .jt_column.debugger {
  311. top: 158px;
  312. }
  313. .jtalkTool .jt_box .jt_column.debugger.contexts {
  314. top: 27px;
  315. width: 100%;
  316. }
  317. .jtalkTool .jt_sourceCode.debugger {
  318. width: 60%;
  319. top: 158px;
  320. }
  321. .jtalkTool .jt_box .jt_column.debugger.variables {
  322. width: 10%;
  323. left: 60%;
  324. bottom: 0;
  325. position: absolute;
  326. height: auto;
  327. }
  328. .jtalkTool .jt_box .jt_column.debugger.inspector {
  329. width: 30%;
  330. left: 70%;
  331. bottom: 0;
  332. position: absolute;
  333. height: auto;
  334. }
  335. .jtalkTool .jt_button.debugger.inspect {
  336. position: absolute;
  337. left: 60%;
  338. }
  339. .jtalkTool .jt_column.value {
  340. left: 25%;
  341. width: 75%;
  342. }
  343. .jtalkTool .jt_buttons.inspector {
  344. position: absolute;
  345. top: 130px;
  346. }
  347. /* ReferencesBrowser */
  348. .jtalkTool .jt_box .implementors {
  349. width: 100%
  350. }
  351. .jtalkTool .jt_box .jt_column.implementors,
  352. .jtalkTool .jt_box .jt_column.senders,
  353. .jtalkTool .jt_box .jt_column.referenced_classes {
  354. top: 20px;
  355. height: auto;
  356. bottom: 0;
  357. width: 33.333%;
  358. }
  359. .jtalkTool .jt_box .jt_column.senders {
  360. left: 33.333%
  361. }
  362. .jtalkTool .jt_box .jt_column.referenced_classes {
  363. left: 66.67%
  364. }
  365. .jtalkTool .jt_box .jt_column.implementors .column_label,
  366. .jtalkTool .jt_box .jt_column.senders .column_label,
  367. .jtalkTool .jt_box .jt_column.referenced_classes .column_label {
  368. background: #dbdbdb
  369. }
  370. .jtalkTool .jt_box .jt_column.implementors .column_label:hover,
  371. .jtalkTool .jt_box .jt_column.senders .column_label:hover,
  372. .jtalkTool .jt_box .jt_column.referenced_classes .column_label:hover {
  373. font-weight: bold;
  374. color: #000;
  375. cursor: default
  376. }
  377. .jtalkTool .classes .commented {
  378. color: #33337F;
  379. }
  380. /* SUnit TestRunner */
  381. .jtalkTool .jt_column.sunit.categories,
  382. .jtalkTool .jt_column.sunit.classes {
  383. height: 100%
  384. }
  385. .jtalkTool .jt_column.sunit.classes li.all,
  386. .jtalkTool .jt_column.sunit.categories li.all {
  387. background: #e3e3e3;
  388. font-weight: bold
  389. }
  390. .jtalkTool .jt_column.sunit.classes li.all:hover ,
  391. .jtalkTool .jt_column.sunit.categories li.all:hover {
  392. background: #0088CC;
  393. font-weight: bold
  394. }
  395. .jtalkTool .sunit.status {
  396. position: absolute;
  397. left: 50%;
  398. width: 50%;
  399. outline: 1px solid #aaa;
  400. background: white;
  401. height: 40px
  402. }
  403. .jtalkTool .sunit.status.success {
  404. background: #43d443;
  405. }
  406. .jtalkTool .sunit.status.failure {
  407. background: #ecd443;
  408. }
  409. .jtalkTool .sunit.status.error {
  410. background: #e56f3b;
  411. }
  412. .jtalkTool .progress_bar {
  413. position: absolute;
  414. left: 50%;
  415. width: 50%;
  416. top: 40px;
  417. background: white;
  418. outline: 1px solid #aaa;
  419. min-height: 20px
  420. }
  421. .jtalkTool .progress_bar div {
  422. background: #0088CC;
  423. min-height: 20px;
  424. }
  425. .jtalkTool .jt_column.results.sunit {
  426. left: 50%;
  427. height: auto;
  428. width: 50%;
  429. top: 62px;
  430. bottom: 0;
  431. }
  432. .jtalkTool .jt_column.sunit.results .errors {
  433. color: red;
  434. }
  435. /*.jtalkTool .jt_column.sunit.results ul {padding: 0; margin: 0}*/