OSDN Git Service

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