r955 vs r956
11
{{{#!style
2
.frame-0 {
3
}
4
.frame-0:active {
5
display:none
6
}
7
.frame-1 {
8
}
9
.frame-1:active {
10
color:#f00
11
}
12
}}}
13
14
15
{{{#!wiki style="display:inline-block"
16
{{{#!wiki class="frame-0"
17
{{{#!wiki style="width:100px;height:100px;background:linear-gradient(currentcolor 50%, yellow 0)"
18
}}}}}}}}}{{{#!wiki style="display:inline-block"
19
{{{#!wiki class="frame-1"
20
{{{#!wiki style="width:100px;height:100px;background:linear-gradient(currentcolor 50%, yellow 0)"
21
}}}}}}}}}
22
23
24
25
26
27
28
29
{{{#!style
230
.z-0 {
331
border:1px solid #630E0D;border-radius:5%;overflow:hidden;display:flex;width:25px;height:25px;background:conic-gradient(from -45deg, #EC9968 90deg, transparent 0, transparent 180deg, #940C09 0, #940C09 270deg, transparent 0), linear-gradient(#7A0D08, #E2212B)
432
}
......