PluginProbe
CSS & JavaScript Toolbox / 6.0.15
CSS & JavaScript Toolbox v6.0.15
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
css-javascript-toolbox / views / blocks / cjt-block / public / css / block.css

block.css in CSS & JavaScript Toolbox 6.0.15, at views/blocks/cjt-block/public/css/block.css

64 lines 4.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** reserve Objects Panel space */
2 .cjcodeblock {margin-right:317px;}
3 /* Pages Panel */
4 .cjpageblock {width: 315px; height: 100%; position: absolute; right: 3px;}
5 .pagelist {padding:10px; height: 251px; overflow:auto; background:#fff; border:1px solid #ccc;}
6 /* Wrap long text */
7 .pagelist a{color: black; text-decoration: none;}
8 .select-childs {position: relative; left: 2px; top: 2px; margin-left:-12px !important; margin-right: 1px !important; margin-top: 0px !important;}
9 .select-childs-checkbox-overlay {background-color: #bb5300; position: relative; width: 12px; height: 12px; opacity: 0.3; filter: alpha(opacity = 30); display: inline-block; top: 3px; z-index: 1; left: 3px;}
10 .select-childs-checkbox-overlay:hover {opacity: 0.5; filter: alpha(opacity = 50);}
11 .pagelist a:hover{color: #B06D38; font-weight: bold;}
12 .pagelist>li>span {width: 203px;overflow: hidden; display: inline-block; height: 21px; vertical-align: middle;}
13 .pagelist li { line-height:19px; word-wrap:break-word; margin:0; padding:0; }
14 .pagelist li .sub-list {font-weight: bold; font-size: 13px;text-decoration: underline;}
15 .pagelist li .list-error {font-size: 12px;text-align: center;margin-top: 41px;text-decoration: underline;}
16 .pagelist li .list-error .message{font-weight: bold;}
17 .pagelist ul { margin-left:15px; }
18
19 /**
20 * Advanced TAB Accordion menu.
21 */
22 .advanced-accordion {margin-top: 6px;}
23 .advanced-accordion textarea {
24 height: 211px;
25 width: 282px;
26 max-width: 282px;
27 margin-top: 4px;
28 overflow: auto;
29 white-space: nowrap;
30 text-decoration: underline;
31 }
32 .advanced-accordion a.acc-header {display: block;}
33 .advanced-accordion a.acc-header,
34 .advanced-accordion a.acc-header:hover,
35 .advanced-accordion a.acc-header:visited {
36 text-decoration: none;
37 font-family: Helvetica;
38 color: #AFAFAF;
39 font-weight: bold;
40 font-size: 16px;
41 padding: 7px 4px;
42 }
43 .advanced-accordion .ui-accordion-content {height: 218px;}
44 .advanced-accordion .ui-accordion-header-active {color: #a5581b !important;}
45 /*
46 * jQuery UI Tabs 1.8.16
47 *
48 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
49 * Dual licensed under the MIT or GPL Version 2 licenses.
50 * http://jquery.org/license
51 *
52 * http://docs.jquery.com/UI/Tabs#theming
53 */
54 .cjpageblock .ui-tabs { position: relative; zoom: 1; height: 100%; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
55 .cjpageblock .ui-tabs-active a, .cjpageblock ui-state-active a {color: #A5581B !important;}
56 .cjpageblock .ui-tabs .ui-tabs-nav { margin: 0;}
57 .cjpageblock .ui-tabs .ui-tabs-nav li { list-style: none; top: 1px; margin: 0 .2em 1px 0; padding: 0; white-space: nowrap; }
58 .cjpageblock .ui-tabs .ui-tabs-nav li a { background:#F1F1F1; color:#999999; border-color:#DFDFDF #DFDFDF #CCCCCC; height:18px;margin:5px 5px 0 0;float:right;cursor:pointer;border-width:1px;border-style:solid;-moz-border-radius:3px 3px 0 0;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-right-radius:3px;-khtml-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px; border-bottom: 0 !important; }
59 .cjpageblock .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1.6em; text-decoration: none; }
60 .cjpageblock .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
61 .cjpageblock .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; background:#E9E9E9; border-color:#CCCCCC #CCCCCC #E9E9E9; color:#333333; }
62 .cjpageblock .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
63 .cjpageblock .ui-tabs .ui-tabs-panel {height: 290px; display: block; padding: 0px 7px; background: #EFEFEF; border-color:#CCCCCC; border-style:solid;border-width:1px;border-collapse:separate;-moz-border-radius:3px 3px 0 0;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-right-radius:3px;-khtml-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px; clear:both }
64 .cjpageblock .ui-tabs .ui-tabs-hide { display: none !important; }