we use the Oxygen Author Eclipse Plugin and want to use transparent images.
For instance, when we want to style the before content:
Code: Select all
.note:BEFORE{
content: url(transparent-image.png);
background-color: blue;
}
Best regards,
Simon