roboto and roboto condensed font

nav-direct and magicMatcher
This commit is contained in:
Jana Deutschländer 2016-11-02 17:39:50 +01:00
commit 40e8d24498
18 changed files with 283 additions and 40 deletions

View file

@ -19,10 +19,10 @@
[stylesheets]
; * * * * * * * * * * * * * * * * * * * * *
; DokuWiki Default Template Styles
; * * * * * * * * * * * * * * * * * * * * *
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; DokuWiki Default Template Styles
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
../dokuwiki/css/_imgdetail.css = screen
../dokuwiki/css/_media_popup.css = screen
@ -41,10 +41,9 @@
../dokuwiki/css/_admin.css = screen
; * * * * * * * * * * * * * * * * * * * * *
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; sprintDoc Template Styles
; * * * * * * * * * * * * * * * * * * * * *
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; responsive behaviour for structure and areas is handled in style modules
@ -81,30 +80,44 @@ css/print.css = print
[replacements]
;--------------------------------------------------------------------------
;------ guaranteed dokuwiki color placeholders that every plugin can use
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; guaranteed dokuwiki color placeholders that every plugin can use
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; main text and background colors
__text__ = "#333" ; @ini_text
__background__ = "#fff" ; @ini_background
__text__ = "#252525" ; @ini_text
__background__ = "#ECECEC" ; @ini_background
; alternative text and background colors
__text_alt__ = "#999" ; @ini_text_alt
__background_alt__ = "#eee" ; @ini_background_alt
__text_alt__ = "#454545" ; @ini_text_alt
__background_alt__ = "#e8e8e8" ; @ini_background_alt
; neutral text and background colors
__text_neu__ = "#666" ; @ini_text_neu
__background_neu__ = "#ddd" ; @ini_background_neu
__text_neu__ = "#656565" ; @ini_text_neu
__background_neu__ = "#ffffff" ; @ini_background_neu
; border color
__border__ = "#ccc" ; @ini_border
__border__ = "#3c3c3c" ; @ini_border
; highlighted text (e.g. search snippets)
__highlight__ = "#ff9" ; @ini_highlight
__highlight__ = "#efefef" ; @ini_highlight
;--------------------------------------------------------------------------
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; template specific placeholders
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; these are used for links
__existing__ = "#090" ; @ini_existing
__missing__ = "#f30" ; @ini_missing
__existing__ = "#286da8" ; @ini_existing
__missing__ = "#CD5360" ; @ini_missing
; widths
__site_width__ = "64em" ; @ini_site_width
__sidebar_width__ = "16em" ; @ini_sidebar_width
__site_width__ = "64em" ; @ini_site_width
__sidebar_width__ = "16em" ; @ini_sidebar_width
__font_family_screen__ = "roboto, 'helvetica', arial, sans-serif"
__font_family_menu__ = "'roboto condensed', 'helvetica neue', arial, sans-serif"
__font_family_print__ = "'times new roman', serif"