Is it possible to customize the style of a single element in a dokuwiki page? For example, I'd like to change the background colour of a single <code> block, on a single page.
It seems that I can add a class myClass to the element like this:
<code myClass>
print "This is some code\n";
</code>
But I have no way to modify the class with css. I don't have permission to edit the wiki-wide css files. Is there any way a regular contributor can customize an element like that?