PluginProbe
CSS & JavaScript Toolbox / 7.1.2
CSS & JavaScript Toolbox v7.1.2
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 / block / public / css / block.css

block.css in CSS & JavaScript Toolbox 7.1.2, at views/blocks/block/public/css/block.css

298 lines 9.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 cjt-block is just a new added class so don't confuse about it
3 sometimes we need to use it instead of postbox class
4 like affecting only block box while running as Metabox inside edit post page!
5 */
6 .cjt-block {min-width: 1000px;}
7
8 .waitingToLoad{display: none !important;}
9
10 .postbox.cjt-block a,
11 .postbox.cjt-block a:hover,
12 .postbox.cjt-block a:visited {text-decoration: none;}
13
14 .postbox.cjt-block a,
15 .postbox.cjt-block a:visited {color: #a0a0a0 !important;}
16
17 .postbox.cjt-block a.active {color: #a5581b !important;}
18
19 .postbox.cjt-block a:hover {color: #c8671b !important;}
20
21 .inside {color: #7c7c7c;}
22
23 #cjtoolbox-admin {font-size: 12px !important;}
24 #cjtoolbox-admin div.postbox {
25 display:none;
26 -moz-border-radius: 6px;
27 -webkit-border-radius: 6px;
28 border-radius: 6px;
29 border-color: #cccccc;
30 }
31 /* Use 6px radius instead of 3px */
32 #cjtoolbox-admin .postbox .hndle {
33 -moz-border-top-left-radius: 6px;
34 -moz-border-top-right-radius: 6px;
35 -webkit-border-top-left-radius: 6px;
36 -webkit-border-top-right-radius: 6px;
37 border-top-left-radius: 6px;
38 border-top-right-radius: 6px;
39 border-bottom-color: #bbb;
40 font-size: 12px;
41 }
42 #cjtoolbox-admin #poststuff h3, .metabox-holder h3 {padding: 8px 10px;}
43 /* Editor langauges list */
44 .editor-langs {
45 position: absolute;
46 z-index: 2;
47 width: 200px;
48 overflow: hidden;
49 margin-top: -2px;
50 /* Border */
51 border-top-right-radius: 3px;
52 border-bottom-right-radius: 3px;
53 border-right-style: solid;
54 border-right-width: 1px;
55 border-color: inactiveborder;
56 margin-left: 33px;
57 }
58 .editor-langs select {
59 height: 70px;
60 width: 114px;
61 }
62 /** Toolbox **/
63 .block-toolbox {
64 height: 30px;
65 position: absolute;
66 right: 30px;
67 top: 0px;
68 }
69 .block-toolbox .icons-group {
70 display: inline-block;
71 }
72 /* Push all icons by 1 pixel down Put not the info icon */
73 .block-toolbox .icons-group.big-bar .cjt-tb-link{position: relative; top:1px}
74 .block-toolbox .icons-group.big-bar .cjttbl-info{position: static;}
75 .block-toolbox .icons-group a.cjt-tb-link {
76 width: 24px;
77 height: 24px;
78 display: inline-block;
79 margin-top: 3px;
80 cursor: pointer;
81 }
82 .block-toolbox .icons-group a.il-60x23 {
83 width: 60px;
84 height: 23px;
85 }
86 .cjt-toolbox .icons-group .popup-menu.templates-lookup { /* Override default for Templates Lookup*/
87 border: 1px solid #ccc;
88 width: 346px;
89 height: 357px;
90 left: 154px;
91 top: 31px;
92 margin-top: 2px;
93 margin-left: 1px;
94 }
95 /** Toolbox buttons **/
96
97 /* Editor languages classes */
98 .block-toolbox a.cjttbl-switch-editor-language{}
99 .block-toolbox a.cjttbl-editor-language-css { background: url(../images/toolbox/editor-languages/css.png); }
100 .block-toolbox a.cjttbl-editor-language-html { background: url(../images/toolbox/editor-languages/html.png); }
101 .block-toolbox a.cjttbl-editor-language-javascript { background: url(../images/toolbox/editor-languages/javascript.png); }
102 .block-toolbox a.cjttbl-editor-language-php { background: url(../images/toolbox/editor-languages/php.png); }
103 /* Other buttons */
104 .block-toolbox a.state-active { background: url(../images/toolbox/active.png); }
105 .block-toolbox a.state-inactive { background-image: url(../images/toolbox/inactive.png); }
106 .block-toolbox a.cjttbl-save {
107 background: url(../images/toolbox/save.gif);
108 background-position: left top !important;
109 text-decoration: none;
110 padding-left: 23px;
111 padding-top: 5px;
112 position: relative;
113 top: -7px;
114 width: 37px !important;
115 height: 18px !important;
116 }
117 /* Restore revision toolbox buttons. */
118 .block-toolbox a.cjttblSW-restore {
119 background: url(../images/toolbox/restore.png);
120 width: 50px !important;
121 }
122 .block-toolbox a.cjttbl-cancel-restore {
123 background: url(../images/toolbox/cancel-restore.png);
124 background-position: left top !important;
125 text-decoration: none;
126 padding-left: 23px;
127 padding-top: 5px;
128 position: relative;
129 top: -7px;
130 width: 45px !important;
131 height: 18px !important;
132 margin-right: 10px !important;
133 }
134
135 .block-toolbox a.cjttbl-save.cjttbs-loading {
136 top: -2px;
137 background-position: center center;
138 }
139 .popup-menu.editor-themes-list {
140 left: 10px !important;
141 background-color: transparent !important;
142 border: none !important;
143 display: block;
144 width: 196px;
145 height: 220px;
146 overflow: auto;
147 padding: 20px !important;
148 margin-left: -202px;
149 margin-top: -25px !important;
150 }
151 .popup-menu.editor-themes-list ul {margin: 0px; overflow: auto; height: 182px; border: 1px solid #bbb; padding: 13px;}
152 .popup-menu.editor-themes-list a {
153 padding-top: 0px !important;
154 margin: 0px !important;
155 }
156 .popup-menu.editor-themes-list a.selected {color: #0074a2 !important;}
157
158 .block-toolbox a.cjttbl-save.cjttbs-disabled {background: url(../images/toolbox/save-inactive.png); }
159 .block-toolbox a.cjttbl-revisions { background-image: url(../images/toolbox/revisions.png); }
160 .block-toolbox a.cjttbl-delete { background-image: url(../images/toolbox/delete.png); }
161 .block-toolbox a.location-header { background-image: url(../images/toolbox/header-hook.png); }
162 .block-toolbox a.location-footer { background-image: url(../images/toolbox/footer-hook.png); }
163 .block-toolbox a.cjttbl-get-shortcode { background-image: url(../images/toolbox/shortcode.png); }
164 .block-toolbox a.cjttbl-edit-name { background-image: url(../images/toolbox/edit-name.png); }
165 .block-toolbox a.cjttbl-info { background-image: url(../images/toolbox/info.png); }
166 .block-toolbox a.cjttbl-templates-lookup { background-image: url(../images/toolbox/templates-lookup.png); }
167 .block-toolbox a.cjttbl-link-external { background-image: url(../images/toolbox/link-external.png); }
168
169 /** Editor Toolbox */
170 .cjt-toolbox.editor-toolbox {
171 position: relative;
172 float: right;
173 width: 40px;
174 height: 350px;
175 top: 5px;
176 margin-left: 10px;
177 }
178 .cjt-toolbox.editor-toolbox .icons-group a.cjt-tb-link {margin: 6px 0 0 6px;}
179 .cjt-toolbox.editor-toolbox a.cjttbl-fullscreen {background-image: url(../images/editor-toolbox/maximise-editor.png);}
180 .cjt-toolbox.editor-toolbox a.cjttbl-fullscreen.maximized {background-image: url(../images/editor-toolbox/minimise-editor.png);}
181 .cjt-toolbox.editor-toolbox a.cjttbl-font-large {background-image: url(../images/editor-toolbox/font-large.png);}
182 .cjt-toolbox.editor-toolbox a.cjttbl-font-small {background-image: url(../images/editor-toolbox/font-small.png);}
183 .cjt-toolbox.editor-toolbox a.cjttbl-reset-font {background-image: url(../images/editor-toolbox/font-reset.png);}
184 .cjt-toolbox.editor-toolbox a.cjttbl-clear-block {background-image: url(../images/editor-toolbox/clear-block.png);}
185 .cjt-toolbox.editor-toolbox a.cjttbl-editor-theme {background-image: url(../images/editor-toolbox/theme.png);}
186
187 .loading-block{
188 font-weight: bold;
189 font-size: 13px;
190 color: brown;
191 }
192
193 /* Edit block name */
194 .edit-block-name {
195 position: absolute;
196 height: 30px;
197 top: 0px;
198 display: none;
199 font-size: 15px;
200 }
201 .hndle .file {
202 font-size: 15px;
203 position: absolute;
204 top: 8px;
205 margin-left: 18px;
206 cursor: pointer;
207 }
208 .hndle .name-file-separator {
209 font-size: 19px;
210 position: absolute;
211 top: 6px;
212 margin-left: 5px;
213 cursor: pointer;
214 }
215 .edit-block-name .icons-group {
216 display: inline-block;
217 margin-left: 0px;
218 position: relative;
219 top: 3px;
220 }
221 .edit-block-name input.block-name {
222 width: 200px;
223 margin-right: 10px;
224 height: 24px;
225 position: relative;
226 top: -3px;
227 margin-left: -4px;
228 }
229 span.block-name {cursor: pointer; font-size: 15px;font-weight: normal;}
230 .edit-block-name .cancel { background-image: url(../images/edit-block-name/cancel.png); }
231 .edit-block-name .save { background-image: url(../images/edit-block-name/save.png); }
232
233 .cjcodeblock { margin-right:30px; }
234 .cjcontainer {min-width:700px;}
235 .datablock {padding-top: 14px;}
236 .datablock .code-editor { position: relative; width:auto; height:352px; }
237 a.button-secondary { float:left; }
238 .linklist textarea { width:245px; font-size:11px; height:190px; }
239 .cjtitle { float:left; width:245px; }
240 .cssblock select { width:150px; }
241 .jsblock select { width:155px; }
242 .cjbutton { width:116px; height:24px; float:left; }
243 .cjbutton a { height:24px; width:24px; text-indent:-999em; display:block; float:left; }
244 .cjexample { clear:left; float:left; padding:5px 0 0; }
245
246 /** Editor Full Screen mode */
247 body.fullscreen {overflow: hidden;} /** No scroll-bars */
248 body.fullscreen #wpadminbar {display: none;} /** No admin menu */
249 .postbox.fullscreen {
250 position: fixed;
251 z-index: 10000;
252 top: 0px;
253 left: 0px;
254 width: 100%;
255 height: 100%;
256 }
257 .postbox.fullscreen .inside {padding: 0 !important;margin: 0 !important;}
258 .postbox.fullscreen .inside,
259 .postbox.fullscreen .cjcontainer,
260 .postbox.fullscreen .cjcontainer .cjcodeblock,
261 .postbox.fullscreen .cjcontainer .datablock,
262 .postbox.fullscreen .cjcontainer .code-editor {height: 100%;}
263 .postbox.fullscreen .cjcontainer .datablock {padding-top: 0;}
264 .postbox.fullscreen .cjcontainer .cjcodeblock {margin-right:328px;}
265 /* Lookup form */
266 .postbox.fullscreen .cjt-toolbox .icons-group .popup-menu.templates-lookup ,
267 .popup-menu {z-index: 32 !important;}
268
269 .ace_status-indicator {
270 position: relative;
271 left: 2px;
272 top: 5px;
273 /* z-index: 168; */
274 }
275
276 #cjt-inline-popup {display: none;}
277
278 #cjtoolbox > div.inside > div.cjcontainer > div > div.ace-statusbar {
279 float: right;
280 position: absolute;
281 top: -10px;
282 margin-left: 7px;
283 font-weight: bold;
284 font-size: 14px;
285 }
286
287 .ace_closeButton {
288 top: 35px;
289 left: 6px;
290 width: 62px;
291 height: 62px;
292 }
293
294 div[contains=setMode],
295 div[contains=setOptions],
296 div[contains=setMode],
297 div[contains=setTheme]
298 {display: none}