nav-tools menu icons

This commit is contained in:
Jana Deutschländer 2016-12-13 17:13:23 +01:00
commit da7e18f852
6 changed files with 165 additions and 26 deletions

View file

@ -114,12 +114,12 @@ __highlight__ = "#efefef" ; @ini_highlight
; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
; these are used for links
__existing__ = "#286da8" ; @ini_existing
__missing__ = "#CD5360" ; @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"
@ -128,6 +128,10 @@ __font_family_print__ = "'times new roman', serif"
__nav_direct_background__ = "#FFF"
__nav_direct_color__ = "#286da8"
__box_shadow__ = "0 0 .5em rgba(40,109,168,.5)"
__nav_menu_color__ = "#696969"
__nav_menu_hover_color__ = "#286da8"
__nav_menu_hover_bg__ = "#FFFFFF"
__default_border_radius__ = "5px"