DokuWiki

It's better when it's simple

User Tools

Site Tools


template:adoradark

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
template:adoradark [2013-10-10 20:14] – [Sites using this Template] 77.0.74.65template:adoradark [2023-05-02 17:08] (current) – [Sites using this Template] 186.219.133.189
Line 3: Line 3:
 ---- template ---- ---- template ----
 description   : Dark version of default Adora Belle template description   : Dark version of default Adora Belle template
-author        : Drew Prentice +author        : Andrew Prentice 
-email         : drew@is.notconscio.us +email         : drawnepicenter@gmail.com 
-lastupdate    : 2013-04-10 +lastupdate    : 2017-02-26 
-compatible    : WeatherwaxAdora Belle+compatible    : Frusterick MannersElenor of Tsort, Detritus, Hrun, Ponder Stibbons, Binky, Weatherwax
 depends       :  depends       : 
 conflicts     : #example, template:sample conflicts     : #example, template:sample
-similar       :  +similar       : template:dokuwiki 
-screenshot_img: http://notconscio.us/images/adoradark.jpg+screenshot_img: http://raw.githubusercontent.com/notconscious/dokuwiki-template-adoradark/master/adoradark.jpg
 tags          : sidebar, mobile, responsive, wide, dark, contrast tags          : sidebar, mobile, responsive, wide, dark, contrast
  
-downloadurl   : http://github.com/notconscious/dokuwiki-template-adoradark/zipball/master +downloadurl   : https://github.com/notconscious/dokuwiki-template-adoradark/zipball/master 
-bugtracker    : http://github.com/notconscious/dokuwiki-template-adoradark/issues +bugtracker    : https://github.com/notconscious/dokuwiki-template-adoradark/issues 
-sourcerepo    : http://github.com/notconscious/dokuwiki-template-adoradark/+sourcerepo    : https://github.com/notconscious/dokuwiki-template-adoradark/
 donationurl   :  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. The layout is adjusted to fit more text on the screen, and the header isn't as tall. Comments, suggestions, etc. are always welcome.+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 ====== ===== 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 [[https://github.com/notconscious/dokuwiki-template-adoradark/pull/4|#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.   * April 10, 2013 - Adjusted color scheme for more contrast.
Line 29: Line 39:
 Use the following URL to download this template: Use the following URL to download this template:
  
-  * [[http://github.com/notconscious/dokuwiki-template-adoradark/zipball/master|Adora Dark]]+  * [[https://github.com/notconscious/dokuwiki-template-adoradark/zipball/master|Adora Dark]]
  
 Refer to [[:template]] on how to install and use templates in Dokuwiki. 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''
 +
 +<code 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
 +</code>
 +(This file is derived from [[https://github.com/notconscious/dokuwiki-template-adoradark/blob/master/style.local.ini|style.local.ini]])
 +
 +(Minor: another change is performed as well. The change of width of ToC <code css>
 +/* toc container */
 +#dw__toc {
 +    width: 75em;
 +}
 +</code>
 +When desired you can add this change to your ''conf/userstyle.css''.)
 +
 +
  
 ===== Sites using this Template ===== ===== Sites using this Template =====
  
-  * http://www.canterlot-archives.de+  * https://ayenee.org/wiki 
 +  * https://manual.cgeo.org 
 +  * https://mundoaz.com/wiki 
 +  * https://wikiveilleurs.net
template/adoradark.1381428845.txt.gz · Last modified: 2013-10-10 20:14 by 77.0.74.65

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki