DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

CSS Styles

As usual, the default CSS styles may be copied to a .css file. In such a case, the location of the file should be specified by TS setup:

plugin.tx_myquizpoll_pi1._CSS_DEFAULT_STYLE >page.includeCSS.file1 = fileadmin/styles/quiz_extensions.css

You can find the default CSS styles in the following file: “pi1/static/setup.txt”. You will find a “dummy.css” file with all used selectors in that directory too! Otherwise you can override the styles like this:

plugin.tx_myquizpoll_pi1._CSS_DEFAULT_STYLE (.tx_myquizpoll_pi1-title { font-size: 12pt; font-weight: bold; color: #000; })