10 lines
160 B
Text
10 lines
160 B
Text
opacity {
|
|
opacity: 0.6;
|
|
child: shadow {
|
|
shadows: rgb(255,0,0) 10 10;
|
|
child: color {
|
|
bounds: 0 0 50 50;
|
|
color: rgb(0,0,255);
|
|
}
|
|
}
|
|
}
|