how to change the stylesheets
You can easy customise
PyLucid if you change the stylesheets. Every Plugin output has CSS "anchor" you can use.
Every plugin output would be surounded with a html div tag. This div tag looks like this:
- CSS class items:
- "PyLucidPlugins" - This string is always the same for every plugin output
- pluginname - The name of the plugin how inserted the html output code
- CSS id item:
- pluginname_methodname - Combination of plugin name and current method name.
Note: The CSS id item has a appended number, if the same plugin method inserted html output more than one time!
Here two examples how CSS can change a output:
Look into the generated html code and find the plugin output. Firebug / IE dev toolbar can help you ;)