r836 vs r837
11
{{{#!style
22
.red-button: {
3
3
display:block
44
}
55
.red-button:active {
6
6
display:none
77
}
88
}}}
99
10
11
10
{{{#!wiki style="width:120px;height:125px;overflow:hidden"
11
{{{#!wiki class="red-button"
1212
{{{#!wiki style="width:120px;height:120px;background:linear-gradient(transparent 10%, #ccc 0, #ccc 68%, #aaa, gray 72%, gray 0);text-align:center"
1313
{{{#!wiki style="display:inline-block;width:100px;height:calc(100px/2)"
1414
{{{#!wiki style="float:left;width:inherit;height:inherit;background-color:#fff;border:2px solid red;border-radius:50%;overflow:hidden"
1515
{{{#!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%"
1616
}}}}}}{{{#!wiki style="width:inherit;height:inherit;margin-top:20%"
1717
{{{#!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
}}}}}}}}}}}}
19
20
{{{#!wiki style="width:120px;height:120px;background:linear-gradient(transparent 10%, #ccc 0, #ccc 68%, #aaa, gray 72%, gray 0);text-align:center"
18
}}}}}}}}}}}}}}}{{{#!wiki style="width:120px;height:120px;background:linear-gradient(transparent 10%, #ccc 0, #ccc 68%, #aaa, gray 72%, gray 0);text-align:center"
2119
{{{#!wiki style="display:inline-block;width:100px;height:calc(100px/2)"
2220
{{{#!wiki style="width:inherit;height:inherit"
2321
{{{#!wiki style="float:left;width:inherit;height:inherit;background-color:#fff;border:2px solid red;border-radius:50%;overflow:hidden"
2422
{{{#!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%"
2523
}}}}}}{{{#!wiki style="width:inherit;height:inherit;margin-top:20%"
2624
{{{#!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
}}}}}}}}}}}}}}}
25
}}}}}}}}}}}}}}}}}}
2826
2927
3028
......
3432
3533
3634
37
3835
{{{#!style
3936
.borderbutton {
4037
display:inline-block;padding:5px 10px;border:10px groove red
......