OSDN Git Service

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