-
Notifications
You must be signed in to change notification settings - Fork 208
/
GlobalLevelTemplate.json
114 lines (114 loc) · 4.49 KB
/
GlobalLevelTemplate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "GlobalLevelTemplate",
"visualStyles": {
"*": {
"*": {
"title": [{
"show": true,
"fontColor": { "solid": { "color": "#cc6600" } },
"background": { "solid": { "color": "#333333" } },
"alignment": "center",
"fontSize": 12,
"fontFamily": "Verdana"
}],
"background": [{
"show": true,
"color": { "solid": { "color": "#002a5b" } },
"transparency": 25
}],
"lockAspect": [{
"show": true
}],
"border": [{
"show": true,
"color": { "solid": { "color": "#886b01" } },
"radius": 10
}],
"visualTooltip": [{
"type": "Default"
}],
"stylePreset": [{
"name": "None"
}],
"visualHeader": [{
"foreground": { "solid": { "color": "#cc6600" } },
"border": { "solid": { "color": "#333333" } },
"showTooltipButton": true
}],
"visualHeaderTooltip": [{
"text": "Header tooltip text",
"titleFontColor": { "solid": { "color": "#cc6600" } },
"transparency": 0,
"background": { "solid": { "color": "#002a5b" } }
}],
"dropShadow": [{
"show": true,
"angle": 100,
"color" : { "solid": { "color": "#002a5b" } },
"position": "Outer",
"preset": "Custom",
"shadowBlur": 20,
"shadowDistance": 10,
"shadowSpread": 7,
"transparency": 25
}]
}
},
"page": {
"*": {
"background": [{
"color": { "solid": { "color": "#465d85" } },
"image": {
"name": "background",
"scaling": "Fit",
"url": "<Base64 Encode>"
},
"transparency": 50
}],
"outspace": [{
"color": { "solid": { "color": "#886b01" } },
"image": {
"name": "outspace",
"scaling": "Fit",
"url": "<Base64 Encode>"
},
"transparency": 50
}],
"outspacePane": [{
"backgroundColor": { "solid": { "color": "#ededed" } },
"foregroundColor": { "solid": { "color": "#3e3e3e" } },
"borderColor": { "solid": { "color": "#3e3e3e" } },
"transparency": 0,
"titleSize": 18,
"headerSize": 8,
"fontFamily": "Segoe UI",
"border": true
}],
"filterCard": [
{
"$id": "Applied",
"backgroundColor": { "solid": { "color": "#0c62fb" } },
"foregroundColor": { "solid": { "color": "#ffffff" } },
"borderColor": { "solid": { "color": "#c2d8fe" } },
"inputBoxColor": { "solid": { "color": "#ffffff" } },
"transparency": 0,
"textSize": 11,
"fontFamily": "Segoe UI",
"border": true
},
{
"$id": "Available",
"backgroundColor": { "solid": { "color": "#c2d8fe" } },
"foregroundColor": { "solid": { "color": "#3e3e3e" } },
"borderColor": { "solid": { "color": "#c2d8fe" } },
"inputBoxColor": { "solid": { "color": "#c2d8fe" } },
"transparency": 0,
"textSize": 10,
"fontFamily": "Segoe UI",
"border": true
}
]
}
}
}
}