| r1137 vs r1138 | ||
|---|---|---|
| 1 | 1 | {{{#!style |
| 2 | test-button { | |
| 3 | width:100px;height:100px;background-color:red | |
| 4 | } | |
| 5 | }}} | |
| 6 | ||
| 7 | {{{#!wiki class="test-button" | |
| 8 | }}} | |
| 9 | ||
| 10 | ||
| 11 | {{{#!style | |
| 12 | 2 | .layout-bg { |
| 13 | 3 | padding:10px;border-radius:7px;background-color:#ccc |
| 14 | 4 | } |
| ... | ... | |
| 51 | 41 | .number { |
| 52 | 42 | vertical-align:middle;display:inline-block;padding:2px;margin:6px 0;width:60px;border-radius:3px;border:1px solid red;background-color:#fff;color:red;font-size:20px |
| 53 | 43 | } |
| 44 | .toggle { | |
| 45 | display:inline-block;border-radius:50%;border:1px solid green;height:20px;aspect-ratio:1/1;background:radial-gradient(closest-side, red 50%, blue 0) | |
| 46 | } | |
| 54 | 47 | .df { |
| 55 | 48 | display:flex |
| 56 | 49 | } |
| ... | ... | |
| 65 | 58 | } |
| 66 | 59 | }}} |
| 67 | 60 | {{{#!wiki class="layout-bg" |
| 61 | {{{#!wiki class="toggle" | |
| 62 | }}} | |
| 68 | 63 | |
| 69 | ||
| 70 | 64 | {{{#!wiki class="layout-25" |
| 71 | 65 | {{{#!wiki class="header-0" |
| 72 | 66 | {{{#!wiki class="header-1" |
| ... | ... |