summaryrefslogtreecommitdiff
path: root/style.ini
diff options
context:
space:
mode:
Diffstat (limited to 'style.ini')
-rw-r--r--style.ini65
1 files changed, 37 insertions, 28 deletions
diff --git a/style.ini b/style.ini
index ef5e0201e..8ac4fbe31 100644
--- a/style.ini
+++ b/style.ini
@@ -8,23 +8,28 @@
[stylesheets]
-css/basic.css = screen
-css/structure.css = screen
-css/design.css = screen
-css/content.css = screen
-css/_imgdetail.css = screen
-css/_mediamanager.css = screen
-css/_links.css = screen
-css/_toc.css = screen
-css/_footnotes.css = screen
-css/_search.css = screen
-css/_recent.css = screen
-css/_diff.css = screen
-css/_edit.css = screen
-css/_modal.css = screen
-css/_forms.css = screen
-css/_admin.css = screen
-css/includes.css = screen
+css/basic.css = 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.css = screen
+css/_recent.css = screen
+css/_diff.css = screen
+css/_edit.css = screen
+css/_modal.css = screen
+css/_forms.css = screen
+css/_admin.css = screen
+css/structure.css = screen
+css/design.css = screen
+css/pagetools.css = screen
+css/content.css = screen
+css/includes.css = screen
+css/mobile.css = screen
css/rtl.css = rtl
css/print.css = print
@@ -40,25 +45,29 @@ css/print.css = print
;------ guaranteed dokuwiki color placeholders that every plugin can use
; main text and background colors
-__text__ = "#333"
-__background__ = "#fff"
+__text__ = "#333"
+__background__ = "#fff"
; alternative text and background colors
-__text_alt__ = "#999"
-__background_alt__ = "#eee"
+__text_alt__ = "#999"
+__background_alt__ = "#eee"
; neutral text and background colors
-__text_neu__ = "#666"
-__background_neu__ = "#ddd"
+__text_neu__ = "#666"
+__background_neu__ = "#ddd"
; border color
-__border__ = "#ccc"
+__border__ = "#ccc"
;--------------------------------------------------------------------------
+__background_site__ = "#fbfaf9"
+
; these are used for links
-__existing__ = "#090"
-__missing__ = "#f30"
+__link__ = "#2b73b7"
+__existing__ = "#080"
+__missing__ = "#d30"
; highlighting search snippets
-__highlight__ = "#ff9"
+__highlight__ = "#ff9"
; sidebar width
-__sidebar_width__ = "16em"
+__site_width__ = "75em"
+__sidebar_width__ = "16em"