OSDN Git Service

fix:play editor close
[pettanr/pettanr.git] / app / assets / stylesheets / test.css.scss
1 /*
2  * This is a manifest file that'll automatically include all the stylesheets available in this directory
3  * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
4  * the top of the compiled file, but it's generally better to create a new file per style scope.
5  *= require_directory ./base
6  *= require jquery-ui
7 */
8 table.no-border {
9   border: none;
10 }
11
12 table.no-border td, tr {
13   border: none;
14   padding: 0px;
15   margin: 0px;
16   vertical-align: top;
17 }
18
19 div.md5 {
20   padding: 0px;
21   margin: 0px;
22   font-size: 12px;
23   text-align: left;
24 }
25
26 div.empty {
27   color:   #aaaaaa;
28 }
29
30 input.error {
31   border-width: 3px;
32   border-style:  solid;
33   border-color:   #ef29ef;
34 }
35 textarea.error {
36   border-style:  solid;
37   border-color:   #111;
38 }
39 select.error {
40   border-style:  solid;
41   border-color:   #111;
42 }
43
44 .sheet {
45   position:    relative;
46   overflow:    hidden;
47   float: left;
48   clear: left;
49 }
50
51 .sheet-data {
52   float: left;
53 }
54
55 .sheet-break {
56   clear: both;
57 }
58
59 .sheet_panel {
60   position:    absolute;
61 }
62
63 // hide number field's spinner
64   //for chrome
65   input[type=number]::-webkit-outer-spin-button,
66   input[type=number]::-webkit-inner-spin-button {
67       -webkit-appearance: none;
68       margin: 0;
69   }
70   // for firefox
71   input[type=number] {
72       -moz-appearance:textfield;
73   }
74
75 .pettanr-comic-wrapper {
76   margin:  1em auto;
77 }
78 .pettanr-comic-panel {
79   border-style:  solid;
80   border-color:   #111;
81   position:    relative;
82   margin:     1em 0;
83   overflow:    hidden;
84 }
85 .pettanr-comic-panel img {
86   position:    absolute;
87 }
88 .pettanr-comic-balloon {
89   position:    absolute;
90 }
91 .pettanr-comic-balloon img {
92   width:     100%;
93   height:     100%;    }
94
95
96 .pettanr-comic-speech {
97 margin : 0 !important;
98 padding : 0 !important;
99 display : table;
100 table-layout : fixed;
101 position : absolute;
102 top : 0;
103 left : 16.6%;
104 width : 66.6%;
105 height : 100%;
106 *height : auto;
107 *top : 50% !important;
108 }
109 .pettanr-comic-speech-inner {
110 vertical-align : middle;
111 display : table-cell;
112 *display : block;
113 zoom : 1;
114 *position : relative;
115 *top : -50%;
116 }
117 .pettanr-comic-speech p {
118 padding : 0.5em 0 !important;
119 margin : 0 !important;
120 }
121 .pettanr-comic-speech strong {
122 font-weight : bold;
123 }
124 .pettanr-comic-speech em,
125 .pettanr-comic-speech i {
126 font-style : italic;
127 }
128 .pettanr-comic-speech samp,
129 .pettanr-comic-speech code {
130 font-family : monospace;
131 }
132
133 .pettanr-comic-panel .ui-resizable-handle {
134   background-color:#f8b87c;
135 }
136 .ui-resizable-n {
137   cursor          : n-resize;
138   height          : 9px;
139   width           : 100%;
140   top             : -3px;
141   left            : 0;
142 }
143 .ui-resizable-s {
144   cursor          : s-resize;
145   height          : 9px;
146   width           : 100%;
147   bottom          : -3px;
148   left            : 0;
149 }
150 .ui-resizable-e {
151   cursor          : e-resize;
152   width           : 9px;
153   right           : -3px;
154   top             : 0;
155   height          : 100%;
156 }
157 .ui-resizable-w {
158   cursor          : w-resize;
159   width           : 9px;
160   left            : -3px;
161   top             : 0;
162   height          : 100%;
163 }
164 .ui-resizable-se {
165   cursor          : se-resize;
166   width           : 12px;
167   height          : 12px;
168   right           : 1px;
169   bottom          : 1px;
170 }
171 .ui-resizable-sw {
172   cursor          : sw-resize;
173   width           : 9px;
174   height          : 9px;
175   left            : -5px;
176   bottom          : -5px;
177 }
178 .ui-resizable-nw {
179   cursor          : nw-resize;
180   width           : 9px;
181   height          : 9px;
182   left            : -5px;
183   top             : -5px;
184 }
185 .ui-resizable-ne {
186   cursor          : ne-resize;
187   width           : 9px;
188   height          : 9px;
189   right           : -5px;
190   top             : -5px;
191 }
192 .ground_color-code-wrap {
193     border: 1px solid #d0d0d0;
194     border-radius: 10px;
195     padding: 10px 5px;
196     background: #fafafa;
197     display: none;
198 }
199 .speech-fore_color-wrap {
200     border: 1px solid #d0d0d0;
201     border-radius: 10px;
202     padding: 10px 5px;
203     background: #fafafa;
204     display: none;
205 }
206 .colorpicker-red, .colorpicker-green, .colorpicker-blue {
207   float: left;
208   clear: left;
209   width: 256px;
210   margin: 3px 10px;
211 }
212 .code_swatch {
213   width: 50px;
214   height: 50px;
215   margin-top: 0;
216   margin-left: 10px;
217   background-image: none;
218 }
219 .colorpicker-red .ui-slider-range {
220   background: #ef2929;
221 }
222 .colorpicker-red .ui-slider-handle {
223   border-color: #ef2929;
224 }
225 .colorpicker-green .ui-slider-range {
226   background: #8ae234;
227 }
228 .colorpicker-green .ui-slider-handle {
229   border-color: #8ae234;
230 }
231 .colorpicker-blue .ui-slider-range {
232   background: #729fcf;
233 }
234 .colorpicker-blue .ui-slider-handle {
235   border-color: #729fcf;
236 }
237 .colorpicker-hex, #colorpicker-rgb {
238   margin: 5px;
239 }
240 .ui-slider .ui-slider-handle {
241   width: 1em;
242   height: 1em;
243 }
244 .ui-slider-horizontal {
245   height: 0.6em;
246 }
247   // for ap
248   .code-wrap {
249       border: 1px solid #d0d0d0;
250       border-radius: 10px;
251       padding: 10px 5px;
252       background: #fafafa;
253       display: none;
254   }
255   .colorpicker {
256     float: left;
257     clear: left;
258     width: 256px;
259     margin: 3px 10px;
260   }
261   .per-slider {
262     float: right;
263     width: 100px;
264     margin: 3px 10px;
265   }
266
267 #elements-tabs {
268     font-size: 12px;
269 }
270 .inner-elements-tabs {
271 }
272
273 .ui-tabs-vertical {
274 }
275 .ui-tabs-vertical .ui-tabs-nav {
276     padding: .2em .1em .2em .2em;
277     float: left; 
278     width: 100px;
279 }
280 .ui-tabs-vertical .ui-tabs-nav li {
281     clear: left;
282     border-bottom-width: 1px !important;
283     border-right-width: 0 !important;
284     margin: 0 -1px 0.2em 0;
285 }
286 .ui-tabs-vertical .ui-tabs-nav li a {
287     display:block;
288     width: 100%;
289 }
290 .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
291     padding-bottom: 0;
292     padding-right: .1em;
293     border-right-width: 1px;
294     border-right-width: 1px;
295 }
296 .ui-tabs-vertical .ui-tabs-panel {
297     padding: 1em;
298     float: left;
299     margin-left: 55px;
300     width: 35em;
301 }
302 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
303     margin-bottom: 0.2em;
304 }
305 .element-tab {
306 }
307 .elements-tab {
308    overflow: hidden;
309    height: auto;
310 }
311  
312 .elements-tab img {
313    float: left;
314    margin: 0 1px 0 0 !important;
315    padding: 0 !important;
316    border: 0 !important;
317 }
318  
319 .elements-tab p {
320    overflow: hidden;
321    height: auto;
322 }
323 .elements-tab-face-icon {
324    float: left;
325 }
326 .elements-tab-face-caption {
327    float: left;
328 }
329 .elements-tab-face-end {
330   clear: both;
331 }
332 .ui-button .ui-icon.ui-icon-destroy {
333   width: 16px; 
334   height: 16px; cursor: pointer; 
335   background-image: image-url("destroy.png") !important;
336 }
337 .ui-button.ui-state-hover .ui-icon.ui-icon-destroy {
338   width: 16px; 
339   height: 16px; cursor: pointer; 
340   background-image: image-url("destroy-highlighted.png");
341 }
342
343 .new-element-board-body div {
344    float: left;
345 }
346 .new-element-buttons div {
347   clear: both;
348 }
349 .new-element-buttons h3 {
350   margin-top: 6px;
351   margin-bottom: 6px;
352 }
353 .new-element-buttons span {
354   margin: 3px;
355   margin-right: 8px;
356 }
357 ul.scenarios_elements {
358   list-style-type: none;
359   padding: 0;
360 }
361
362 .scenario-label {
363    float: left;
364 }
365
366 .speech_balloon_template_item {
367   float: left;
368 }
369 .speech_balloon_template_item-row-break {
370   clear: both;
371 }
372
373 .field {
374     float: left; 
375 }
376 .row_break {
377   clear: both;
378 }
379
380 .extend_column {
381   margin-left: 20px;
382 }
383
384 .extend-field {
385   margin-left: 20px;
386 }
387
388 .player {
389   list-style-type: none;
390   margin: 0;
391   padding: 0;
392 }
393 .insert-point {
394   background: #fff0f0;
395   width: 100%; 
396 }
397 .player-item {
398   clear: both;
399   margin: 0;
400   padding: 0;
401   overflow: hidden;
402 }
403 .player-item-panel {
404   float: left;
405 }
406 .player-item-switch {
407   float: left;
408   margin-left: 1em;
409   background: #f0f0fa;
410 }
411 .player-item-switch span {
412   display: table-cell;
413   vertical-align:middle;
414   height: 100%; 
415 }
416 .player-item-footer {
417   float: left;
418   width: 150px; 
419 }
420
421 .filer {
422   list-style-type: none;
423   margin: 0;
424   padding: 0;
425 }
426
427 .filer-head {
428   clear: both;
429   margin: 0;
430   padding: 0;
431   height: 22px; 
432   overflow: hidden;
433   background: #efefef;
434 }
435 .filer-head div {
436   float: left;
437 }
438
439 .filer-body {
440   padding-left: 0;
441   list-style-type: none;
442 }
443 .filer-item {
444   clear: both;
445   margin: 0;
446   padding: 0;
447   height: 66px; 
448   overflow: hidden;
449 }
450 .filer-item div {
451 }
452
453 .filer-head-pick {
454   width: 66px; 
455 }
456 .filer-head-symbol {
457   width: 66px; 
458 }
459 .filer-head-caption {
460   width: 200px; 
461 }
462 .filer-head-summary {
463   width: 200px; 
464 }
465 .filer-head-icon {
466   width: 66px; 
467 }
468 .filer-head-date {
469   width: 100px; 
470 }
471 .filer-head-edit {
472   width: 66px; 
473 }
474
475 .filer-item-pick {
476   float: left;
477   width: 66px; 
478 }
479 .filer-item-symbol {
480   float: left;
481   width: 66px; 
482 }
483 .filer-item-caption {
484   float: left;
485   width: 200px; 
486 }
487 .filer-item-summary {
488   float: left;
489   width: 200px; 
490 }
491 .filer-item-icon {
492   float: left;
493   width: 66px; 
494 }
495 .filer-item-date {
496   float: left;
497   width: 76px; 
498 }
499 .filer-item-edit {
500   float: left;
501   width: 76px; 
502 }
503
504 //folder
505 .filer-head-folder .filer-head-symbol {
506 }
507 .filer-head-folder .filer-head-caption {
508   width: 150px; 
509 }
510 .filer-head-folder .filer-head-summary {
511   width: 50px; 
512 }
513 .filer-head-folder .filer-head-icon {
514 }
515 .filer-head-folder .filer-head-date {
516 }
517 .filer-head-folder .filer-head-edit {
518 }
519
520 .filer-item-folder .filer-item-caption {
521   width: 150px; 
522 }
523 .filer-item-folder .filer-item-summary {
524   width: 50px; 
525 }
526
527 //scroll
528 .filer-head-scroll .filer-head-symbol {
529 }
530 .filer-head-scroll .filer-head-caption {
531   width: 250px; 
532 }
533 .filer-head-scroll .filer-head-summary {
534   width: 150px; 
535 }
536 .filer-head-scroll .filer-head-icon {
537 }
538 .filer-head-scroll .filer-head-date {
539 }
540 .filer-head-scroll .filer-head-edit {
541 }
542
543 .filer-item-scroll .filer-item-caption {
544   width: 250px; 
545 }
546 .filer-item-scroll .filer-item-summary {
547   width: 150px; 
548 }
549
550 //comic
551 .filer-head-comic .filer-head-caption {
552   width: 250px; 
553 }
554 .filer-head-comic .filer-head-summary {
555   width: 150px; 
556 }
557 .filer-item-comic .filer-item-caption {
558   width: 250px; 
559 }
560 .filer-item-comic .filer-item-summary {
561   width: 150px; 
562 }
563
564 //story
565 .filer-head-story .filer-head-caption {
566   width: 250px; 
567 }
568 .filer-head-story .filer-head-summary {
569   width: 150px; 
570 }
571 .filer-item-story .filer-item-caption {
572   width: 250px; 
573 }
574 .filer-item-story .filer-item-summary {
575   width: 150px; 
576 }
577
578 //panel
579 .filer-head-panel .filer-head-caption {
580   width: 250px; 
581 }
582 .filer-head-panel .filer-head-summary {
583   width: 150px; 
584 }
585 .filer-item-panel .filer-item-caption {
586   width: 250px; 
587 }
588 .filer-item-panel .filer-item-summary {
589   width: 150px; 
590 }
591
592 //panel_picture
593 .filer-head-panel_picture .filer-head-caption {
594   width: 100px; 
595 }
596 .filer-head-panel_picture .filer-head-summary {
597   width: 300px; 
598 }
599 .filer-item-panel_picture .filer-item-caption {
600   width: 100px; 
601 }
602 .filer-item-panel_picture .filer-item-summary {
603   width: 300px; 
604 }
605 .panel_picture-summary div {
606   float: left;
607 }
608
609 //speech_balloon
610 .filer-head-speech_balloon .filer-head-caption {
611   width: 300px; 
612 }
613 .filer-head-speech_balloon .filer-head-summary {
614   width: 100px; 
615 }
616 .filer-item-speech_balloon .filer-item-caption {
617   width: 300px; 
618 }
619 .filer-item-speech_balloon .filer-item-summary {
620   width: 100px; 
621 }
622
623 //speech
624 .filer-head-speech .filer-head-caption {
625   width: 300px; 
626 }
627 .filer-head-speech .filer-head-summary {
628   width: 100px; 
629 }
630 .filer-item-speech .filer-item-caption {
631   width: 300px; 
632 }
633 .filer-item-speech .filer-item-summary {
634   width: 100px; 
635 }
636
637 //ground_picture
638 .filer-head-ground_picture .filer-head-caption {
639   width: 100px; 
640 }
641 .filer-head-ground_picture .filer-head-summary {
642   width: 300px; 
643 }
644 .filer-item-ground_picture .filer-item-caption {
645   width: 100px; 
646 }
647 .filer-item-ground_picture .filer-item-summary {
648   width: 300px; 
649 }
650 .ground_picture-summary div {
651   float: left;
652 }
653
654 //ground_color
655 .filer-head-ground_color .filer-head-caption {
656   width: 300px; 
657 }
658 .filer-head-ground_color .filer-head-summary {
659   width: 100px; 
660 }
661 .filer-item-ground_color .filer-item-caption {
662   width: 300px; 
663 }
664 .filer-item-ground_color .filer-item-summary {
665   width: 100px; 
666 }
667
668 //original_picture
669 .filer-head-original_picture .filer-head-caption {
670   width: 50px; 
671 }
672 .filer-head-original_picture .filer-head-summary {
673   width: 350px; 
674 }
675 .filer-item-original_picture .filer-item-caption {
676   width: 50px; 
677 }
678 .filer-item-original_picture .filer-item-summary {
679   width: 350px; 
680 }
681 .original_picture-summary div {
682   float: left;
683 }
684
685 //resource_picture
686 .filer-head-resource_picture .filer-head-summary {
687   width: 250px; 
688 }
689 .filer-item-resource_picture .filer-item-summary {
690   width: 250px; 
691 }
692
693 //speech_balloon_template
694 .filer-head-speech_balloon_template .filer-head-caption {
695 }
696 .filer-item-speech_balloon_template .filer-item-caption {
697 }
698
699 .logo{
700   float: left;
701 }
702 .history div {
703   float: left;
704 }
705
706 .history-list {
707   width: 400px; 
708   background-color:#f8f8f8;
709 }
710
711 .history-list-log {
712   border-width: 0px;
713   border-style:  solid;
714   border-color:   #ef29ef;
715 }
716
717 ul.pagination {
718   list-style-type: none;
719 }
720
721 ul.pagination li {
722   float: left;
723   padding: 3px;
724   font-size: 20px;
725 }
726
727 .credits .credit {
728   float: left;
729 }
730
731 .credit .credit-icon {
732   float: left;
733 }
734
735 .credit table {
736   float: left;
737 }
738
739 .op-smy div {
740   float: left;
741 }
742
743 .op-smy span {
744   float: left;
745 }
746