Это старая версия документа!
Содержание
Adora Dark Template
—- template —- description : Dark version of default Adora Belle template author : Andrew Prentice email : drawnepicenter@gmail.com lastupdate : 2017-02-26 compatible : Frusterick Manners, Elenor of Tsort, Detritus, Hrun, Ponder Stibbons, Binky, Weatherwax depends : conflicts : #example, template:sample similar : template:dokuwiki screenshot_img: http://raw.githubusercontent.com/notconscious/dokuwiki-template-adoradark/master/adoradark.jpg tags : sidebar, mobile, responsive, wide, dark, contrast
downloadurl : https://github.com/notconscious/dokuwiki-template-adoradark/zipball/master bugtracker : https://github.com/notconscious/dokuwiki-template-adoradark/issues sourcerepo : https://github.com/notconscious/dokuwiki-template-adoradark/ donationurl :
Since I really like the new default theme, and I prefer dark themes so my eyes don't hurt as much, I created Adora Dark. Comments, suggestions, etc. are always welcome.
Changelog
- February 26, 2017 - Return to old style template, enable installation via extension manager.
- January 27, 2017 - Update-proof template, page widths at normal dimensions now
- January 23, 2017 - Compatible with Elenor of Tsort & Detritus
- December 24, 2014 - Hrun rebase
- December 23, 2014 - Merge pull request #4 from dfkt/patch-1 Update template.info.txt so Dokuwiki doesn't complain about template being out of date.
- April 10, 2013 - Adjusted color scheme for more contrast.
Download and Install
Use the following URL to download this template:
Refer to template on how to install and use templates in Dokuwiki.
Recommended approach (update-proof)
This template is mainly an adjustment of the 'dokuwiki' template with help of its default customization options. The customizing is done in style.local.ini. To have an always up-to-date wiki, with just this layout, you only need to adding the next file to your wiki in the directory <dokuwiki>/lib/tpl/dokuwiki/style.local.ini.
- /lib/tpl/dokuwiki/style.local.ini
[replacements] ;-------------------------------------------------------------------------- ;------ guaranteed dokuwiki color placeholders that every plugin can use ; main text and background colors __text__ = "#eee" ; @ini_text __background__ = "#222" ; @ini_background ; alternative text and background colors __text_alt__ = "#ddd" ; @ini_text_alt __background_alt__ = "#444" ; @ini_background_alt ; neutral text and background colors __text_neu__ = "#ccc" ; @ini_text_neu __background_neu__ = "#333" ; @ini_background_neu ; border color __border__ = "#f90" ; @ini_border ; highlighted text (e.g. search snippets) __highlight__ = "#aa6" ; @ini_highlight ;-------------------------------------------------------------------------- __background_site__ = "#000" ; @ini_background_site ; these are used for links __link__ = "#f90" ; @ini_link __existing__ = "#ff8" ; @ini_existing __missing__ = "#f43" ; @ini_missing ; site and sidebar widths __site_width__ = "100%" ; @ini_site_width __sidebar_width__ = "15%" ; @ini_sidebar_width
(This file is derived from style.local.ini)
(Minor: another change is performed as well. The change of width of ToC
/* toc container */ #dw__toc { width: 75em; }
When desired you can add this change to your conf/userstyle.css.)
