Mercurial > laserkard
comparison cardDefinitions.JSON @ 44:1045db9799e3 laserkard
[svn r45] Greatly Enhanced Responsiveness of the website.
author | rlm |
---|---|
date | Thu, 28 Jan 2010 04:10:44 -0500 |
parents | |
children | b2a11435a89b |
comparison
equal
deleted
inserted
replaced
43:329638a361cc | 44:1045db9799e3 |
---|---|
1 | |
2 | |
3 { | |
4 | |
5 "bold" : | |
6 { | |
7 "Name" : | |
8 {"posx": "10", "posy" : "160", "center" : 1, "font" : "60"}, | |
9 "Email" : | |
10 {"posx": "280", "posy" : "270", "font" : "25"}, | |
11 }, | |
12 | |
13 | |
14 "arrow" : | |
15 { | |
16 "Name" : | |
17 {"posx": "40", "posy" : "110", "font" : "55"}, | |
18 "Company" : | |
19 {"posx": "40", "posy" : "155", "font" : "27"}, | |
20 "Occupation" : | |
21 {"posx": "40", "posy" : "190", "font" : "27"}, | |
22 "Email" : | |
23 {"posx": "280", "posy" : "270", "font" : "25"} , | |
24 }, | |
25 | |
26 | |
27 "classic" : | |
28 { | |
29 "Email" : | |
30 {"posy" : "42", "center" : 1, "font" : "29"}, | |
31 "Phone" : | |
32 {"posy" : "75", "center" : 1, "font" : "27"}, | |
33 "Name" : | |
34 {"posy" : "164", "center" : 1, "font" : "47", "face" : "800"}, | |
35 "Company" : | |
36 {"posy" : "247", "center" : 1, "font" : "27"}, | |
37 "Occupation" : | |
38 {"posy" : "278", "center" : 1, "font" : "27"}, | |
39 "Website" : | |
40 {"posy" : "0", "posx" : "0", "weirdFlip" : 1, "font" : "21"}, | |
41 }, | |
42 | |
43 "direct" : | |
44 { | |
45 "Name" : | |
46 {"posx": "37", "posy" : "70", "font" : "55"}, | |
47 "Occupation" : | |
48 {"posx": "37", "posy" : "120", "font" : "27"}, | |
49 "Company" : | |
50 {"posx": "37", "posy" : "178", "font" : "27"}, | |
51 "Phone" : | |
52 {"posx": "37", "posy" : "210", "font" : "27"}, | |
53 "Email" : | |
54 {"posx": "37", "posy" : "240", "font" : "27"} , | |
55 "Website" : | |
56 {"posx": "37", "posy" : "270", "font" : "27"} , | |
57 | |
58 | |
59 }, | |
60 | |
61 | |
62 | |
63 | |
64 } |