OSDN Git Service

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