| 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: 4px; |
| 11 |
left: 35%; |
| 12 |
border: 2px solid #005EA5; |
| 13 |
padding: 6px 8px 0 8px; |
| 14 |
background-color: #f2f9ff; |
| 15 |
padding: 6px 8px 0 8px; |
| 16 |
} |
| 17 |
#cjt-banner-bar-center--img { |
| 18 |
position: absolute; |
| 19 |
top: 10px; |
| 20 |
left: 40%; |
| 21 |
padding: 6px 8px 0 8px; |
| 22 |
} |
| 23 |
#cjt-banner-bar-center p strong { |
| 24 |
color: #005EA5; |
| 25 |
} |
| 26 |
#cjt-banner-bar-center p { |
| 27 |
font-weight: 500; |
| 28 |
margin: 0 0 8px; |
| 29 |
line-height: 1.3; |
| 30 |
font-size: 12px; |
| 31 |
} |
| 32 |
span#support-us {position: absolute;top: 15px;left: 370px;font-size: 13px;color: #aaa;font-weight: bold;} |
| 33 |
|
| 34 |
#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;} |
| 35 |
|
| 36 |
.blocks-icon32 { background: transparent url('../images/CSS_JS_Toolbox_Icon.png') no-repeat; } |
| 37 |
#post-body{ display: none; min-width:700px; } |
| 38 |
/* Give extra space for the last Block Code-Auto-Completion dialog */ |
| 39 |
#wpbody-content {margin-bottom: 129px; overflow: visible !important;} |
| 40 |
.postbox {} |
| 41 |
#cjt-noblocks-intro{padding-left: 14px;} |
| 42 |
#cjtoolbox_form { clear:both; } |
| 43 |
#cjt-info { |
| 44 |
background-color: #EFE; |
| 45 |
font-family: sans-serif; |
| 46 |
font-size: 18px; |
| 47 |
text-align: center; |
| 48 |
line-height: 1.3; |
| 49 |
padding: 14px 0px; |
| 50 |
} |
| 51 |
|
| 52 |
/* Blocks loader */ |
| 53 |
#cjt-blocks-loader { width: 100%; text-align: center; vertical-align: middle; } |
| 54 |
#cjt-blocks-loader p.loading-text{ padding-left: 20px; font-weight: bold; font-size: 14px;} |
| 55 |
/* Footer Tips */ |
| 56 |
#cjtoolbox-tips { padding:20px; } |
| 57 |
#cjtoolbox-tips ul li { list-style-type:square; } |
| 58 |
/* Blocks Page toolbox */ |
| 59 |
.cjt-toolbox-blocks { |
| 60 |
height: 27px; |
| 61 |
margin-bottom: 20px; |
| 62 |
padding: 4px 4px 4px 0px !important; |
| 63 |
clear: both; |
| 64 |
visibility: hidden; |
| 65 |
border: solid #ccc; |
| 66 |
border-width: 1px; |
| 67 |
-moz-border-radius: 6px; |
| 68 |
-webkit-border-radius: 6px; |
| 69 |
border-radius: 6px; |
| 70 |
} |
| 71 |
.cjt-toolbox-blocks .cjt-tb-link.cjttbl-admin-tools {position: relative; top:1px} |
| 72 |
.cjt-toolbox-blocks .icons-group.left-bar { |
| 73 |
margin-left: 5px; |
| 74 |
} |
| 75 |
.cjt-toolbox-blocks .tools-menu { |
| 76 |
float:right; |
| 77 |
margin-right:26px; |
| 78 |
} |
| 79 |
.cjt-toolbox-blocks a.textButton { |
| 80 |
background-position: left top !important; |
| 81 |
text-decoration: none; |
| 82 |
padding-left: 23px; |
| 83 |
padding-top: 3px; |
| 84 |
margin-top: 2px; |
| 85 |
position: relative; |
| 86 |
} |
| 87 |
/* Links */ |
| 88 |
.cjt-toolbox-blocks a.cjttbl-admin-tools { background: url(../images/toolbox/admin-tools.png) no-repeat; } |
| 89 |
.cjt-toolbox-blocks a.cjttbl-templates-manager { background: url(../images/toolbox/templates-manager.png) no-repeat; } |
| 90 |
.cjt-toolbox-blocks a.cjttbl-global-settings { background: url(../images/toolbox/settings.png) no-repeat; } |
| 91 |
.cjt-toolbox-blocks a.cjttbl-save-changes { background: url(../images/toolbox/save-changes.png) no-repeat; } |
| 92 |
.cjt-toolbox-blocks a.cjttbl-save-changes.cjttbs-disabled {background: url(../images/toolbox/save-changes-inactive.png) no-repeat;} |
| 93 |
.cjt-toolbox-blocks a.cjttbl-add-block { background: url(../images/toolbox/add-new.png) no-repeat; } |
| 94 |
.cjt-toolbox-blocks a.cjttbl-cancel-restore { |
| 95 |
background: url(../images/toolbox/cancel-restore.png) no-repeat; |
| 96 |
padding-left: 29px !important; |
| 97 |
} |
| 98 |
.cjt-toolbox-blocks a.cjttbl-restore { |
| 99 |
background: url(../images/toolbox/restore.png) no-repeat; |
| 100 |
padding-left: 43px !important; |
| 101 |
} |
| 102 |
.cjt-toolbox-blocks a.cjttbl-restore.cjttbs-disabled { |
| 103 |
height: 11px !important; |
| 104 |
margin-left: 40px; |
| 105 |
top: 2px; |
| 106 |
} |
| 107 |
.cjt-toolbox-blocks a.cjttbl-manage-backups { background: url(../images/toolbox/backup.png) no-repeat; } |
| 108 |
|
| 109 |
|
| 110 |
.cjt-toolbox-blocks .cjt-promo-disabled a.cjttbl-state-tools { |
| 111 |
width: 28px !important; |
| 112 |
background: url(../images/toolbox/activate-all.png) no-repeat; |
| 113 |
left: -10px; |
| 114 |
position: relative; |
| 115 |
opacity: 0.5; |
| 116 |
filter: grayscale(1); |
| 117 |
cursor: help; |
| 118 |
} |
| 119 |
.cjt-toolbox-blocks .cjt-promo-disabled a.cjttbl-activate-all { background: url(../images/toolbox/activate-all.png) no-repeat; opacity: 0.5; filter: grayscale(1); cursor: help; } |
| 120 |
.cjt-toolbox-blocks .cjt-promo-disabled a.cjttbl-deactivate-all { background: url(../images/toolbox/deactivate-all.png) no-repeat; opacity: 0.5; filter: grayscale(1); cursor: help; } |
| 121 |
.cjt-toolbox-blocks .cjt-promo-disabled a.cjttbl-revert-state { background: url(../images/toolbox/revert-state.png) no-repeat; opacity: 0.5; filter: grayscale(1); cursor: help; } |
| 122 |
.cjt-toolbox-blocks a.cjttbl-close-all.cjt-promo-disabled-sp { background: url(../images/toolbox/close-all.png) no-repeat; opacity: 0.5; filter: grayscale(1); cursor: help; } |
| 123 |
.cjt-toolbox-blocks a.cjttbl-open-all.cjt-promo-disabled-sp { background: url(../images/toolbox/open-all.png) no-repeat; opacity: 0.5; filter: grayscale(1); cursor: help; } |
| 124 |
|
| 125 |
#templates-lookup-form {height: 330px;} |
| 126 |
|
| 127 |
.hide { display: none } |
| 128 |
.cjt-block-scripts ul{ list-style: none; margin: 0px; padding: 5px 5px 5px 5px; height: 450px; overflow: auto; } |
| 129 |
.cjt-block-scripts ul li{ display: inline-block; background: none; width: 200px; } |
| 130 |
.marked-text{ color: #bf6b19; } |
| 131 |
|
| 132 |
/* No Blocks Intro Help text */ |
| 133 |
cjt-noblocks-intro h2 {font-weight: bold; margin: 4px 0px;} |
| 134 |
cjt-noblocks-intro h4 {font-weight: bold; font-size: 15px;} |
| 135 |
|
| 136 |
.cjt-main-title.logo { |
| 137 |
position: relative; |
| 138 |
background: transparent url('../images/css-js-toolbox-logo.png') no-repeat; |
| 139 |
height: 75px; |
| 140 |
text-indent: -9999px; |
| 141 |
} |
| 142 |
|
| 143 |
.cjt-main-title.logo span.cjt-ver { |
| 144 |
text-indent: 1px; |
| 145 |
font-size: 14px; |
| 146 |
display: block; |
| 147 |
margin-top: 45px; |
| 148 |
} |
| 149 |
#cjtoolbox-blocks-page-form { |
| 150 |
margin-top: 20px; |
| 151 |
} |