r835 vs r836
1
{{{#!style
2
.red-button: {
3
4
}
5
.red-button:active {
6
7
}
8
}}}
9
10
11
112
{{{#!wiki style="width:120px;height:120px;background:linear-gradient(transparent 10%, #ccc 0, #ccc 68%, #aaa, gray 72%, gray 0);text-align:center"
213
{{{#!wiki style="display:inline-block;width:100px;height:calc(100px/2)"
3
{{{#!wiki style="width:inherit;height:inherit"
414
{{{#!wiki style="float:left;width:inherit;height:inherit;background-color:#fff;border:2px solid red;border-radius:50%;overflow:hidden"
515
{{{#!wiki style="width:inherit;height:inherit;background:no-repeat radial-gradient(closest-side at 50% 50%, red 100%, #fff 0);background-position:20% 100%;background-size:98% 98%"
616
}}}}}}{{{#!wiki style="width:inherit;height:inherit;margin-top:20%"
7
{{{#!wiki style="width:inherit;height:inherit;border-bottom-left-radius:50%;border-bottom-right-radius:50%;background:no-repeat linear-gradient(90deg, #f00, #a00);background-position:50% 100%;background-size:100% 0%"
8
}}}}}}}}}}}}}}}
17
{{{#!wiki style="width:inherit;height:inherit;border-bottom-left-radius:50%;border-bottom-right-radius:50%;background:no-repeat linear-gradient(90deg, #f00, #a00);background-position:50% 100%;background-size:100% 90%"
18
}}}}}}}}}}}}
919
10
11
1220
{{{#!wiki style="width:120px;height:120px;background:linear-gradient(transparent 10%, #ccc 0, #ccc 68%, #aaa, gray 72%, gray 0);text-align:center"
1321
{{{#!wiki style="display:inline-block;width:100px;height:calc(100px/2)"
22
{{{#!wiki style="width:inherit;height:inherit"
1423
{{{#!wiki style="float:left;width:inherit;height:inherit;background-color:#fff;border:2px solid red;border-radius:50%;overflow:hidden"
1524
{{{#!wiki style="width:inherit;height:inherit;background:no-repeat radial-gradient(closest-side at 50% 50%, red 100%, #fff 0);background-position:20% 100%;background-size:98% 98%"
1625
}}}}}}{{{#!wiki style="width:inherit;height:inherit;margin-top:20%"
17
{{{#!wiki style="width:inherit;height:inherit;border-bottom-left-radius:50%;border-bottom-right-radius:50%;background:no-repeat linear-gradient(90deg, #f00, #a00);background-position:50% 100%;background-size:100% 90%"
18
}}}}}}}}}}}}
26
{{{#!wiki style="width:inherit;height:inherit;border-bottom-left-radius:50%;border-bottom-right-radius:50%;background:no-repeat linear-gradient(90deg, #f00, #a00);background-position:50% 100%;background-size:100% 0%"
27
}}}}}}}}}}}}}}}
1928
2029
2130
31
32
33
34
35
36
37
2238
{{{#!style
2339
.borderbutton {
2440
display:inline-block;padding:5px 10px;border:10px groove red
......