| r1127 vs r1128 | ||
|---|---|---|
| 1 | 1 | {{{#!style |
| 2 | .layout-table { | |
| 3 | display:table;width:100% | |
| 4 | } | |
| 5 | .layout-100 { | |
| 6 | display:table-cell;width:100%;height:50px;border:1px solid blue | |
| 7 | } | |
| 8 | .layout-60 { | |
| 9 | display:table-cell;width:calc(1% * 100 - 100 / 6);height:50px;border:1px solid blue | |
| 10 | } | |
| 11 | .layout-50 { | |
| 12 | display:table-cell;width:50%;height:50px;border:1px solid blue | |
| 13 | } | |
| 14 | .layout-30 { | |
| 15 | {{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue | |
| 16 | } | |
| 17 | }}} | |
| 18 | ||
| 19 | ||
| 20 | {{{#!wiki style="padding:10px;width:100%;border-radius:6px;background-color:#ccc" | |
| 21 | ||
| 22 | {{{#!wiki style="display:table;width:100%" | |
| 23 | {{{#!wiki style="display:table-cell;width:100%;height:50px;border:1px solid blue" | |
| 24 | }}}}}} | |
| 25 | ||
| 26 | {{{#!wiki style="display:table;width:100%" | |
| 27 | {{{#!wiki style="display:table-cell;width:50%;height:50px;border:1px solid blue" | |
| 28 | }}}{{{#!wiki style="display:table-cell;width:50%;height:50px;border:1px solid blue" | |
| 29 | }}}}}} | |
| 30 | ||
| 31 | ||
| 32 | {{{#!wiki style="display:table;width:100%" | |
| 33 | {{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue" | |
| 34 | }}}{{{#!wiki style="display:table-cell;width:calc(1% * 100 - 100 / 6);height:50px;border:1px solid blue" | |
| 35 | }}}}}} | |
| 36 | ||
| 37 | {{{#!wiki style="display:table;width:100%" | |
| 38 | {{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue" | |
| 39 | }}}{{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue" | |
| 40 | }}}{{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue" | |
| 41 | }}}}}} | |
| 42 | ||
| 43 | }}} | |
| 44 | ||
| 45 | ||
| 46 | ||
| 47 | ||
| 48 | ||
| 49 | ||
| 50 | ||
| 51 | ||
| 52 | ||
| 53 | {{{#!wiki class="line" | |
| 54 | 내용 | |
| 55 | }}} | |
| 56 | ||
| 57 | {{{#!wiki class="name" | |
| 58 | 내용 | |
| 59 | }}} | |
| 60 | ||
| 61 | ||
| 62 | ||
| 63 | ||
| 64 | ||
| 65 | {{{ | |
| 2 | 66 | .icon { |
| 3 | 67 | |
| 4 | 68 | } |
| 5 | .star { | |
| 6 | ||
| 7 | } | |
| 8 | 69 | .header { |
| 9 | 70 | |
| 10 | 71 | } |
| ... | ... | |
| 22 | 83 | |
| 23 | 84 | } |
| 24 | 85 | .number { |
| 86 | ||
| 25 | 87 | } |
| 26 | 88 | .line { |
| 27 | ||
| 89 | display:inline-block;padding:0 20px;width:100%;height:20px;border-radius:50px;background-color:gray;color:red;font-size:40px;font-weight:bold;vertical-align:top | |
| 28 | 90 | } |
| 29 | 91 | .slide { |
| 30 | 92 | |
| 31 | 93 | } |
| 32 | 94 | }}} |
| 33 | 95 | |
| 34 | {{{#!wiki class="name" | |
| 35 | 내용 | |
| 36 | }}} | |
| 37 | 96 | |
| 38 | 97 | |
| 98 | ||
| 99 | ||
| 100 | ||
| 101 | ||
| 102 | ||
| 103 | ||
| 104 | ||
| 105 | ||
| 106 | ||
| 107 | ||
| 39 | 108 | {{{#!if a = "시", b = "발" |
| 40 | 109 | @a@@b@}}} |
| 41 | 110 | |
| ... | ... |