Dictionary CSS Classes

For developers and those comfortable in dealing with CSS, you can easily customize the display of the WordPress Dictionary Plugin using the provided CSS classes.

Note — Every element of the Entry also has the class: dictionary

Universal Classes

[css]ul.entry_type_list[/css]
You can use this to control the list output of the Entry Types

[css]div.entry_content[/css]
The definition of the Entry is wrapped with a div

[css]div.origin[/css]
The origin content for the Entry is wrapped by a div

[css]h3.origin_title[/css]
Inside of div.origin is the title

[css]p.origin_content[/css]
Inside of div.origin is a paragraph tag