root/afridex/plugins/Flutter/stylesheet.css @ 22

Revision 21, 12.0 kB (checked in by admin, 18 years ago)
Line 
1/* WP Mods */
2
3body {
4        padding-bottom: 100px;
5        background-color: #fff;
6        }
7
8a, a:hover, a:visited {
9        text-decoration: none;
10        border: 0px;
11        }
12
13#user_info {
14        opacity: .2;
15        filter: alpha(opacity=20);
16        }
17
18#user_info:hover {
19        opacity: 1.0;
20        filter: alpha(opacity=100);
21        }
22
23#wordpress-logo {
24        display: none;
25        }
26
27#footer {
28        visibility: hidden;
29        }
30
31#toggle-header {
32        height: 5px;
33        padding: 0;
34        padding-top: 1px;
35        }
36
37#toggle-header h2{
38        margin-left:15px;
39        }
40
41span#show_content, span#hide_content {
42        display: block;
43        width: 100%;
44        }
45
46#toggle-header a {
47        border: 0;
48        padding: 5px;
49        color: #a4a4a4;
50        font-size: 9px;
51        }
52
53
54/* Canvas CSS */
55
56#header-top {
57        width: 100%;
58        background: #fff url('images/canvas_logo-white.gif') center top no-repeat;
59        text-align: center;
60        height: 45px;
61        }
62
63#header-bottom {
64        width: 100%;
65        background: #fff url('images/white_gradient.gif') top left repeat-x;
66        text-align: center;
67        height: 8px;
68        border-bottom: 1px solid #a4a4a4;
69        }
70
71#canvas {
72        font-size: 11px;
73        font-family: 'Arial';
74        clear: left;
75        }
76
77.content_wrap {
78        border: none;
79        width: 96%;
80        margin: 0 auto;
81        overflow: visible;
82        vertical-align: top;
83        float:left;
84        margin-left:15px;
85        }
86
87.content_wrap small {
88        font-size: 9px;
89        }
90
91#instructions {
92        padding: 10px;
93        background-color: #DFE6FF;
94        border: 1px solid #ABB7DF;
95        width: 99%;
96        }
97
98#instructions small {
99        padding-left: 10px;
100        }
101
102#publish_image, #export_image, #import_image, #restore_image {
103        border: 1px solid #FFF;
104        }
105
106#export_image, #import_image, #restore_image {
107        padding-left: 3px;
108        }
109
110#publish_image:hover, #export_image:hover, #import_image:hover, #restore_image:hover {
111        border: 1px solid #BBB;
112        }
113
114.shelf_column {
115
116border:1px solid #CCCCCC;
117background-color: #EFEFEF;
118float:left;
119
120margin-bottom:9px;
121margin-left:15px;
122margin-right:-2px;
123min-height:100px;
124height:auto !important;
125height:150px;
126overflow:visible;
127padding:0pt 5px 0pt 0pt;
128position:relative;
129top:0px;
130vertical-align:top;
131width:96%;
132z-index:10;
133    /*position: fixed;*/
134
135        }
136
137#inkadmin .shelf_column {
138        height: 200px;
139
140        }
141
142.spaceholder {
143        width: 10px;
144        height: 3px;
145        display: block;
146        }
147
148#shelf {
149    height: 90%;
150        clear: both;
151        margin: 0 5px;
152        overflow-y: auto;
153  }
154
155#shelf .container, #shelf .container-plugin {
156    width: 80px;
157    height: 42px;
158    overflow: hidden;
159    float: left;
160    margin-top: 3px;
161    padding-left: 4px;
162    padding-right: 4px;
163        background-color: white;
164        border-color: #CCCCCC;
165    }
166
167
168#shelf .container:hover, #shelf .container-plugin:hover {
169        background-color: #DFE6FF;
170        }
171
172#shelf .container-plugin img, #shelf .container-plugin a {
173        display: none;
174        }
175   
176#shelf div.content {
177    display: none;
178    }
179
180#shelf h6.handle {
181        margin-bottom: 0px;
182        background-color: transparent;
183        font-weight: normal;
184        padding: 2px 0;
185        color: #777;
186        font-size: 13px;
187        /*height: 100%;*/       
188}
189
190#shelf h6.handle:hover {
191        color: #A4A4A4;
192        background-color: transparent;
193        }
194
195.shelf_column h5.title {
196        color: #333333;
197        background: none;
198        float: left;
199        height: 15px;
200        padding-top: 5px;
201        padding-right: 10px;
202        border: 0;
203        }
204
205.shelf_column h5.title span {
206        visibility: hidden;
207        }
208
209.shelf_column .titlebar img div{
210        float: right;
211        display: inline;
212        position: relative;
213        margin: 3px 5px 0 0;
214        }
215
216.shelf_column h5.title:hover span {
217        visibility: visible;
218        color: #777;
219        padding-left: 5px;
220        }
221
222.spaceholder {
223        width: 10px;
224        height: 3px;
225        display: block;
226        }
227
228.canvas_droppable_zone {
229        border: 1px solid #cfcfcf;
230        font-family: arial;
231        margin: 2px;
232        height: auto;
233        min-height: 50px;
234        height:auto !important;
235        height:50px     
236        }
237
238.canvas_droppable_zone:first-child div {
239        }
240
241.shelf_column .canvas_droppable_zone:first-child div {
242        }
243
244.shelf_column .canvas_droppable_zone {
245        border: 0;
246        }
247
248div.blockline {
249        display: block;
250        border-top: 2px solid #545454;
251        clear: both;
252        margin: 2px;
253        }
254
255ul {
256        list-style-type: none;
257        margin: 0px;
258        padding: 0px;
259        }
260
261.container, .container-plugin {
262        border: 1px solid #999999;
263        background-color: #DFE6FF;
264        padding: 0px;
265        margin: 2px;
266        position: relative;
267        font-size: 10px;
268        }
269
270.container-plugin {
271
272        }
273
274div.container-plugin div.content {
275        padding-right: 15px;
276        font-size: 12px;
277        }
278
279.lbLink {
280        right: 18px;
281    position: absolute;
282    display: inline;
283    margin-top: 3px;
284    padding: 5px;
285    }
286
287.lbLinkInfo {
288        right: 0px;
289    position: absolute;
290    display: inline;
291    margin-top: 0px;
292    padding: 5px;
293    }
294
295
296h5.title {
297        font-size: 11px;
298        padding: 3px;
299        padding-bottom: 1px;
300        margin: 0px;
301        }
302
303div.column1 div.full {
304        border: 0px;
305        }
306
307h6 {
308        font-size: 12px;
309        font-weight: bold;
310        padding: 0px;
311        margin: 0px;
312        overflow: auto;
313        }
314
315h6.handle {
316        cursor: move;
317        color: #FFFFFF;
318        background: #333333;
319        padding: 2px 2px 3px 3px;
320        margin-bottom: 5px;
321        overflow: hidden;
322        }
323
324div.container-plugin h6.handle {
325        border-bottom: 1px solid #607695;
326        }
327
328div.container h6.handle {
329        border-bottom: 1px solid #7891B3;
330        }
331
332h6 span {
333        display: inline;
334        overflow: hidden;
335        /*float: left;*/
336        margin-left: 4px;
337        height: 17px;
338        width: 100px;
339        }
340
341h6 a {
342        border: 0;
343        }
344
345p {
346        padding: 2px 5px;
347        }
348
349#publish {
350        float: right;
351        margin-top: 10px;
352        padding-left: 20px;
353        background: #FFF url('') center left no-repeat;
354        background-repeat: no-repeat;
355        }
356
357#save_button {
358        float: left;
359        clear: left;
360        margin-top: 30px;
361        padding-right: 20px;
362        background: #FFF url('') center right no-repeat;
363        background-repeat: no-repeat;
364        }
365
366.publish_nobutton {
367        width: 16px;
368        height: 20px;
369        padding: 0;
370        }
371
372#export_message {
373        height: 40px;
374        padding: 25px 0 0 30px;
375        }
376
377.exporting, .importing {
378        background: #FFF url('images/spinner.gif') center left no-repeat;
379        background-repeat: no-repeat;
380        }
381
382.exporting:after {
383        content: "Exporting your layout...";
384        }
385
386.importing:after {
387        content: "Importing the layout...";
388        }
389
390.canvas_zone_options {
391        padding: 1px;
392        padding-top: 0;
393        margin-top: 0;
394        margin-bottom: 2px;
395        height: 20px;
396        display: block;
397        }
398
399.canvas_zone_options strong {
400        float: right;
401        padding: 0;
402        margin: 0;
403        opacity: 0.5;
404        filter: alpha(opacity=50);
405        }
406
407.canvas_zone_options select {
408        display: none;
409        }
410
411.canvas_zone_options img {
412        float: right;
413        cursor: pointer;
414        }
415
416.canvas_droppable_zone > h8 {
417        display: block;
418        width: 100%;
419        height: 3px;
420        cursor: pointer;
421        }
422
423.canvas_droppable_zone > h8:hover {
424        background-color: #cfcfcf;
425        }
426
427/* Menu */
428
429#canvas_dropdown {
430color:black;
431float:left;
432font-family:'Arial';
433font-size:9px;
434margin:10px auto 15px 15px;
435        }
436       
437#canvas_dropdown a {
438color:black;
439font-size: 11px;}
440
441ul.page_dropdown {
442        width: 150px;
443        background: #FFF url('images/page_dropdown.gif') top left no-repeat;
444        margin-top: 1px;
445        margin-right: 25px;
446        color: #5B5E62;
447        float: left;
448        }
449
450ul.page_dropdown:hover div.dropdown_menu {
451        display: block;
452        }
453
454ul.page_dropdown a, .canvas_menu_item:link, .canvas_menu_item:visited {
455        display: block;
456        color: #5B5E62;
457        width: 140px;
458        padding: 4px 0 3px 10px;
459        }
460
461.canvas_menu_item:link, .canvas_menu_item:visited {
462        background: #FFF url('images/menu_item.gif') top left no-repeat;
463        float: left;
464        margin-top: 1px;
465        margin-right: 25px;
466        padding: 5px 0 4px 10px;
467        }
468
469ul.page_dropdown a:hover, .canvas_menu_item:hover {
470        color: #2F3236;
471        }
472
473div.dropdown_menu {
474        display: none;
475        position: absolute;
476        z-index: 9999;
477        background: url('images/menu_trans.png') top left;
478        border: 1px solid #999;
479        border-top: 0;
480        border-bottom-color: #838282;
481        width: 140px;
482        margin-left: 4px;
483        }
484
485div.dropdown_menu ul li {
486        margin: 0;
487        }
488
489div.dropdown_menu ul li.selected {
490        background-color: #C2C8CF;
491        }
492
493div.dropdown_menu a {
494        padding-top: 2px;
495        padding-bottom: 3px;
496        width: 130px;
497        }
498
499div.dropdown_menu a:hover {
500        color: #000;
501        background-color: #B8BCC2;
502        }
503
504/* Plugin Management */
505
506#canvas ul.manage {
507        float: left;
508        margin-right: 20px;
509        }
510
511#canvas ul.manage li {
512        font-size: 10px;
513        width: 500px;
514        padding: 10px 20px;
515        background: #C9D6ED;
516        border: 1px solid #999;
517        border-bottom: 1px solid #777;
518        border-top: 1px solid #777;
519        }
520
521#canvas ul.manage li.plugin {
522        background-color: #7996BF;
523        border: 1px solid #777;
524        border-bottom: 1px solid #444;
525        border-top: 1px solid #444;
526        }
527
528#canvas ul.manage span {
529        display: block;
530        }
531
532#canvas ul.manage h3 {
533        font-size: 10px;
534        margin: 2px 0;
535        font-weight: normal;
536        }
537
538#canvas ul.manage h3 span {
539        display: inline;
540        font-size: 11px;
541        font-weight: bold;
542        }
543
544#canvas ul.manage h3 span.manageSaving {
545        color: #2C3B1B;
546        }
547
548#canvas ul.manage h3 span:hover {
549        background-image: url('images/edit.png');
550        background-position: center left;
551        background-repeat: no-repeat;
552        padding-left: 12px;
553        margin-left: -12px;
554        }
555
556#canvas .info {
557        background-color: #FFF;
558        border: 1px solid #999;
559        }
560
561#canvas .plugin .info {
562        border: 1px solid #777;
563        }
564
565#canvas .info div {
566        font-size: 9px;
567        padding: 5px;
568        }
569
570.duplicate_block, .delete_block, .block_info {
571        float: right;
572        display: inline;
573        margin-left: 10px;
574        }
575
576#help {
577        display: inline;
578        width: 280px;
579        float: right;
580        }
581
582#help p {
583        color: #101010;
584        }
585
586#help h3, form.options h4 {
587        border-bottom: 1px solid #CCC;
588        padding-bottom: 5px;
589        margin-top: 0;
590        }
591
592#help #message p {
593        background-color: #FFD0DC;
594        border: 1px solid #BE6269;
595        font-weight: bold;
596        font-size: 11px;
597        padding: 5px;
598        padding-bottom: 8px;
599        margin: 0;
600        margin-bottom: 20px;
601        }
602       
603form.options h4 {
604        margin-top: 20px;
605        }
606
607form.options label {
608        display: block;
609        margin: 5px;
610        }
611
612
613/* Tips */
614
615ol.tips li {
616        font-weight: bold;
617        border-top: 1px solid #CCC;
618        padding-top: 10px;
619        }
620
621ol.tips li p {
622        font-weight: normal;
623        color: #101010;
624        }
625
626
627/* Lightbox */
628
629 
630.lbContent_inside{
631        padding: 20px;
632        padding-top: 15px;
633        height: 360px;
634        overflow: auto;
635        overflow-x: hidden;
636        overflow-y: auto;
637        float:right;
638        width:290px;
639        border-left: 1px solid #DDD;
640        }
641
642.lbContent a:link, .lbContent a:visited {
643        color: #18364F;
644        }
645
646.lbContent a:hover {
647        color: #091E2F;
648        }
649
650.lbContent h3 {
651        position: fixed;
652        font-size: 14px;
653        background: #7996BF;
654        width: 130px;
655        height: 375px;
656        float: left;
657        padding: 15px 10px 10px 10px;
658        margin: 0;
659        border-right: 1px solid #607695;
660        }
661
662.lbContent h3 span {
663        display: block;
664        clear: left;
665        font-size: 11px;
666        font-weight: normal;
667        }
668
669.lbContent h3 p {
670        font-weight: normal;
671        font-size: 10px;
672        margin: 20px 0 0 0;
673        padding: 0;
674        }
675
676.lbContent a#confirm, .lbContent a#cancel {
677        display: block;
678        background: #7996BF url('images/lbsave.png') top left no-repeat;
679        width: 128px;
680        height: 15px;
681        padding-top: 3px;
682        font-weight: normal;
683        text-align: center;
684        position: absolute;
685        bottom: 35px;
686        font-size: 10px;
687        }
688
689.lbContent a#cancel {
690        bottom: 10px;
691        }
692
693.lbContent form {
694        padding: 10px;
695        background: #F6F3FE;
696        border: 1px solid #DDD;
697        font-size: 10px;
698        }
699
700.lbContent form > span {
701        display: block;
702        clear: left;
703        padding-bottom: 5px;
704        margin-bottom: 10px;
705        border-bottom: 1px solid #DDD;
706        }
707
708.lbContent form span p {
709        padding-left: 0;
710        }
711
712.lbContent form label.textbox {
713        margin: 5px 0;
714        display: block;
715        clear: left;
716        }
717
718.lbContent form label.textbox input {
719        margin: 2px 0;
720        }
721
722.lbContent form span label {
723        display: inline;
724        padding-left: 10px;
725        }
726
727.lbContent label small {
728        font-size: 9px;
729        color: #222;
730        }
731
732.lbContent form label.boolean {
733        display: block;
734        clear: left;
735        padding: 5px;
736        }
737
738.lbContent form input, .lbContent form textbox {
739        background: #FFF;
740        padding: 0 1px;
741        }
742
743.lbContent form input.text {
744        width: 100%;
745        }
746
747.lbContent form span.list {
748        padding-bottom: 5px;
749        }
750
751.lbContent form span.list input.text {
752        width: 230px;
753        margin-bottom: 3px;
754        }
755
756.lbContent form span.list a img {
757        padding-left: 5px;
758        padding-top: 1px;
759        }
760
761.lbContent form textarea {
762        clear: left;
763        padding: 0 1px;
764        width: 100%;
765        }
766
767.lbContent form select {
768        width: 100%;
769        padding: 2px;
770        background-color: #FFF;
771        font-family: inherit;
772        font-size: inherit;
773        }
774
775#lbLoadMessage p {
776        text-align: center;
777        width: 18px;
778        margin: 0 auto;
779        }
780
781#lbLoadMessage img {
782        position: absolute;
783        top: 0;
784        bottom: 0;
785        margin: auto;
786        height: 16px;
787        width: 16px;
788        }
789
790.lbContent form div.gallery {
791        height: 200px;
792        clear: left;
793        margin: 0;
794        padding: 0;
795        border: 1px solid #DDD;
796        overflow: scroll;
797        overflow-x: hidden;
798        overflow-y: scroll;
799        }
800
801.lbContent form div.gallery a img {
802        position: relative;
803        margin: 1px;
804        padding: 1px;
805        border: 1px solid #FFF;
806        }
807
808.lbContent form div.gallery a img:hover {
809        border: 1px solid #AAA;
810        background-color: #DDD;
811        }
812
813.lbContent form div.gallery a img.selected_image {
814        border: 1px solid #000;
815        background-color: #DDD;
816        }
Note: See TracBrowser for help on using the browser.