PluginProbe
CSS & JavaScript Toolbox / 8.3.1
CSS & JavaScript Toolbox v8.3.1
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 / framework / css / toolbox.css

toolbox.css in CSS & JavaScript Toolbox 8.3.1, at framework/css/toolbox.css

80 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Toolboxes */
2 .cjt-toolbox .divider,
3 .cjt-toolbox .empty-divider {
4 margin: 0 20px;
5 width: 2px;
6 display: inline-block;
7 height: 25px;
8 }
9
10 .cjt-toolbox .divider {
11 background-image: url('images/divider.png');
12 background-repeat: no-repeat;
13 background-position: center;
14 }
15 .cjt-toolbox .icons-group {
16 display: inline-block;
17 }
18 .cjt-toolbox .icons-group .popup-menu {
19 position: absolute;
20 }
21 .cjt-toolbox .icons-group a.cjt-tb-link {
22 width: 27px;
23 height: 27px;
24 display: inline-block;
25 cursor: pointer;
26 margin-left: 3px;
27 background-repeat: no-repeat;
28 background-position: left 85%;
29 }
30 .cjt-toolbox .icons-group a.cjt-tb-text-link {
31 padding-left: 30px;
32 width: 100%;
33 }
34 .cjt-toolbox .icons-group .popup-menu {
35 margin-top: -4px;
36 z-index: 2;
37 background-color: white;
38 padding: 10px 10px;
39 border: 1px solid #bbb;
40 border-top-right-radius: 3px;
41 border-top-left-radius: 3px;
42 border-bottom-right-radius: 3px;
43 border-bottom-left-radius: 3px;
44 }
45 .cjt-toolbox .icons-group .popup-menu a.cjt-tb-text-link {
46 width: auto;
47 background-position-x: left;
48 padding-left: 35px;
49 padding-top: 6px;
50 }
51 .cjt-toolbox .icons-group a.l-127x23 {
52 width: 105px;
53 height: 23px;
54 }
55 .cjt-toolbox .icons-group a.l-45x27 {
56 width: 45px;
57 height: 27px;
58 }
59 .cjt-toolbox a.cjt-tb-link,
60 .cjt-toolbox a.cjt-tb-link:hover,
61 .cjt-toolbox a.cjt-tb-link:visited {
62 color: #6C6B6B;
63 }
64 .cjt-toolbox a.cjt-tb-link:hover {
65 opacity : 0.7;
66 filter:alpha(opacity = 70%);
67 }
68 .cjt-toolbox a.cjttbs-disabled,
69 .cjt-toolbox a.cjttbs-disabled:hover {
70 opacity : 0.4;
71 filter:alpha(opacity = 4%);
72 }
73
74 .cjt-toolbox a.cjttbs-loading,
75 .cjt-toolbox a.cjttbs-loading:hover {
76 opacity : 1;
77 filter:alpha(opacity = 100%);
78 }
79 .cjt-toolbox a.cjttbs-loading{background: url(images/loading.gif) center no-repeat !important;}
80