OSDN Git Service

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