123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362 |
- body.jtalkBody {
- margin-bottom: 350px;
- }
- #jtalkTabs {
- position: fixed;
- font-family: helvetica,arial,sans;
- font-size: 12px;
- line-height: 1;
- z-index: 1001;
- bottom: 0;
- left: 0;
- right: 0;
- margin: 0;
- padding: 0 0 3px 0;
- height: 20px;
- background: transparent;
- }
- #jtalkTabs li {
- list-style-type: none;
- display: inline;
- background: #c8c8c8;
- font-weight: bold;
- color: #414141;
- padding: 4px;
- border: 1px solid #acacac;
- cursor: pointer;
- line-height: 14px;
- margin: 0;
- }
- #jtalkTabs li.selected {
- background: #dbdbdb;
- border-top: 0 none;
- padding: 5px 4px;
- color: #222;
- }
- #jtalkTabs li span.close {
- margin-left: 3px;
- margin-right: 5px;
- }
- #jtalkTabs li span.close:hover {
- color: #e72a2a;
- }
- #jtalkTabs li.closeAll {
- -moz-border-radius: 10px;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- background: #ef3b3b;
- color: #e3e3e3;
- font-weight: bold;
- border: 1px solid #ac1616;
- margin: 4px;
- padding: 2px 6px;
- font-size: 10px;
- }
- #jtalkTabs li.closeAll:hover {
- background: #e72a2a;
- }
- #jtalk {
- position: fixed;
- bottom: 27px;
- left: 0;
- right: 0;
- height: 330px;
- z-index: 1000;
- }
- #jtalk .ui-resizable-handle {
- background-color: #a8a8a8;
- top: 0;
- cursor: row-resize;
- height: 4px;
- left: 0;
- position: absolute;
- right: 0;
- width: auto !important;
- }
- .jtalkTool {
- width: 98%;
- background: #dbdbdb;
- border-style: solid;
- border-width: 1px;
- border-color: #a8a8a8;
- color: @dark;
- font-family: Arial, Helvetica, sans;
- font-size: 12px;
- line-height: 1.5em;
- padding: 15px 1%;
- position: absolute;
- bottom: 0;
- left: 0;
- top: 4px;
- z-index: 1000;
- }
- .jtalkTool .jt_box {
- width: 98%;
- margin: 0;
- position: absolute;
- top: 15px;
- bottom: 45px;
- }
- .jtalkTool .jt_buttons {
- position: absolute;
- width: 98%;
- bottom: 15px;
- }
- .jtalkTool .jt_buttons .right {
- float: right;
- }
- .jtalkTool .important {
- font-weight: bold;
- }
- .jtalkTool li {
- margin: 0;
- padding: 0;
- }
-
- .jtalkTool .jt_buttons button,
- .jtalkTool .jt_buttons select {
- font-size: 12px;
- }
- .jtalkTool .source {
- height: 100%;
- }
- .jtalkTool textarea,
- .jtalkTool input {
- border: 1px solid;
- border-color: #a8a8a8;
- font-family: Arial, Helvetica, sans;
- line-height: 1.2em;
- font-size: 13px;
- position: relative;
- padding: 0;
- }
- .jtalkTool .CodeMirror {
- border: 1px solid;
- border-color: #a8a8a8;
- font-family: Arial, Helvetica, sans;
- font-size: 13px;
- line-height: 1.3em;
- height: 100%;
- background: white;
- }
- .jtalkTool .CodeMirror-scroll {
- height: 100%;
- }
- .talkTool .CodeMirror-scroll pre {
- font-family: Arial, Helvetica, sans;
- }
- .jtalkTool .jt_clear {
- clear: both;
- }
- .jtalkTool .jt_transcript,
- .jtalkTool .jt_workspace {
- width: 100%;
- height: 100%;
- }
- .jtalkTool .jt_commit {
- position: absolute;
- top: 140px;
- left: 0;
- font-size: 12px;
- }
- .jtalkTool .jt_column {
- width: 24%;
- padding: 0;
- margin: 0;
- float: left;
- border: 1px solid;
- border-color: #a8a8a8;
- height: 130px;
- overflow-y: scroll;
- background: #fff;
- position: absolute;
- top: 0;
- }
- .jtalkTool .jt_column.value {
- left: 25.2%;
- width: 74.8%;
- }
- .jtalkTool .jt_column.browser {
- top: 30px;
- }
- .jtalkTool .jt_column.categories {
- left: 0%;
- height: 105px;
- }
- .jtalkTool .jt_column.classes {
- height: 105px;
- left: 25.2%
- }
- .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.4%
- }
- .jtalkTool .jt_column.methods {
- left: 75.6%
- }
- .jtalkTool .jt_column li {
- list-style-type: none;
- padding-left: 5px;
- cursor: pointer;
- color: #333;
- font-weight: bold;
- }
- .jtalkTool .jt_column li.selected {
- background: #e3e3e3;
- color: #222;
- }
- .jtalkTool .jt_column li:hover {
- background: #08c;
- color: white;
- }
- .jtalkTool .jt_tabs {
- top: 136px;
- position: absolute;
- left: 25.2%;
- padding: 0;
- margin: 0;
- }
- .jtalkTool .jt_tabs li {
- color: #666;
- font-weight: bold;
- cursor: pointer;
- list-style-type: none;
- float: left;
- padding: 2px 4px;
- margin-right: 2px;
- background: #ccc;
- border: 1px solid #a8a8a8;
- -moz-border-radius-bottomleft: 8px;
- -moz-border-radius-bottomright: 8px;
- -webkit-border-bottom-left-radius: 8px;
- -webkit-border-bottom-right-radius: 8px;
- border-bottom-left-radius: 8px;
- border-bottom-right-radius: 8px;
- height: 20px;
- line-height: 18px;
- }
- /* .jtalkTool .jt_tabs li:hover { */
- /* background: #08c; */
- /* color: white; */
- /* border-color: #08c; */
- /* } */
- .jtalkTool .jt_tabs li.selected,
- .jtalkTool .jt_tabs li.selected:hover {
- background: white;
- border: 1px solid #b3b3b3;
- border-top: 1px solid white;
- color: #222;
- }
- .jtalkTool .jt_sourceCode {
- position: absolute;
- top: 175px;
- bottom: 0;
- left: 0;
- right: 0;
- }
- .jtalkTool .jt_sourceCode textarea.source {
- width: 100%;
- height: 100%;
- }
- /* Debugger */
- .jtalkTool .jt_box .label {
- width: 98%;
- font-weight: bold;
- text-align: center;
- position: absolute;
- line-height: 1.2em;
- font-size: 16px;
- color: red;
- }
- .jtalkTool .jt_box .jt_column.debugger.contexts {
- width: 100%;
- top: 30px;
-
- }
- /***** IDE - 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: 30px;
- height: 100%;
- bottom: 0px;
- width: 33%;
- }
- .jtalkTool .jt_box .jt_column.senders {
- left: 33.6%
- }
- .jtalkTool .jt_box .jt_column.referenced_classes {
- left: 67.3%
- }
- .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
- }
|