Change base to be the default DokuWiki template

This commit is contained in:
2026-01-30 11:17:54 +01:00
parent decb19f5bd
commit 90786557a2
90 changed files with 4205 additions and 1812 deletions

101
style.ini Normal file → Executable file
View File

@@ -1,4 +1,4 @@
; Please see https://www.php.net/manual/en/function.parse-ini-file.php
; Please see http://php.net/manual/en/function.parse-ini-file.php
; for limitations of the ini format used here
; To extend this file or make changes to it, it is recommended to create
@@ -16,38 +16,30 @@
[stylesheets]
css/basic.css = screen
css/basic.less = screen
css/_imgdetail.css = screen
css/_media_popup.css = screen
css/_media_fullscreen.css = screen
css/_fileuploader.css = screen
css/_tabs.css = screen
css/_links.css = screen
css/_toc.css = screen
css/_footnotes.css = screen
css/_search.less = screen
css/_recent.css = screen
css/_diff.css = screen
css/_edit.css = screen
css/_modal.css = screen
css/_forms.css = screen
css/_admin.less = screen
css/structure.less = screen
css/design.less = screen
css/usertools.less = screen
css/pagetools.less = screen
css/content.less = screen
; load styles from the default 'dokuwiki' template
; some of these have been renamed from *.css to *.less
; but .css still loads the same file and is backwards compatible
../dokuwiki/css/_imgdetail.css = screen
../dokuwiki/css/_media_popup.css = screen
../dokuwiki/css/_media_fullscreen.css = screen
../dokuwiki/css/_fileuploader.css = screen
../dokuwiki/css/_tabs.css = screen
../dokuwiki/css/_links.css = screen
../dokuwiki/css/_toc.css = screen
../dokuwiki/css/_footnotes.css = screen
../dokuwiki/css/_search.less = screen
../dokuwiki/css/_recent.css = screen
../dokuwiki/css/_diff.css = screen
../dokuwiki/css/_edit.css = screen
../dokuwiki/css/_modal.css = screen
../dokuwiki/css/_forms.css = screen
../dokuwiki/css/_admin.less = screen
; load the rest of the styles
css/structure.css = screen
css/design.css = screen
css/content.css = screen
css/includes.css = screen
; TurboVision / TuiCSS integration overrides (keep last)
css/tuivision.css = screen
css/mobile.css = all
css/print.css = print
css/mobile.less = all
css/print.css = print
; This section is used to configure some placeholder values used in
@@ -62,33 +54,40 @@ css/print.css = print
;------ guaranteed dokuwiki color placeholders that every plugin can use
; main text and background colors
; TurboVision-style dark defaults
__text__ = "#ffffff" ; @ini_text
__background__ = "#000000" ; @ini_background
__text__ = "#333" ; @ini_text
__background__ = "#fff" ; @ini_background
; alternative text and background colors
__text_alt__ = "#c0c0c0" ; @ini_text_alt
__background_alt__ = "#0000a8" ; @ini_background_alt
__text_alt__ = "#999" ; @ini_text_alt
__background_alt__ = "#eee" ; @ini_background_alt
; neutral text and background colors
__text_neu__ = "#ffffff" ; @ini_text_neu
__background_neu__ = "#0000a8" ; @ini_background_neu
__text_neu__ = "#666" ; @ini_text_neu
__background_neu__ = "#ddd" ; @ini_background_neu
; border color
__border__ = "#ffffff" ; @ini_border
__border__ = "#ccc" ; @ini_border
; highlighted text (e.g. search snippets)
__highlight__ = "#ffff00" ; @ini_highlight
__highlight__ = "#ff9" ; @ini_highlight
; link color
__link__ = "#00ffff" ; @ini_link
; default link color
__link__ = "#2b73b7" ; @ini_link
__luxtools_locationlink__ = "#b57d35" ; @ini_luxtools_locationlink
;--------------------------------------------------------------------------
; these are used for other links
__existing__ = "#00ff00" ; @ini_existing
__missing__ = "#ff5555" ; @ini_missing
__background_site__ = "#fbfaf9" ; @ini_background_site
; these are used for wiki links
__existing__ = "#080" ; @ini_existing
__missing__ = "#d30" ; @ini_missing
; site and sidebar widths
__site_width__ = "75em" ; @ini_site_width
__sidebar_width__ = "16em" ; @ini_sidebar_width
; cut off points for mobile devices
__tablet_width__ = "800px" ; @ini_tablet_width
__phone_width__ = "480px" ; @ini_phone_width
__theme_color__ = "#008800" ; @_ini_theme_color: theme_color of the web app
; widths
__site_width__ = "100%" ; @ini_site_width
__sidebar_width__ = "16em" ; @ini_sidebar_width
; color of the web app (used by the core, not by the template)
__theme_color__ = "#0000a8" ; @ini_theme_color