1# DokuWiki: KKH Template
2
3Template based on the standard Dokuwiki-Template
4
5
6## Features
7
8### Basis CSS changes
9
10* Font-sizes increased
11* Width increased
12* H1-headers (in the content area) with modified style (color configurable)
13
14### Additional styles
15* Animation when loading pages (configurable)
16* Content-Area can be set to transparent for the initial ``start``-Page
17
18### Plugin Integrations
19
20* Integration of the [addnewpage](https://www.dokuwiki.org/plugin:addnewpage)-Plugin
21* Style-Modifications for the [Approve-Plugin](https://www.dokuwiki.org/plugin:approve)
22* Style-Modifications for the [Button-Plugin](https://www.dokuwiki.org/plugin:button)
23* added ``transparent`` as second tag for ``box`` for der [wrap](https://www.dokuwiki.org/plugin:wrap)-Plugin to be used on transparent start pages, e.g. ``<WRAP box transparent 500px>Some content</WRAP>``
24
25### Configuration options
26
27* Colors for header-area can be set
28* Color (or optional: image) for page background can be set
29* Configurable slider for an external link
30* Hide the search bar in the header area
31* Set a link target for the logo which can differ from the link target of the title
32
33![](images/screenshots/sceenshot1.png)
34
35![](images/screenshots/sceenshot2.png)
36
37![](images/screenshots/screenshot3.png)
38
39![](images/screenshots/screenshot4.png)
40
41
42## Compatibility
43
44Tested with
45
46* PHP **7.3**
47* DokuWiki **Hogfather** (2020-07-29)
48* [Addnewpage-Plugin](https://www.dokuwiki.org/plugin:addnewpage) / **2015-11-02**
49* [Approve-Plugin](https://www.dokuwiki.org/plugin:approve) / **2020-09-21**
50
51
52## License
53
54This work is distributed unter the [GPL2-License](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) and ist based on the dokuwiki-templated contained in (bundled) with DokuWiki and was originally written by Annika Henke
55