Mercurial > laserkard
diff 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 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cardDefinitions.JSON Thu Jan 28 04:10:44 2010 -0500 1.3 @@ -0,0 +1,64 @@ 1.4 + 1.5 + 1.6 +{ 1.7 + 1.8 +"bold" : 1.9 + { 1.10 + "Name" : 1.11 + {"posx": "10", "posy" : "160", "center" : 1, "font" : "60"}, 1.12 + "Email" : 1.13 + {"posx": "280", "posy" : "270", "font" : "25"}, 1.14 + }, 1.15 + 1.16 + 1.17 +"arrow" : 1.18 + { 1.19 + "Name" : 1.20 + {"posx": "40", "posy" : "110", "font" : "55"}, 1.21 + "Company" : 1.22 + {"posx": "40", "posy" : "155", "font" : "27"}, 1.23 + "Occupation" : 1.24 + {"posx": "40", "posy" : "190", "font" : "27"}, 1.25 + "Email" : 1.26 + {"posx": "280", "posy" : "270", "font" : "25"} , 1.27 + }, 1.28 + 1.29 + 1.30 +"classic" : 1.31 + { 1.32 + "Email" : 1.33 + {"posy" : "42", "center" : 1, "font" : "29"}, 1.34 + "Phone" : 1.35 + {"posy" : "75", "center" : 1, "font" : "27"}, 1.36 + "Name" : 1.37 + {"posy" : "164", "center" : 1, "font" : "47", "face" : "800"}, 1.38 + "Company" : 1.39 + {"posy" : "247", "center" : 1, "font" : "27"}, 1.40 + "Occupation" : 1.41 + {"posy" : "278", "center" : 1, "font" : "27"}, 1.42 + "Website" : 1.43 + {"posy" : "0", "posx" : "0", "weirdFlip" : 1, "font" : "21"}, 1.44 + }, 1.45 + 1.46 +"direct" : 1.47 + { 1.48 + "Name" : 1.49 + {"posx": "37", "posy" : "70", "font" : "55"}, 1.50 + "Occupation" : 1.51 + {"posx": "37", "posy" : "120", "font" : "27"}, 1.52 + "Company" : 1.53 + {"posx": "37", "posy" : "178", "font" : "27"}, 1.54 + "Phone" : 1.55 + {"posx": "37", "posy" : "210", "font" : "27"}, 1.56 + "Email" : 1.57 + {"posx": "37", "posy" : "240", "font" : "27"} , 1.58 + "Website" : 1.59 + {"posx": "37", "posy" : "270", "font" : "27"} , 1.60 + 1.61 + 1.62 + }, 1.63 + 1.64 + 1.65 + 1.66 + 1.67 +}