| r1145 vs r1146 | ||
|---|---|---|
| ... | ... | |
| 5 | 5 | .layout-100 { |
| 6 | 6 | width:100%;height:50px;background-color:rgb(0,0,255,.2) |
| 7 | 7 | } |
| 8 | .layout-80 { | |
| 9 | vertical-align:middle;display:inline-block;width:80%;height:50px;background-color:rgb(0,0,255,.2) | |
| 10 | } | |
| 8 | 11 | .layout-60 { |
| 9 | 12 | vertical-align:middle;display:inline-block;width:calc(100% - 100% / 3);height:50px;background-color:rgb(0,0,255,.2) |
| 10 | 13 | } |
| ... | ... | |
| 17 | 20 | .layout-25 { |
| 18 | 21 | vertical-align:middle;display:inline-block;width:25%;height:50px;background-color:rgb(0,0,255,.2) |
| 19 | 22 | } |
| 23 | .layout-20 { | |
| 24 | vertical-align:middle;display:inline-block;width:20%;height:50px;background-color:rgb(0,0,255,.2) | |
| 25 | } | |
| 20 | 26 | .header-0 { |
| 21 | 27 | border-top-left-radius:50px;border-bottom-left-radius:50px;padding:2px;background-color:red |
| 22 | 28 | } |
| ... | ... | |
| 68 | 74 | }}} |
| 69 | 75 | {{{#!wiki class="layout-bg" |
| 70 | 76 | |
| 77 | {{{#!wiki class="layout-80" | |
| 71 | 78 | {{{#!wiki style="display:block" |
| 72 | 79 | {{{#!wiki style="height:20px" |
| 73 | 80 | }}}{{{#!wiki style="border-radius:50px;border:1px solid #000;height:15px;background:linear-gradient(90deg, red 50%, transparent 0)" |
| 74 | 81 | }}}{{{#!wiki style="height:20px" |
| 75 | 82 | }}}{{{#!wiki style="margin: -55px 0 0 calc(50% - 30px / 2);border-radius:13px;border:1px solid #fff;width:30px;height:55px;background-color:blue" |
| 76 | }}}}}} | |
| 83 | }}}}}}}}}{{{#!wiki class="layout-20" | |
| 84 | {{{#!wiki style="height:7px" | |
| 85 | }}}{{{#!wiki style="padding-left:20px;background-color:red;font-size:25px" | |
| 86 | 50}}}}}} | |
| 77 | 87 | |
| 78 | 88 | {{{#!wiki class="toggle" |
| 79 | 89 | }}} |
| ... | ... |