r1153 vs r1154
......
7575
vertical-align:middle;display:inline-block;width:10px
7676
}
7777
78
.text1 {
79
color:yellow;background-color:red
80
}
81
.text1:hover {
82
color:transparent;background-color:transparent
83
}
84
.text2 {
85
color:transparent;background-color:transparent
86
}
78
}}}
8779
88
.text2:hover {
89
color:blue;background-color:green
90
}
80
{{{#!style
81
.button1 {background:red; height: 20px; width: 20px; }
82
.button1:hover {background: blue}
83
.hide { display: none; }
84
.kr { display: block; }
9185
86
.button1:hover ~ .kr { display: none; }
87
.button2:hover ~ .jp { display: block; }
88
}}}
9289
90
{{{#!wiki class="button2 button1"
91
}}}
9392
93
{{{#!wiki class="kr hide"
94
한국어
95
}}}{{{#!wiki class="jp hide"
96
일본어
9497
}}}
9598
99
100
101
102
96103
{{{#!wiki style="overflow:auto"
97104
{{{#!wiki class="layout-bg"
98105
99
{{{#!wiki style=""
100
{{{#!wiki class="text1"
101
{{{#!wiki style=""
102
한국어}}}}}}{{{#!wiki class="text2"
103
{{{#!wiki style="margin-top: 0"
104
일본어}}}}}}}}}
105106
107
108
106109
{{{#!wiki class="layout-80"
107110
{{{#!wiki style="display:block"
108111
{{{#!wiki style="height:20px"
......