11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
|
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);
|
||
|
}
|
||
|
}
|
||
|
}
|