Styling part one

This commit is contained in:
2026-01-16 14:09:44 +01:00
parent 2a7f123ef2
commit f89ba99587
4 changed files with 353 additions and 87 deletions

View File

@@ -43,6 +43,9 @@ 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
@@ -59,32 +62,33 @@ css/print.css = print
;------ guaranteed dokuwiki color placeholders that every plugin can use
; main text and background colors
__text__ = "#333" ; @ini_text
__background__ = "#fff" ; @ini_background
; TurboVision-style dark defaults
__text__ = "#ffffff" ; @ini_text
__background__ = "#000000" ; @ini_background
; alternative text and background colors
__text_alt__ = "#999" ; @ini_text_alt
__background_alt__ = "#eee" ; @ini_background_alt
__text_alt__ = "#c0c0c0" ; @ini_text_alt
__background_alt__ = "#0000a8" ; @ini_background_alt
; neutral text and background colors
__text_neu__ = "#666" ; @ini_text_neu
__background_neu__ = "#ddd" ; @ini_background_neu
__text_neu__ = "#ffffff" ; @ini_text_neu
__background_neu__ = "#0000a8" ; @ini_background_neu
; border color
__border__ = "#ccc" ; @ini_border
__border__ = "#ffffff" ; @ini_border
; highlighted text (e.g. search snippets)
__highlight__ = "#ff9" ; @ini_highlight
__highlight__ = "#ffff00" ; @ini_highlight
; link color
__link__ = "#00c" ; @ini_link
__link__ = "#00ffff" ; @ini_link
;--------------------------------------------------------------------------
; these are used for other links
__existing__ = "#090" ; @ini_existing
__missing__ = "#f30" ; @ini_missing
__existing__ = "#00ff00" ; @ini_existing
__missing__ = "#ff5555" ; @ini_missing
; widths
__site_width__ = "64em" ; @ini_site_width
__sidebar_width__ = "16em" ; @ini_sidebar_width
; color of the web app (used by the core, not by the template)
__theme_color__ = "#eee" ; @ini_theme_color
__theme_color__ = "#0000a8" ; @ini_theme_color