1
0

amber.css 8.9 KB

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