본문으로 건너뛰기
사용자

flyant(비교)

r1609 vs r1610
11
{{{#!if EUbgcolor = 'gray', EUstarcolor = 'red'
22
}}}{{{#!style
3
.EU-star {color:red;width:@EUstarX@px;height:25px;margin:@EUstarX@px 0 0 @EUstarY@px;background:conic-gradient(from -18deg at 61.23% 34.55%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 54deg at 68.16% 55.9%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 126deg at 50% 69.1%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 198deg at 31.84% 55.9%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 270deg at 38.77% 34.55%, @EUbgcolor@ 108deg, transparent 0deg), linear-gradient(@EUstarcolor@, @EUstarcolor@)}
3
.EU-star {color:red;width:25px;height:25px;background:conic-gradient(from -18deg at 61.23% 34.55%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 54deg at 68.16% 55.9%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 126deg at 50% 69.1%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 198deg at 31.84% 55.9%, @EUbgcolor@ 108deg, transparent 0deg), conic-gradient(from 270deg at 38.77% 34.55%, @EUbgcolor@ 108deg, transparent 0deg), linear-gradient(@EUstarcolor@, @EUstarcolor@)}
44
.EU-bg {display:flex;width:300px;height:200px;background:green}
55
}}}
66
7
{{{#!wiki style="display:flex;width:100px;height:100px;background:gray"
8
{{{#!wiki style="margin:10px 0 0 10px;width:20px;height:20px;background:red"
9
}}}}}}
107
11
128
{{{#!wiki class="EU-bg"
13
{{{#!if EUstarX = 50, EUstarY = 50
14
}}}{{{#!wiki class="EU-star"
9
{{{#!wiki style="width:100px;height:100px;background:pink"
10
{{{#!wiki class="EU-star"
11
}}}
1512
}}}}}}
1613
1714
......