| r1149 vs r1150 | ||
|---|---|---|
| ... | ... | |
| 74 | 74 | .space { |
| 75 | 75 | vertical-align:middle;display:inline-block;width:10px |
| 76 | 76 | } |
| 77 | ||
| 78 | .text1 { | |
| 79 | display:block | |
| 80 | } | |
| 81 | ||
| 82 | .text2 { | |
| 83 | display:none | |
| 84 | } | |
| 85 | ||
| 86 | .text1:hover { | |
| 87 | display:none | |
| 88 | } | |
| 89 | ||
| 90 | .text2:hover { | |
| 91 | display:block | |
| 92 | } | |
| 93 | ||
| 94 | ||
| 95 | ||
| 77 | 96 | }}} |
| 78 | 97 | |
| 79 | {{{#!if | |
| 80 | {{{#!wiki class=" | |
| 81 | }}}}}} | |
| 98 | {{{#!if ttt = "텍스트", tttt = "text" | |
| 99 | {{{#!wiki class="text1" | |
| 100 | @ttt@}}}{{{#!wiki class="text2" | |
| 101 | @tttt@}}} | |
| 82 | 102 | |
| 83 | 103 | |
| 84 | 104 | |
| ... | ... |