amber.css 9.1 KB

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