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