amber.css 8.8 KB

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