r1151 vs r1152
......
7676
}
7777
7878
.text1 {
79
display:block
79
color:red
8080
}
8181
8282
.text2 {
83
display:none
83
color:transparent
8484
}
8585
86
.text1:hover {
87
display:none
88
}
89
9086
.text2:hover {
91
display:block
87
color:red;background-color:#fff
9288
}
9389
9490
......
10399
104100
105101
102
{{{#!wiki style=""
103
}}}
106104
107105
108
109106
{{{#!if ttt = "텍스트", tttt = "text"
110
{{{#!wiki class="text1"
111
@ttt@{{{#!wiki class="text2"
112
@tttt@}}}}}}
107
{{{#!wiki style="margin-top: -4%"
108
{{{#!wiki class="text2"
109
@tttt@}}}{{{#!wiki class="text1"
110
@ttt@}}}}}}}}}
113111
114112
115
116113
{{{#!wiki style="overflow:auto"
117114
{{{#!wiki class="layout-bg"
118115
......