You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

112 lines
4.0 KiB

  1. [stylesheets]
  2. css/comp.less = all
  3. css/links.less = all
  4. css/basic.less = all
  5. css/fixes.less = all
  6. css/editor.less = all
  7. css/mobile.less = screen
  8. [replacements]
  9. ;-----------------------------------------------------------------------------------------------------------------
  10. ;
  11. ; Step one in making your wiki look great, choose the right colors:
  12. ; It is recommended that you change the 3 values below to your liking, or choose from one of the preset themes
  13. ;
  14. ; 'primary' defines the base color of your website, this will be the color of the drawer on the left.
  15. ; 'primary_dark' defines a darker shade of your primary color
  16. ; 'accent' defines a bright color that contrasts your primary color, and is as a color for important actions
  17. ;
  18. ;------------------------------------------------------------------------------------------------------------------
  19. ; CHOOSE FROM THE THEMES BELOW (uncomment the ';' before each color preset)
  20. ; Blue grey - Red
  21. __primary__ = "#455A64" ; @ini_primary
  22. __primary_dark__ = "#1C313A" ; @ini_primary_dark
  23. __accent__ = "#C62828" ; @ini_accent
  24. ; Blue grey - Yellow
  25. ; __primary__ = "#455A64" ; @ini_primary
  26. ; __primary_dark__ = "#1C313A" ; @ini_primary_dark
  27. ; __accent__ = "#FBC02D" ; @ini_accent
  28. ; Light grey - Red
  29. ; __primary__ = "#607D8B" ; @ini_primary
  30. ; __primary_dark__ = "#34515E" ; @ini_primary_dark
  31. ; __accent__ = "#C62828" ; @ini_accent
  32. ; Deep blue - Orange
  33. ; __primary__ = "#1a237e" ; @ini_primary
  34. ; __primary_dark__ = "#181F69" ; @ini_primary_dark
  35. ; __accent__ = "#FB8C00" ; @ini_accent
  36. ; Blue - Orange
  37. ; __primary__ = "#1976D2" ; @ini_primary
  38. ; __primary_dark__ = "#003C8F" ; @ini_primary_dark
  39. ; __accent__ = "#FBC02D" ; @ini_accent
  40. ; Blue - Pink
  41. ; __primary__ = "#3F61b5" ; @ini_primary
  42. ; __primary_dark__ = "#303f9f" ; @ini_primary_dark
  43. ; __accent__ = "#ff4081" ; @ini_accent
  44. ; Green - Yellow
  45. ; __primary__ = "#009688" ; @ini_primary
  46. ; __primary_dark__ = "#00675B" ; @ini_primary_dark
  47. ; __accent__ = "#FBC02D" ; @ini_accent
  48. ; OR CREATE YOUR OWN CUSTOME THEME BELOW
  49. ; Custom
  50. ; __primary__ = "#262626" ; @ini_primary
  51. ; __primary_dark__ = "#000000" ; @ini_primary_dark
  52. ; __accent__ = "#fca800" ; @ini_accent
  53. ;--------------------------------------------------------------------------
  54. ; guaranteed dokuwiki color placeholders that every plugin can use
  55. ; Warning: not fully used by this theme
  56. ; main text and background colors
  57. __text__ = "#333" ; @ini_text
  58. __background__ = "#fff" ; @ini_background
  59. ; alternative text and background colors
  60. __text_alt__ = "#999" ; @ini_text_alt
  61. __background_alt__ = "#eee" ; @ini_background_alt
  62. ; neutral text and background colors
  63. __text_neu__ = "#666" ; @ini_text_neu
  64. __background_neu__ = "#ddd" ; @ini_background_neu
  65. ; border color
  66. __border__ = "#ccc" ; @ini_border
  67. ; background for code, pre tags
  68. __code_background__ = "#eff0f1" ; @ini_code_background
  69. ; highlighted text (e.g. search snippets)
  70. __highlight__ = "#ff9" ; @ini_highlight
  71. ; Link styling
  72. __link__ = "#3986dd" ; @ini_link
  73. __existing__ = "#3986dd" ; @ini_existing
  74. __missing__ = "#d30" ; @ini_missing
  75. ; widths
  76. __site_width__ = "64em" ; @ini_site_width
  77. __sidebar_width__ = "16em" ; @ini_sidebar_width