.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _admin-manual: Administrator Manual ==================== Target group: **Administrators** .. _admin-installation: Installation ------------ To install the extension, perform the following steps: #. Go to the Extension Manager #. Install the extension The default configuration will show a dark bar without a link to the cookie policy at the bottom of the page. After installing the extension the TypoScript configuration will be included on all pages in your installation. If you want to include the files per site or as a dependency of a site package you can disable this feature by going into the Extension Manager and checking the option to disable autoloading TypoScript constants and setup. .. _admin-configuration: Configuration ------------- The extension can be configured by :ref:`TypoScript `. The messages that get shown to the visitor of your can be translated using the TYPO3 language files and overrides. Theming ------- If the included themes don't fit your requirements and you want to customize or build your own theme you can find the source files for the CSS in the `cookieconsent2 github repository`_ within the styles folder. Example to adjust the button color: .. code-block:: scss :linenos: @import 'styles/dark-bottom'; .cc_container { .cc_btn, .cc_btn:visited { color: #fff; background-color: #80bd26; } } .. _cookieconsent2 github repository: https://github.com/silktide/cookieconsent2