root/modules/branches/2.11/fw_fop/op_style.cfg

Revision 12802, 2.5 kB (checked in by p_lindheimer, 2 years ago)

remove FOP from framework and convert to real module

Line 
1 [general]
2 ; Fade out buttons for state
3 dimm_noregister_by=20
4 dimm_lagged_by=60
5
6 ; Fade mwi when no mail is waiting
7 nomail_alpha=3
8
9 ; If enabled, the phone will shake/ring
10 enable_animation=1
11
12 ; Pixels to use on the ringing animtion
13 shake_pixels=2
14
15 ; Show borders around text labels, useful for debugin style
16 show_borders=0
17
18 ; If set, the label backdround will change to the led state color
19 enable_label_background=0
20
21 ; set to 1 for encrypting server to client communications
22 enable_crypto=1
23
24 ; use the font embeded in the flash movie instead of system fonts
25 use_embed_fonts=1
26
27 ; colors for led states
28 ledcolor_ready=0x00A000
29 ledcolor_busy=0xA01020
30 ledcolor_agent=0xD0d020
31 ledcolor_paused=0x000000
32
33 ; Settings for the button (rectangle)
34 btn_width=244
35 btn_height=26
36 btn_padding=2
37 btn_line_width=2
38 btn_line_color=F79418
39 btn_fadecolor_1=ccccff
40 btn_fadecolor_2=2973FF
41 btn_round_border=8
42 btn_highlight_color=F79418
43
44 ; Settings affecting the button label
45 label_font_size=11
46 label_font_family=Verdana  ; only valid when use_embed_fonts is disabled
47 label_font_color=000000
48 label_shadow_color=dddddd
49 label_margin_top=0
50 label_margin_left=35
51 label_shadow=1
52 label_extent_x=40  ; If the label does not fit horizontally, increase this number
53 label_extent_y=0
54
55
56 ; Settings affecting the button clid
57 clid_font_color=00dd00
58 clid_font_size=11
59 clid_centered=1
60 clid_font_family=Verdana
61 clid_margin_top=11
62 clid_margin_left=35
63
64 ; Settings for the timer
65 timer_font_color=4000ff
66 timer_font_size=11
67 timer_font_family=Verdana
68 timer_margin_top=11
69 timer_margin_left=160
70
71 ; Settings for the oval led
72 led_scale=60
73 led_margin_top=10
74 led_margin_left=20
75
76 ; Settings for the arrow
77 arrow_scale=60
78 arrow_margin_top=5
79 arrow_margin_left=5
80
81 ; Settings for MWI Icon
82 mail_margin_left=-40
83 mail_margin_top=13
84 mail_scale=4
85
86 ; Settings for icons
87 icon1_margin_top=10
88 icon1_margin_left=-15
89 icon1_scale=6
90
91 icon2_margin_top=10
92 icon2_margin_left=-15
93 icon2_scale=6
94
95 icon3_margin_top=10
96 icon3_margin_left=-15
97 icon3_scale=6
98
99 icon4_margin_top=10
100 icon4_margin_left=-15
101 icon4_scale=6
102
103 icon5_margin_top=10
104 icon5_margin_left=-15
105 icon5_scale=6
106
107 icon6_margin_top=10
108 icon6_margin_left=-15
109 icon6_scale=6
110
111 ; Settings for Status Bar at the top
112 show_security_code=1
113 show_clid_info=0
114 show_btn_help=3
115 show_btn_debug=0
116 show_btn_reload=2
117 show_status=4
118
119 ;[sip]
120 ; You can have different styles per panel context
121 ; You need to copy all the variables, they will not be
122 ; inherited. If you fail to include an option the flash
123 ; client migth hang. So, copy the complete [general]
124 ; section an change the header to the panel context name.
125 ; Then adjust the parameters to your liking.
Note: See TracBrowser for help on using the browser.