123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522 |
- body.jtalkBody {
- margin-bottom: 350px;
- }
- @import url("amber-normalize.css");
- #jtalkTabs, #jtalk .jt_tabs {
- margin: 0;
- padding: 0;
- background: url("../images/sprite.png") #DBD9C9 0 -27px;
- height: 22px;
- width: 100%;
- list-style: none;
- font-weight: bold;
- }
- #jtalkTabs li, #jtalk .jt_tabs li {
- padding: 0 1px;
- cursor: pointer;
- color: #565656;
- max-width: 200px;
- float:left;
- }
- #jtalk .ltab, #jtalk .rtab, #jtalk .mtab {
- height: 22px;
- float: left;
- }
- #jtalk .ltab, #jtalk .rtab {
- width: 8px;
- }
- #jtalk .rtab {
- margin-right: 1px;
- }
- #jtalk .mtab {
- line-height: 20px;
- }
- #jtalkTabs li:hover .ltab,
- #jtalk .jt_tabs li:hover .ltab {
- background: url("../images/sprite.png") -16px -96px;
- }
- #jtalkTabs li:hover .mtab,
- #jtalk .jt_tabs li:hover .mtab {
- background: url("../images/sprite.png") 0 -73px;
- }
- #jtalkTabs li:hover .rtab,
- #jtalk .jt_tabs li:hover .rtab {
- background: url("../images/sprite.png") -24px -96px;
- }
- #jtalkTabs li.selected,
- #jtalk .jt_tabs li.selected {
- color: #111;
- }
- #jtalkTabs li.selected .ltab,
- #jtalk .jt_tabs li.selected .ltab {
- background: url("../images/sprite.png") 0px -96px;
- }
- #jtalkTabs li.selected .mtab,
- #jtalk .jt_tabs li.selected .mtab {
- background: url("../images/sprite.png") 0 -50px;
- }
- #jtalkTabs li.selected .rtab,
- #jtalk .jt_tabs li.selected .rtab {
- background: url("../images/sprite.png") -8px -96px;
- }
- #jtalkTabs li .close {
- margin-right: 5px;
- color: #aaa;
- }
- #jtalk {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 350px;
- z-index: 1000;
- }
- #jtalk, #jtalk button, #jtalk input, #jtalk select {
- font-family: Lucida Grande, Tahoma, sans-serif;
- font-size: 11px;
- }
- #jtalk #logo {
- position: absolute;
- top: 3px;
- left: 8px;
- width: 22px;
- height: 20px;
- background: url("../images/tinylogo.png") top left no-repeat;
- }
- #jtalk #jt_toolbar {
- height: 27px;
- background: url("../images/sprite.png") 0 0;
- }
- #jtalk #jt_toolbar input {
- margin-left: 50px;
- width: 250px;
- margin-top: 5px;
- }
- #jtalk #jt_toolbar #jt_close {
- position: absolute;
- right: 4px;
- top: 6px;
- width: 16px;
- height: 16px;
- background: url('../images/off.png');
- cursor: pointer;
- }
- #jtalk #jt_toolbar #jt_close:hover {
- background: url('../images/offHover.png');
- }
- #jtalk .ui-resizable-handle {
- background-color: transparent;
- top: 0;
- cursor: row-resize;
- height: 5px;
- left: 0;
- position: absolute;
- right: 0;
- width: auto !important;
- }
- .jtalkTool {
- width: 100%;
- color: #333;
- line-height: 1.3em;
- padding: 0;
- margin: 0;
- position: absolute;
- bottom: 0;
- left: 0;
- top: 49px;
- z-index: 1000;
- background: white;
- }
- .jtalkTool .jt_box {
- width: 100%;
- margin: 0;
- position: absolute;
- top: 0;
- bottom: 27px;
- }
- .jtalkTool .jt_buttons {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- height: 27px;
- line-height: 27px;
- background: url("../images/sprite.png") 0 0 repeat;
- }
- .jtalkTool .jt_buttons .right {
- float: right;
- }
- .jtalkTool .important {
- font-weight: bold;
- }
- .jtalkTool button {
- border: 1px solid transparent;
- background: transparent;
- padding: 2px 4px;
- margin-left: 4px;
- cursor: pointer;
- }
- .jtalkTool button:hover {
- border-top: 1px solid #fff;
- border-left: 1px solid #fff;
- border-right: 1px solid #bbb;
- border-bottom: 1px solid #bbb;
- }
- .jtalkTool button:active {
- border-top: 1px solid #bbb;
- border-left: 1px solid #bbb;
- border-right: 1px solid #fff;
- border-bottom: 1px solid #fff;
- background: #ddd;
- }
- .jtalkTool select, #jtalk input {
- border-top: 1px solid #bbb;
- border-left: 1px solid #bbb;
- border-right: 1px solid #fff;
- border-bottom: 1px solid #fff;
- background: #fff;
- display: inline;
- margin-top: 0;
- margin-bottom: 0;
- padding-top: 0;
- padding-bottom: 0;
- }
- .jtalkTool li {
- margin: 0;
- padding: 0;
- }
-
- .jtalkTool .source {
- height: 100%;
- }
- .jtalkTool textarea,
- .jtalkTool input {
- border: 0 none;
- font-family: "DejaVu Sans", Helvetica, sans;
- line-height: 1.3em;
- font-size: 11px;
- position: relative;
- padding: 0;
- }
- .jtalkTool .CodeMirror {
- border: 0 none;
- font-family: "DejaVu Sans", Helvetica, sans;
- font-size: 11px;
- line-height: 1.3em;
- height: 100%;
- background: white;
- }
- .jtalkTool .CodeMirror-scroll {
- height: 100%;
- }
- .talkTool .CodeMirror-scroll pre {
- font-family: "DejaVu Sans", Helvetica, sans;
- }
- .jtalkTool .jt_clear {
- clear: both;
- }
- .jtalkTool .jt_transcript,
- .jtalkTool .jt_workspace {
- width: 100%;
- height: 100%;
- }
- .jtalkTool .jt_packagesButtons {
- position: absolute;
- top: 149px;
- left: 0;
- z-index: 1;
- }
- .jtalkTool .jt_column {
- width: 25%;
- padding: 0;
- margin: 0;
- float: left;
- outline: 1px solid #aaa;
- border: 0 none;
- height: 150px;
- overflow-y: auto;
- background: #fff;
- color: #111;
- position: absolute;
- top: 0;
- }
- .jtalkTool .jt_column.classes {
- left: 25%
- }
- .jtalkTool .jt_column.classes ul {
- margin-left: 0;
- }
- .jtalkTool .jt_column.classes ul li {
- padding-left: 10px;
- margin-left: 0;
- }
- .jtalkTool .jt_column.protocols {
- left: 50%
- }
- .jtalkTool .jt_column.methods {
- left: 75%
- }
- .jtalkTool .jt_column li {
- list-style-type: none;
- padding-left: 5px;
- cursor: pointer;
- color: #111;
- font-weight: bold;
- }
- .jtalkTool .jt_column li.selected {
- background: #c5c5c5;
- color: #222;
- }
- .jtalkTool .jt_column li:hover {
- background: #08c;
- color: white;
- }
- #jtalk .jtalkTool .jt_tabs {
- top: 150px;
- position: absolute;
- }
- #jtalk .jtalkTool .jt_tabs.jt_browser {
- padding-left: 25%;
- }
- .jtalkTool .jt_sourceCode {
- position: absolute;
- top: 172px;
- bottom: 0;
- left: 0;
- right: 0;
- }
- .jtalkTool .jt_sourceCode textarea.source {
- width: 100%;
- height: 100%;
- }
- /* Debugger & inspector */
- .jtalkTool .jt_box .label {
- width: 100%;
- font-weight: bold;
- text-align: center;
- position: absolute;
- line-height: 1.5em;
- font-size: 16px;
- color: red;
- background: url("../images/sprite.png") top left repeat;
- height: 27px;
- }
- .jtalkTool .jt_box .jt_column.debugger {
- top: 178px;
- }
- .jtalkTool .jt_box .jt_column.debugger.contexts {
- top: 27px;
- width: 100%;
- }
- .jtalkTool .jt_sourceCode.debugger {
- width: 60%;
- top: 178px;
- }
- .jtalkTool .jt_box .jt_column.debugger.variables {
- width: 10%;
- left: 60%;
- bottom: 0;
- position: absolute;
- height: auto;
- }
- .jtalkTool .jt_box .jt_column.debugger.inspector {
- width: 30%;
- left: 70%;
- bottom: 0;
- position: absolute;
- height: auto;
- }
- .jtalkTool .jt_button.debugger.inspect {
- position: absolute;
- left: 60%;
- }
- .jtalkTool .jt_column.value {
- left: 25%;
- width: 75%;
- }
- .jtalkTool .jt_buttons.inspector {
- position: absolute;
- top: 150px;
- }
- /* ReferencesBrowser */
- .jtalkTool .jt_box .implementors {
- width: 100%
- }
- .jtalkTool .jt_box .jt_column.implementors,
- .jtalkTool .jt_box .jt_column.senders,
- .jtalkTool .jt_box .jt_column.referenced_classes {
- top: 20px;
- height: auto;
- bottom: 0;
- width: 33.333%;
- }
- .jtalkTool .jt_box .jt_column.senders {
- left: 33.333%
- }
- .jtalkTool .jt_box .jt_column.referenced_classes {
- left: 66.67%
- }
- .jtalkTool .jt_box .jt_column.implementors .column_label,
- .jtalkTool .jt_box .jt_column.senders .column_label,
- .jtalkTool .jt_box .jt_column.referenced_classes .column_label {
- background: #dbdbdb
- }
- .jtalkTool .jt_box .jt_column.implementors .column_label:hover,
- .jtalkTool .jt_box .jt_column.senders .column_label:hover,
- .jtalkTool .jt_box .jt_column.referenced_classes .column_label:hover {
- font-weight: bold;
- color: #000;
- cursor: default
- }
- .jtalkTool .classes .commented {
- color: #33337F;
- }
- /* SUnit TestRunner */
- .jtalkTool .jt_column.sunit.packages,
- .jtalkTool .jt_column.sunit.classes {
- height: 100%
- }
- .jtalkTool .jt_column.sunit.classes li.all,
- .jtalkTool .jt_column.sunit.categories li.all {
- background: #e3e3e3;
- font-weight: bold
- }
- .jtalkTool .jt_column.sunit.classes li.all:hover ,
- .jtalkTool .jt_column.sunit.categories li.all:hover {
- background: #0088CC;
- font-weight: bold
- }
- .jtalkTool .sunit.status {
- position: absolute;
- left: 50%;
- width: 50%;
- outline: 1px solid #aaa;
- background: white;
- height: 40px
- }
- .jtalkTool .sunit.status.success {
- background: #43d443;
- }
- .jtalkTool .sunit.status.failure {
- background: #ecd443;
- }
- .jtalkTool .sunit.status.error {
- background: #e56f3b;
- }
- .jtalkTool .progress_bar {
- position: absolute;
- left: 50%;
- width: 50%;
- top: 40px;
- background: white;
- outline: 1px solid #aaa;
- min-height: 20px
- }
- .jtalkTool .progress_bar div {
- background: #0088CC;
- min-height: 20px;
- }
- .jtalkTool .jt_column.results.sunit {
- left: 50%;
- height: auto;
- width: 50%;
- top: 62px;
- bottom: 0;
- }
- .jtalkTool .jt_column.sunit.results .errors {
- color: red;
- }
- /*.jtalkTool .jt_column.sunit.results ul {padding: 0; margin: 0}*/
|