amber.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  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_commit {
  219. position: absolute;
  220. top: 129px;
  221. left: 0;
  222. z-index: 1;
  223. }
  224. .jtalkTool .jt_rename {
  225. position: absolute;
  226. top: 129px;
  227. left: 90px;
  228. z-index: 1;
  229. }
  230. .jtalkTool .jt_delete {
  231. position: absolute;
  232. top: 129px;
  233. left: 185px;
  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: 130px;
  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: #e3e3e3;
  275. color: #222;
  276. }
  277. .jtalkTool .jt_column li:hover {
  278. background: #08c;
  279. color: white;
  280. }
  281. #jtalk .jtalkTool .jt_tabs {
  282. top: 130px;
  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: 152px;
  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.png") top left repeat;
  309. height: 27px;
  310. }
  311. .jtalkTool .jt_box .jt_column.debugger {
  312. top: 158px;
  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: 158px;
  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: 130px;
  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.categories,
  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}*/