PluginProbe
CSS & JavaScript Toolbox / 9.3
CSS & JavaScript Toolbox v9.3
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 / manager / public / css / blocks.css

blocks.css in CSS & JavaScript Toolbox 9.3, at views/blocks/manager/public/css/blocks.css

117 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** CSS & JavaScript Toolkit - blocks page CSS **/
2 /* Wordpress Page */
3 body{min-width: 700px;}
4 .wrap { position: relative; }
5 .cjt-banner-bar .cjt-banner-link a, .cjt-banner-bar a:hover, .cjt-banner-bar a:visited{color: #005da4;}
6 #cjt-banner-bar-right {right: 0; position: absolute;top: 2px;}
7 #cjt-banner-bar-right .cjt-banner-link {margin-bottom: 6px; font-size: 14px}
8 #cjt-banner-bar-center {
9 position: absolute;
10 top: 0px;
11 left: 40%;
12 }
13 span#support-us {position: absolute;top: 15px;left: 370px;font-size: 13px;color: #aaa;font-weight: bold;}
14
15 #get-packages-icon {display: inline-block; width: 13px; height: 15px; background-image: url('../images/get-packages.png'); margin-left: 3px;margin-bottom: -4px; margin-right: 5px;}
16
17 .blocks-icon32 { background: transparent url('../images/CSS_JS_Toolbox_Icon.png') no-repeat; }
18 #post-body{ display: none; min-width:700px; }
19 /* Give extra space for the last Block Code-Auto-Completion dialog */
20 #wpbody-content {margin-bottom: 129px; overflow: visible !important;}
21 .postbox {}
22 #cjt-noblocks-intro{padding-left: 14px;}
23 #cjtoolbox_form { clear:both; }
24 #cjt-info {
25 background-color: #EFE;
26 font-family: sans-serif;
27 font-size: 18px;
28 text-align: center;
29 line-height: 1.3;
30 padding: 14px 0px;
31 }
32
33 /* Blocks loader */
34 #cjt-blocks-loader { width: 100%; text-align: center; vertical-align: middle; }
35 #cjt-blocks-loader p.loading-text{ padding-left: 20px; font-weight: bold; font-size: 14px;}
36 /* Footer Tips */
37 #cjtoolbox-tips { padding:20px; }
38 #cjtoolbox-tips ul li { list-style-type:square; }
39 /* Blocks Page toolbox */
40 .cjt-toolbox-blocks {
41 height: 27px;
42 margin-bottom: 20px;
43 padding: 4px 4px 4px 0px !important;
44 clear: both;
45 visibility: hidden;
46 border: solid #ccc;
47 border-width: 1px;
48 -moz-border-radius: 6px;
49 -webkit-border-radius: 6px;
50 border-radius: 6px;
51 }
52 .cjt-toolbox-blocks .cjt-tb-link.cjttbl-admin-tools {position: relative; top:1px}
53 .cjt-toolbox-blocks .icons-group.left-bar {
54 margin-left: 5px;
55 }
56 .cjt-toolbox-blocks .tools-menu {
57 float:right;
58 margin-right:26px;
59 }
60 .cjt-toolbox-blocks a.textButton {
61 background-position: left top !important;
62 text-decoration: none;
63 padding-left: 23px;
64 padding-top: 3px;
65 margin-top: 2px;
66 position: relative;
67 }
68 /* Links */
69 .cjt-toolbox-blocks a.cjttbl-admin-tools { background: url(../images/toolbox/admin-tools.png) no-repeat; }
70 .cjt-toolbox-blocks a.cjttbl-templates-manager { background: url(../images/toolbox/templates-manager.png) no-repeat; }
71 .cjt-toolbox-blocks a.cjttbl-global-settings { background: url(../images/toolbox/settings.png) no-repeat; }
72 .cjt-toolbox-blocks a.cjttbl-save-changes { background: url(../images/toolbox/save-changes.png) no-repeat; }
73 .cjt-toolbox-blocks a.cjttbl-save-changes.cjttbs-disabled {background: url(../images/toolbox/save-changes-inactive.png) no-repeat;}
74 .cjt-toolbox-blocks a.cjttbl-add-block { background: url(../images/toolbox/add-new.png) no-repeat; }
75 .cjt-toolbox-blocks a.cjttbl-cancel-restore {
76 background: url(../images/toolbox/cancel-restore.png) no-repeat;
77 padding-left: 29px !important;
78 }
79 .cjt-toolbox-blocks a.cjttbl-restore {
80 background: url(../images/toolbox/restore.png) no-repeat;
81 padding-left: 43px !important;
82 }
83 .cjt-toolbox-blocks a.cjttbl-restore.cjttbs-disabled {
84 height: 11px !important;
85 margin-left: 40px;
86 top: 2px;
87 }
88 .cjt-toolbox-blocks a.cjttbl-manage-backups { background: url(../images/toolbox/backup.png) no-repeat; }
89
90
91
92 #templates-lookup-form {height: 330px;}
93
94 .hide { display: none }
95 .cjt-block-scripts ul{ list-style: none; margin: 0px; padding: 5px 5px 5px 5px; height: 450px; overflow: auto; }
96 .cjt-block-scripts ul li{ display: inline-block; background: none; width: 200px; }
97 .marked-text{ color: #bf6b19; }
98
99 /* No Blocks Intro Help text */
100 cjt-noblocks-intro h2 {font-weight: bold; margin: 4px 0px;}
101 cjt-noblocks-intro h4 {font-weight: bold; font-size: 15px;}
102
103 .cjt-main-title.logo {
104 position: relative;
105 background: transparent url('../images/css-js-toolbox-logo.png') no-repeat;
106 height: 75px;
107 text-indent: -9999px;
108 }
109
110 .cjt-main-title.logo span.cjt-ver {
111 text-indent: 1px;
112 font-size: 14px;
113 display: block;
114 left: 360px;
115 position: absolute;
116 bottom: 17px;
117 }