PluginProbe
CSS & JavaScript Toolbox / 0.8
CSS & JavaScript Toolbox v0.8
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 / public / css / admin.css

admin.css in CSS & JavaScript Toolbox 0.8, at public/css/admin.css

83 lines 5.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** CSS & Javascript Toolkit - Admin CSS **/
2 .wrap { position:relative; }
3 .wrap h2 { float:left; }
4 #wpcontent { min-width:1040px; }
5 #post-body { min-width:1020px; }
6 #cjtoolbox_donate { float:right; position:relative; right:20px; line-height:40px; width:380px; }
7 #cjtoolbox_donate input { position:absolute; right:0; top:0; }
8
9 #cjtoolbox_form { clear:both; }
10 .cjcodeblock { margin-right:350px; min-width:780px; }
11 .cjpageblock { width:272px; height: 298px; position:absolute; right:12px; }
12 .pagelist { padding:10px; height:172px; overflow:auto; background:#fff; border:1px solid #ccc; }
13 .pagelist li { line-height:19px; word-wrap:break-word; margin:0; padding:0; }
14 .pagelist ul { margin-left:18px; }
15 .cssblock, .jsblock { width:50%; }
16 .cssblock { float:left; }
17 .jsblock { float:right; }
18 .datablock {clear:both;} /* IE8 */
19 .datablock textarea { width:99%; height:242px; }
20 .deleteblock a.button-secondary { padding:5px 10px; margin:10px 5px 5px; float:right; }
21 .linklist textarea { width:245px; font-size:11px; height:190px; }
22
23 .cjtitle { float:left; width:245px; }
24 .cssblock select { width:150px; }
25 .jsblock select { width:155px; }
26 .cjbutton { width:116px; height:24px; float:left; }
27 .cjbutton a { height:24px; width:24px; text-indent:-999em; display:block; float:left; }
28 .cjexample { clear:left; float:left; padding:5px 0 0; }
29 .upgradeLink { margin-top: -8px; float:left; margin-left: 60px; padding:5px 0 0;}
30 .upgradeLink img{ position: relative; top: 8px; }
31 .embedded-scripts-link{ margin-top: 16px; }
32
33 a.add_code { background:url(../media/icons/add_code.png) no-repeat; }
34 a.edit_code { background:url(../media/icons/edit_code.png) no-repeat; }
35 a.delete_code { background:url(../media/icons/delete_code.png) no-repeat; }
36 a.insert_code { background:url(../media/icons/insert_code.png) no-repeat; }
37 a.l_ext { position: relative; top: 3px; background:url(../media/icons/external_link.png) no-repeat; width:18px; height:13px; display:inline-block; }
38 a.save_changes_button, a:hover.save_changes_button, a:visited.save_changes_button{color: #21759B;}
39
40 #cjtoolbox-addblock { float:left; padding:5px 10px; }
41
42 #cjtoolbox-tips { padding:20px; }
43 #cjtoolbox-tips ul li { list-style-type:square; }
44
45 .field-title{ width: 100px; display: inline-block; }
46 #new_code {width: 324px; height: 248px; }
47 .popup-note{ text-align:justify;background-color:snow;padding: 3px 3px 3px 3px; }
48
49 .cj-save-popup { position:absolute; -moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; background:rgba(0, 0, 0, 0.4); color:#fff; font-size:24px; text-align:center; display:none; z-index:99; }
50 #cj-save-save { background:url(../media/accept.png) 20px 50% no-repeat; padding:30px 30px 30px 70px; }
51 #cj-save-reset { background:url(../media/warning.png) 20px 50% no-repeat; padding:30px 30px 30px 70px; }
52
53 #cj-ajax-load { position:absolute; background:rgba(255, 255, 255, 0.8); text-align:center; display:none; padding:50px; z-index:999; width:100%; height:100%; }
54 #cj-ajax-load img { position:absolute; }
55
56 #save_bar { background: #f3f3f3; border:solid #ccc; border-width:1px; padding: 10px 20px; text-align: right; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
57 .hide { display:none }
58 .ajax-loading-img-top { margin: 8px 4px 0; float:left }
59
60 .cjt-block-scripts ul{ list-style: none; margin: 0px; padding: 5px 5px 5px 5px; height: 450px; overflow: auto; }
61 .cjt-block-scripts ul li{ display: inline-block; background: none; width: 200px; }
62 .marked-text{ color: #bf6b19; }
63
64 /*
65 * jQuery UI Tabs 1.8.16
66 *
67 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
68 * Dual licensed under the MIT or GPL Version 2 licenses.
69 * http://jquery.org/license
70 *
71 * http://docs.jquery.com/UI/Tabs#theming
72 */
73 .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
74 .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
75 .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; padding: 0; white-space: nowrap; }
76 .ui-tabs .ui-tabs-nav li a { background:#F1F1F1; color:#999999; border-color:#DFDFDF #DFDFDF #CCCCCC; height:18px;margin:5px 5px 0 0;padding:4px 5px 2px;float:right;cursor:pointer;border-width:1px;border-style:solid;-moz-border-radius:3px 3px 0 0;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-right-radius:3px;-khtml-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px; border-bottom: 0 !important; }
77 .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
78 .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
79 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; background:#E9E9E9; border-color:#CCCCCC #CCCCCC #E9E9E9; color:#333333; }
80 .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
81 .ui-tabs .ui-tabs-panel { display: block; padding: 5px 10px; background: #EFEFEF; border-color:#CCCCCC; border-style:solid;border-width:1px;border-collapse:separate;-moz-border-radius:3px 3px 0 0;-webkit-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-right-radius:3px;-khtml-border-top-left-radius:3px;border-top-right-radius:3px;border-top-left-radius:3px; clear:both }
82 .ui-tabs .ui-tabs-hide { display: none !important; }
83