PluginProbe
Zone Manager (Zoninator) / 0.5
Zone Manager (Zoninator) v0.5
trunk 0.1 0.10.0 0.10.1 0.10.2 0.11.0 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9
zoninator / css / zoninator.css

zoninator.css in Zone Manager (Zoninator) 0.5, at css/zoninator.css

293 lines 6.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wrap.zoninator-page {
2 width: 95%;
3 }
4 #zoninator-wrap {
5 overflow: hidden;
6 clear: both;
7 position: relative;
8 margin-top: 15px;
9 }
10 #zoninator-wrap .delete {
11 color: #BC0B0B;
12 }
13 .zone-col {
14 float: left;
15 width: 48%;
16 }
17
18 /** Tabs **/
19 /** Blatantly stolen from nav-menu.dev.css **/
20 .zone-tabs-container {
21 }
22 .zone-tabs-nav-wrapper {
23 width: 92%;
24 position: relative;
25 float: left;
26 }
27 .zone-tab-new {
28 float: right;
29 margin-right: 1%;
30 margin-bottom: -1px;
31 }
32 .zone-tabs-container .nav-tabs-arrow {
33 -webkit-user-select: none;
34 -khtml-user-select: none;
35 -moz-user-select: none;
36 -o-user-select: none;
37 user-select: none;
38 }
39 .zone-tabs-container .nav-tabs-nav {
40 margin: 0 20px;
41 }
42 .zone-tabs-container .nav-tabs-arrow {
43 width: 10px;
44 padding: 0 5px 4px;
45 cursor: pointer;
46 position: absolute;
47 top: 0;
48 line-height: 22px;
49 font-size: 18px;
50 text-shadow: 0 1px 0 #fff;
51 }
52 .zone-tabs-container .nav-tabs-arrow a { color: #C1C1C1; }
53 .zone-tabs-container .nav-tabs-arrow a:hover { color: #D54E21; }
54 .zone-tabs-container .nav-tabs-arrow a:active { color: #464646; }
55 .zone-tabs-container .nav-tabs-arrow-left {
56 left: 0;
57 }
58 .zone-tabs-container .nav-tabs-arrow-right {
59 right: 0;
60 text-align: right;
61 }
62 .zone-tabs-container .nav-tabs-wrapper {
63 width: 100%;
64 height: 28px;
65 margin-bottom: -1px;
66 overflow: hidden;
67 }
68 .zone-tabs-container .nav-tabs {
69 padding-left: 20px;
70 padding-right: 10px;
71 }
72 .js .zone-tabs-container .nav-tabs {
73 float: left;
74 margin-left: 0px;
75 margin-right: -400px;
76 }
77 .zone-tabs-container .nav-tab {
78 margin-bottom: 0;
79 background: #f4f4f4;
80 font-weight: bold;
81 border-color: #dfdfdf;
82 }
83 .zone-tabs-container .nav-tab-active {
84 border-bottom: 1px solid #ececec;
85 background: #ececec;
86 }
87
88 /** Edit **/
89 #zone-edit-wrapper {
90 padding: 10px;
91 clear: both;
92 overflow: hidden;
93 border: 1px solid #ccc;
94 -moz-border-radius: 4px; -wekbit-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
95 background: url(images/gray-grad.png) repeat-x scroll left top #dfdfdf;
96 }
97 #zone-edit-wrapper .form-wrap {
98 margin: 0;
99 }
100 #zone-edit-wrapper .form-field {
101 padding: 0;
102 }
103 #zone-edit-wrapper .form-field.error {
104 padding: 0 10px 5px;
105 }
106 #zone-edit-wrapper .form-field input,
107 #zone-edit-wrapper .form-field textarea {
108 width: 98%;
109 }
110 #zone-edit-wrapper .submit-field {
111 width: 95%;
112 }
113 #zone-edit-wrapper .submit-field .submitdelete {
114 float: right;
115 }
116 #zone-info-readonly label {
117 font-weight: bold;
118 }
119 #zone-info-readonly span {
120 }
121
122 /** Zone Posts **/
123 .zone-posts-col {
124 background: #fff;
125 border: 1px solid #ccc;
126 -moz-border-radius: 4px; -wekbit-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
127
128 float: right;
129 padding: 10px;
130 }
131 .zone-posts-col h3 {
132 margin: 3px 0;
133 }
134 .zone-posts-wrapper.loading {
135 background-image: url(images/wpspin_light.gif);
136 background-position: right top;
137 background-repeat: no-repeat;
138 }
139 .zone-posts-wrapper.readonly {
140 }
141 .zone-posts-wrapper.readonly .zone-search-wrapper,
142 .zone-posts-wrapper.readonly .row-actions {
143 display: none !important;
144 }
145 .zone-posts-wrapper.readonly .zone-post {
146 cursor: default !important;
147 }
148 .zone-posts-wrapper.readonly .zone-post:hover .zone-post-position {
149 background: none;
150 text-indent: 0;
151 }
152
153 .zone-posts-list {
154 margin: 10px 0;
155 }
156 .zone-posts-list .ui-state-highlight {
157 margin-bottom: 5px;
158 -moz-border-radius: 4px; -wekbit-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
159 }
160 .zone-posts-list.ui-sortable .zone-post {
161 cursor: move;
162 }
163 .zone-post {
164 padding: 5px 0 5px 10px;
165 margin-bottom: 5px;
166 font-size: 12px;
167 line-height: 15px;
168 font-weight: bold;
169 color: #444;
170 overflow: hidden;
171
172 border: 1px dotted #eee;
173 -moz-border-radius: 4px; -wekbit-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
174
175 background: #f5f5f5;
176 }
177 .zone-post table {
178 width: 100%;
179 }
180 .zone-post-col {
181 }
182 .zone-post:hover .zone-post-position {
183 background: url(images/drag.png) no-repeat left center;
184 text-indent: -9999px;
185 }
186 .zone-post-position {
187 font-size: 24px;
188 line-height: 32px;
189 font-weight: normal;
190 text-align: center;
191 width: 32px;
192 }
193 /*
194 .zone-post-handle {
195 display: block;
196 background: url(images/drag.png) no-repeat center center;
197 width: 32px;
198 height: 32px;
199
200 float: right;
201 visibility: hidden;
202 }
203 */
204 .zone-post-status {
205 color: #999;
206 }
207 .zone-post .row-actions {
208 font-size: 11px;
209 font-weight: normal;
210 }
211 .zone-post:hover .row-actions,
212 .zone-post.loading .row-actions,
213 .zone-post:hover .zone-post-handle,
214 .zone-post.loading .zone-post-handle {
215 visibility: visible;
216 }
217 .zone-post.loading .zone-post-position {
218 background-image: url(images/wpspin_light.gif);
219 background-repeat: no-repeat;
220 background-position: center center;
221 text-indent: -9999px;
222 }
223 .zone-search-wrapper {
224 padding: 7px 0;
225 border-bottom: 1px dotted #999;
226 }
227 #zone-post-search {
228 width: 99%;
229 }
230 #zone-post-latest {
231 width: 98%;
232 }
233
234 /** Autocomplete **/
235 .ui-autocomplete-input.loading {
236 background-image: url(images/wpspin_light.gif);
237 background-repeat: no-repeat;
238 background-position: right center;
239 }
240 .ui-autocomplete {
241 min-width: 330px;
242 max-width: 600px;
243 font-size: 13px;
244 line-height: 17px;
245 }
246 .ui-autocomplete .ui-corner-all {
247 padding-top: 5px;
248 padding-bottom: 5px;
249 border-bottom: 1px dotted #eee;
250 cursor: pointer;
251 overflow: hidden;
252 }
253 .ui-autocomplete .title {
254 display: block;
255 width: 80%;
256 float: left;
257 }
258 .ui-autocomplete .date {
259 text-transform: uppercase;
260 color: #666;
261 font-size: 11px;
262 clear: both;
263 float: left;
264 }
265 .ui-autocomplete .type {
266 text-transform: uppercase;
267 color: #666;
268 font-size: 11px;
269 width: 19%;
270 margin-left: 1%;
271 float: right;
272 text-align: right;
273 }
274 .ui-autocomplete .status {
275 font-size: 10px;
276 width: 19%;
277 margin-left: 1%;
278 float: right;
279 text-align: right;
280 }
281
282 .zone-advanced-search-filters-wrapper {
283 display: none;
284 }
285
286 .zone-advanced-search-filters-heading {
287 float: right;
288 font-weight: bold;
289 }
290 .zone-toggle-advanced-search {
291 cursor: pointer;
292 }
293