| 1 |
/** CSS & Javascript Toolkit - blocks page CSS **/ |
| 2 |
/* Wordpress Page */ |
| 3 |
.wrap { position: relative; } |
| 4 |
#cjt-banner-bar {right: 0px;position: absolute;top: 2px;} |
| 5 |
#cjt-banner-bar .cjt-banner-link {float: right; margin-bottom: 6px;} |
| 6 |
#cjt-banner-bar .cjt-banner-link a, .cjt-banner-bar a:hover, .cjt-banner-bar a:visited{color: #A5581B;} |
| 7 |
.blocks-icon32 { background: transparent url('../images/CSS_JS_Toolbox_Icon.png') no-repeat; } |
| 8 |
#post-body{ display: none; min-width:700px; } |
| 9 |
/* Give extra space for the last Block Code-Auto-Completion dialog */ |
| 10 |
#wpbody-content {margin-bottom: 129px; overflow: visible !important;} |
| 11 |
.postbox {} |
| 12 |
#cjt-noblocks-intro{padding-left: 14px;} |
| 13 |
#cjtoolbox_form { clear:both; } |
| 14 |
#cjt-info { |
| 15 |
background-color: #EFE; |
| 16 |
font-family: sans-serif; |
| 17 |
font-size: 18px; |
| 18 |
text-align: center; |
| 19 |
line-height: 1.3; |
| 20 |
padding: 14px 0px; |
| 21 |
} |
| 22 |
/* Blocks loader */ |
| 23 |
#cjt-blocks-loader { width: 100%; text-align: center; vertical-align: middle; } |
| 24 |
#cjt-blocks-loader p.loading-text{ padding-left: 20px; font-weight: bold; font-size: 14px;} |
| 25 |
/* Footer Tips */ |
| 26 |
#cjtoolbox-tips { padding:20px; } |
| 27 |
#cjtoolbox-tips ul li { list-style-type:square; } |
| 28 |
/* Blocks Page toolbox */ |
| 29 |
.cjt-toolbox-blocks { |
| 30 |
height: 27px; |
| 31 |
margin-bottom: 20px; |
| 32 |
background: #f3f3f3; |
| 33 |
border: solid #ccc; |
| 34 |
border-width: 1px; |
| 35 |
padding: 4px 4px 4px 0px; |
| 36 |
-moz-border-radius: 6px; |
| 37 |
-webkit-border-radius: 6px; |
| 38 |
border-radius: 6px; |
| 39 |
clear: both; |
| 40 |
visibility: hidden; |
| 41 |
} |
| 42 |
.cjt-toolbox-blocks .cjt-tb-link.cjttbl-admin-tools {position: relative; top:1px} |
| 43 |
.cjt-toolbox-blocks .icons-group.left-bar { |
| 44 |
margin-left: 5px; |
| 45 |
} |
| 46 |
.cjt-toolbox-blocks .tools-menu { |
| 47 |
float:right; |
| 48 |
margin-right:26px; |
| 49 |
} |
| 50 |
.cjt-toolbox-blocks a.textButton { |
| 51 |
background-position: left top !important; |
| 52 |
text-decoration: none; |
| 53 |
padding-left: 23px; |
| 54 |
padding-top: 3px; |
| 55 |
margin-top: 2px; |
| 56 |
position: relative; |
| 57 |
} |
| 58 |
/* Links */ |
| 59 |
.cjt-toolbox-blocks a.cjttbl-state-tools {width: 28px !important; background: url(../images/toolbox/activate-all.png) no-repeat;} |
| 60 |
.cjt-toolbox-blocks a.cjttbl-location-tools { background: url(../images/toolbox/header-all.png) no-repeat; } |
| 61 |
.cjt-toolbox-blocks a.cjttbl-admin-tools { background: url(../images/toolbox/admin-tools.png) no-repeat; } |
| 62 |
.cjt-toolbox-blocks a.cjttbl-save-changes { background: url(../images/toolbox/save-changes.png) no-repeat; } |
| 63 |
.cjt-toolbox-blocks a.cjttbl-save-changes.cjttbs-disabled {background: url(../images/toolbox/save-changes-inactive.png) no-repeat;} |
| 64 |
.cjt-toolbox-blocks a.cjttbl-add-block { background: url(../images/toolbox/add-new.png) no-repeat; } |
| 65 |
.cjt-toolbox-blocks a.cjttbl-cancel-restore { |
| 66 |
background: url(../images/toolbox/cancel-restore.png) no-repeat; |
| 67 |
padding-left: 29px !important; |
| 68 |
} |
| 69 |
.cjt-toolbox-blocks a.cjttbl-restore { |
| 70 |
background: url(../images/toolbox/restore.png) no-repeat; |
| 71 |
padding-left: 43px !important; |
| 72 |
} |
| 73 |
.cjt-toolbox-blocks a.cjttbl-restore.cjttbs-disabled { |
| 74 |
height: 10px !important; |
| 75 |
margin-left: 40px; |
| 76 |
} |
| 77 |
.cjt-toolbox-blocks a.cjttbl-delete-all { background: url(../images/toolbox/delete-all.png) no-repeat; } |
| 78 |
.cjt-toolbox-blocks a.cjttbl-delete-empty { background: url(../images/toolbox/delete-empty.png) no-repeat; } |
| 79 |
.cjt-toolbox-blocks a.cjttbl-manage-backups { background: url(../images/toolbox/backup.png) no-repeat; } |
| 80 |
.cjt-toolbox-blocks a.cjttbl-footer-all { background: url(../images/toolbox/footer-all.png) no-repeat; } |
| 81 |
.cjt-toolbox-blocks a.cjttbl-header-all { background: url(../images/toolbox/header-all.png) no-repeat; } |
| 82 |
.cjt-toolbox-blocks a.cjttbl-activate-all { background: url(../images/toolbox/activate-all.png) no-repeat; } |
| 83 |
.cjt-toolbox-blocks a.cjttbl-deactivate-all { background: url(../images/toolbox/deactivate-all.png) no-repeat; } |
| 84 |
.cjt-toolbox-blocks a.cjttbl-revert-state { background: url(../images/toolbox/revert-state.png) no-repeat; } |
| 85 |
.cjt-toolbox-blocks a.cjttbl-close-all { background: url(../images/toolbox/close-all.png) no-repeat; } |
| 86 |
.cjt-toolbox-blocks a.cjttbl-open-all { background: url(../images/toolbox/open-all.png) no-repeat; } |
| 87 |
|
| 88 |
#templates-lookup-form {height: 330px;} |
| 89 |
|
| 90 |
.hide { display: none } |
| 91 |
.cjt-block-scripts ul{ list-style: none; margin: 0px; padding: 5px 5px 5px 5px; height: 450px; overflow: auto; } |
| 92 |
.cjt-block-scripts ul li{ display: inline-block; background: none; width: 200px; } |
| 93 |
.marked-text{ color: #bf6b19; } |
| 94 |
|
| 95 |
/* No Blocks Intro Help text */ |
| 96 |
cjt-noblocks-intro h2 {font-weight: bold; margin: 4px 0px;} |
| 97 |
cjt-noblocks-intro h4 {font-weight: bold; font-size: 15px;} |