Turinys

Adora Dark Template

Compatible with DokuWiki

Frusterick Manners, Elenor of Tsort, Detritus, Hrun, Ponder Stibbons, Binky, Weatherwax

template Dark version of default Adora Belle template

Last updated on
2017-02-26
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to dokuwiki

Tagged with contrast, dark, mobile, responsive, sidebar, wide

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

Download and Install

Use the following URL to download this template:

Refer to template on how to install and use templates in Dokuwiki.

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.)

Sites using this Template