mobile/android/themes/core/defines.inc

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     1 %filter substitution
     3 %define color_about_background #ced7de
     4 %define color_about_item #e6e9eb
     5 %define color_about_item_inner #eef2f5
     7 %define color_background_active #525252
     8 %define color_background_default #000
     9 %define color_text_default #fff
    10 %define color_divider_border #333333
    11 %define color_button_border #5a5a5a
    12 %define color_dialog_border #5a5a5a
    13 %define color_background_dlgbuttons #9a9a9a
    14 %define color_background_panel #d6d6d6
    15 %define color_text_panel #000
    16 %define color_background_header #292929
    17 %define color_text_header #999999
    18 %define color_background_scroller #9a9a9a
    19 %define color_background_inverse #fff
    20 %define color_text_inverse #000
    21 %define color_text_button #000
    22 %define color_text_disabled #808080
    23 %define color_text_placeholder #808080
    24 %define color_text_as_link #febc2b
    26 %define color_background_highlight #febc2b
    27 %define color_background_highlight_overlay rgba(171, 171, 171, 0.5)
    28 %define color_text_highlight #000
    30 %define color_subtext_default lightgray
    31 %define color_subtext_inverse #414141
    33 %define font_xlarge 5.08mozmm
    34 %define font_xnormal 2.75mozmm
    35 %define font_normal 2.54mozmm
    36 %define font_snormal 2.33mozmm
    37 %define font_small 1.91mozmm
    38 %define font_xsmall 1.69mozmm
    39 %define font_tiny 1.48mozmm
    40 %define font_xtiny 1.27mozmm
    41 %define font_xxtiny 1.08mozmm
    43 %define touch_row 7.41mozmm
    44 %define touch_button_xlarge 7.62mozmm
    45 %define touch_button_large 6.77mozmm
    46 %define touch_button_small 5.93mozmm
    47 %define touch_button_minwidth 11.86mozmm
    48 %define touch_action_minwidth 21.17mozmm
    49 %define touch_normal 6.77mozmm
    51 %define margin_context_popup 3.39mozmm
    52 %define margin_large 2.54mozmm
    53 %define margin_xxxnormal 1.69mozmm
    54 %define margin_xnormal 1.06mozmm
    55 %define margin_normal 0.85mozmm
    56 %define margin_snormal 0.64mozmm
    57 %define margin_small 0.42mozmm
    58 %define margin_tiny 0.21mozmm
    59 %define margin_xtiny 0.15mozmm
    61 %define padding_xlarge 3.39mozmm
    62 %define padding_large 2.54mozmm
    63 %define padding_xxxnormal 1.69mozmm
    64 %define padding_xxnormal 1.27mozmm
    65 %define padding_xnormal 1.06mozmm
    66 %define padding_normal 0.85mozmm
    67 %define padding_snormal 0.64mozmm
    68 %define padding_small 0.42mozmm
    69 %define padding_xsmall 0.21mozmm
    70 %define padding_tiny 0.11mozmm
    72 %define border_width_xxlarge 0.64mozmm
    73 %define border_width_xlarge 0.42mozmm
    74 %define border_width_large 0.32mozmm
    75 %define border_width_small 0.21mozmm
    76 %define border_width_tiny 0.11mozmm
    78 %define border_radius_normal 0.85mozmm
    79 %define border_radius_small 0.64mozmm
    80 %define border_radius_xsmall 0.31mozmm
    81 %define border_radius_tiny 0.21mozmm
    83 %define shadow_width_xlarge 1.06mozmm
    84 %define shadow_width_large 0.64mozmm
    85 %define shadow_width_small 0.21mozmm
    87 %define textbox_height 5.08mozmm
    89 %define dropmarker_padding 0.53mozmm
    91 %define progressmeter_height 3.39mozmm
    93 %define urlbar_edit_height 6.35mozmm
    94 %define urlbar_edit_indent 0.85mozmm
    95 %define identity_popup_tablet_width 72mozmm
    97 %define scroller_thickness 0.64mozmm
    98 %define scroller_minimum 1.27mozmm
   100 %define sidebar_width_minimum 8.47mozmm
   101 %define sidebar_button_height 7.41mozmm
   102 %define documenttab_margin_bottom 0.85mozmm
   104 %define placelabel_padding 8.47mozmm
   105 %define placeitem_padding 4.23mozmm
   107 %define autocomplete_item_container_image_padding 0.53mozmm
   108 %define autocomplete_item_container_position 0.21mozmm
   109 %define autocomplete_item_container_size 2.75mozmm
   110 %define autocomplete_item_container_padding 5.08mozmm
   112 %define autocomplete_item_subtitle_margin 2.75mozmm
   113 %define autocomplete_item_label_margin 3.18mozmm
   114 %define autocomplete_item_tags_margin 3.39mozmm
   116 %define autocompleteresult_padding 0.53mozmm
   118 %define dialog_width 76.2mozmm
   120 %define appmenu_portrait_height 21.17mozmm
   121 %define appmenu_button_height  10.48mozmm
   123 %define tablet_panel_controls  40mozmm
   124 %define tablet_panel_minwidth  124mozmm
   126 %define orientation -moz-device-orientation

mercurial