OSDN Git Service

994c976ca27bfe44c97f8de5364ee302bf84dc75
[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
262 #elements-tabs {
263     font-size: 12px;
264 }
265 .inner-elements-tabs {
266 }
267
268 .ui-tabs-vertical {
269 }
270 .ui-tabs-vertical .ui-tabs-nav {
271     padding: .2em .1em .2em .2em;
272     float: left; 
273     width: 100px;
274 }
275 .ui-tabs-vertical .ui-tabs-nav li {
276     clear: left;
277     border-bottom-width: 1px !important;
278     border-right-width: 0 !important;
279     margin: 0 -1px 0.2em 0;
280 }
281 .ui-tabs-vertical .ui-tabs-nav li a {
282     display:block;
283     width: 100%;
284 }
285 .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
286     padding-bottom: 0;
287     padding-right: .1em;
288     border-right-width: 1px;
289     border-right-width: 1px;
290 }
291 .ui-tabs-vertical .ui-tabs-panel {
292     padding: 1em;
293     float: left;
294     margin-left: 55px;
295     width: 35em;
296 }
297 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
298     margin-bottom: 0.2em;
299 }
300 .element-tab {
301 }
302 .elements-tab {
303    overflow: hidden;
304    height: auto;
305 }
306  
307 .elements-tab img {
308    float: left;
309    margin: 0 1px 0 0 !important;
310    padding: 0 !important;
311    border: 0 !important;
312 }
313  
314 .elements-tab p {
315    overflow: hidden;
316    height: auto;
317 }
318 .elements-tab-face-icon {
319    float: left;
320 }
321 .elements-tab-face-caption {
322    float: left;
323 }
324 .elements-tab-face-end {
325   clear: both;
326 }
327 .ui-button .ui-icon.ui-icon-destroy {
328   width: 16px; 
329   height: 16px; cursor: pointer; 
330   background-image: image-url("destroy.png") !important;
331 }
332 .ui-button.ui-state-hover .ui-icon.ui-icon-destroy {
333   width: 16px; 
334   height: 16px; cursor: pointer; 
335   background-image: image-url("destroy-highlighted.png");
336 }
337
338 .new-element-board-body div {
339    float: left;
340 }
341 .new-element-buttons div {
342   clear: both;
343 }
344 ul.scenarios_elements {
345   list-style-type: none;
346   padding: 0;
347 }
348
349 .scenario-label {
350    float: left;
351 }
352
353 .speech_balloon_template_item {
354   float: left;
355 }
356 .speech_balloon_template_item-row-break {
357   clear: both;
358 }
359
360 .field {
361     float: left; 
362 }
363 .row_break {
364   clear: both;
365 }
366
367 .extend_column {
368   margin-left: 20px;
369 }
370
371 .extend-field {
372   margin-left: 20px;
373 }
374
375 .filer {
376   list-style-type: none;
377   margin: 0;
378   padding: 0;
379 }
380
381 .filer-head {
382   clear: both;
383   margin: 0;
384   padding: 0;
385   height: 22px; 
386   overflow: hidden;
387   background: #efefef;
388 }
389 .filer-head div {
390   float: left;
391 }
392
393 .filer-body {
394   padding-left: 0;
395 }
396 .filer-item {
397   clear: both;
398   margin: 0;
399   padding: 0;
400   height: 66px; 
401   overflow: hidden;
402 }
403 .filer-item div {
404 }
405
406 .filer-head-pick {
407   width: 66px; 
408 }
409 .filer-head-symbol {
410   width: 66px; 
411 }
412 .filer-head-caption {
413   width: 200px; 
414 }
415 .filer-head-summary {
416   width: 200px; 
417 }
418 .filer-head-icon {
419   width: 66px; 
420 }
421 .filer-head-date {
422   width: 100px; 
423 }
424 .filer-head-edit {
425   width: 66px; 
426 }
427
428 .filer-item-pick {
429   float: left;
430   width: 66px; 
431 }
432 .filer-item-symbol {
433   float: left;
434   width: 66px; 
435 }
436 .filer-item-caption {
437   float: left;
438   width: 200px; 
439 }
440 .filer-item-summary {
441   float: left;
442   width: 200px; 
443 }
444 .filer-item-icon {
445   float: left;
446   width: 66px; 
447 }
448 .filer-item-date {
449   float: left;
450   width: 76px; 
451 }
452 .filer-item-edit {
453   float: left;
454   width: 76px; 
455 }
456
457 //folder
458 .filer-head-folder .filer-head-symbol {
459 }
460 .filer-head-folder .filer-head-caption {
461   width: 150px; 
462 }
463 .filer-head-folder .filer-head-summary {
464   width: 50px; 
465 }
466 .filer-head-folder .filer-head-icon {
467 }
468 .filer-head-folder .filer-head-date {
469 }
470 .filer-head-folder .filer-head-edit {
471 }
472
473 .filer-item-folder .filer-item-caption {
474   width: 150px; 
475 }
476 .filer-item-folder .filer-item-summary {
477   width: 50px; 
478 }
479
480 //scroll
481 .filer-head-scroll .filer-head-symbol {
482 }
483 .filer-head-scroll .filer-head-caption {
484   width: 250px; 
485 }
486 .filer-head-scroll .filer-head-summary {
487   width: 150px; 
488 }
489 .filer-head-scroll .filer-head-icon {
490 }
491 .filer-head-scroll .filer-head-date {
492 }
493 .filer-head-scroll .filer-head-edit {
494 }
495
496 .filer-item-scroll .filer-item-caption {
497   width: 250px; 
498 }
499 .filer-item-scroll .filer-item-summary {
500   width: 150px; 
501 }
502
503 //comic
504 .filer-head-comic .filer-head-caption {
505   width: 250px; 
506 }
507 .filer-head-comic .filer-head-summary {
508   width: 150px; 
509 }
510 .filer-item-comic .filer-item-caption {
511   width: 250px; 
512 }
513 .filer-item-comic .filer-item-summary {
514   width: 150px; 
515 }
516
517 //story
518 .filer-head-story .filer-head-caption {
519   width: 250px; 
520 }
521 .filer-head-story .filer-head-summary {
522   width: 150px; 
523 }
524 .filer-item-story .filer-item-caption {
525   width: 250px; 
526 }
527 .filer-item-story .filer-item-summary {
528   width: 150px; 
529 }
530
531 //panel
532 .filer-head-panel .filer-head-caption {
533   width: 250px; 
534 }
535 .filer-head-panel .filer-head-summary {
536   width: 150px; 
537 }
538 .filer-item-panel .filer-item-caption {
539   width: 250px; 
540 }
541 .filer-item-panel .filer-item-summary {
542   width: 150px; 
543 }
544
545 //panel_picture
546 .filer-head-panel_picture .filer-head-caption {
547   width: 100px; 
548 }
549 .filer-head-panel_picture .filer-head-summary {
550   width: 300px; 
551 }
552 .filer-item-panel_picture .filer-item-caption {
553   width: 100px; 
554 }
555 .filer-item-panel_picture .filer-item-summary {
556   width: 300px; 
557 }
558 .panel_picture-summary div {
559   float: left;
560 }
561
562 //speech_balloon
563 .filer-head-speech_balloon .filer-head-caption {
564   width: 300px; 
565 }
566 .filer-head-speech_balloon .filer-head-summary {
567   width: 100px; 
568 }
569 .filer-item-speech_balloon .filer-item-caption {
570   width: 300px; 
571 }
572 .filer-item-speech_balloon .filer-item-summary {
573   width: 100px; 
574 }
575
576 //speech
577 .filer-head-speech .filer-head-caption {
578   width: 300px; 
579 }
580 .filer-head-speech .filer-head-summary {
581   width: 100px; 
582 }
583 .filer-item-speech .filer-item-caption {
584   width: 300px; 
585 }
586 .filer-item-speech .filer-item-summary {
587   width: 100px; 
588 }
589
590 //ground_picture
591 .filer-head-ground_picture .filer-head-caption {
592   width: 100px; 
593 }
594 .filer-head-ground_picture .filer-head-summary {
595   width: 300px; 
596 }
597 .filer-item-ground_picture .filer-item-caption {
598   width: 100px; 
599 }
600 .filer-item-ground_picture .filer-item-summary {
601   width: 300px; 
602 }
603 .ground_picture-summary div {
604   float: left;
605 }
606
607 //ground_color
608 .filer-head-ground_color .filer-head-caption {
609   width: 300px; 
610 }
611 .filer-head-ground_color .filer-head-summary {
612   width: 100px; 
613 }
614 .filer-item-ground_color .filer-item-caption {
615   width: 300px; 
616 }
617 .filer-item-ground_color .filer-item-summary {
618   width: 100px; 
619 }
620
621 //original_picture
622 .filer-head-original_picture .filer-head-caption {
623   width: 50px; 
624 }
625 .filer-head-original_picture .filer-head-summary {
626   width: 350px; 
627 }
628 .filer-item-original_picture .filer-item-caption {
629   width: 50px; 
630 }
631 .filer-item-original_picture .filer-item-summary {
632   width: 350px; 
633 }
634 .original_picture-summary div {
635   float: left;
636 }
637
638 //resource_picture
639 .filer-head-resource_picture .filer-head-summary {
640   width: 250px; 
641 }
642 .filer-item-resource_picture .filer-item-summary {
643   width: 250px; 
644 }
645
646 //speech_balloon_template
647 .filer-head-speech_balloon_template .filer-head-caption {
648 }
649 .filer-item-speech_balloon_template .filer-item-caption {
650 }
651
652 .logo{
653   float: left;
654 }
655 .history div {
656   float: left;
657 }
658
659 .history-list {
660   width: 400px; 
661   background-color:#f8f8f8;
662 }
663
664 .history-list-log {
665   border-width: 0px;
666   border-style:  solid;
667   border-color:   #ef29ef;
668 }
669
670 ul.pagination {
671   list-style-type: none;
672 }
673
674 ul.pagination li {
675   float: left;
676   padding: 3px;
677   font-size: 20px;
678 }
679
680 .credits .credit {
681   float: left;
682 }
683
684 .credit .credit-icon {
685   float: left;
686 }
687
688 .credit table {
689   float: left;
690 }
691
692 .op-smy div {
693   float: left;
694 }
695
696 .op-smy span {
697   float: left;
698 }
699