Project

General

Profile

1
{
2
  "mainColor": "#4C9CD5",
3
  "secondaryColor": "#24857F",
4
  "panel": {
5
    "background": {
6
      "borderStyle": null,
7
      "borderColor": null,
8
      "borderWidth": null
9
    }, "fonts": {
10
      "color": "white",
11
      "family": null,
12
      "size": null
13
    },
14
    "title": {
15
      "color": "white",
16
      "family": null,
17
      "size": null
18
    },
19
    "links": {
20
      "color": "rgba(255, 255, 255, 0.98)",
21
      "family": null,
22
      "size": null,
23
      "onHover": {
24
        "color": null
25
      }
26
    },
27
    "buttons": {
28
      "backgroundColor": "white",
29
      "fontWeight": null,
30
      "color": null,
31
      "borderStyle": null,
32
      "borderColor": null,
33
      "borderWidth": "1px",
34
      "borderRadius": "4px",
35
      "onHover": {
36
        "backgroundColor": "#eeeeee",
37
        "color": null,
38
        "borderColor": null
39
      }
40

    
41
    },
42

    
43

    
44
    "panelElements": {
45
      "backgroundColor": "rgba(255, 255, 255, 0.5)",
46
      "borderColor": "rgba(255, 255, 255, 0.5)",
47
      "color": "white"
48
    }
49
  },
50

    
51
  "box": {
52
    "borderColor": null,
53
    "borderStyle": "solid",
54
    "borderWidth": "2px",
55
    "borderRadius": "6px"
56
  },
57

    
58
  "links": {
59
    "color": null,
60
    "family": null,
61
    "decoration": null,
62
    "onHover": {
63
      "color": null
64
    }
65
  },
66

    
67
  "buttons": {
68
    "backgroundColor": null,
69
    "color": null,
70
    "borderStyle": null,
71
    "borderColor": null,
72
    "borderWidth": null,
73
    "borderRadius": null,
74
    "onHover": {
75
      "backgroundColor": null,
76
      "color": null,
77
      "borderColor": null
78
    }
79
  }
80
}
(2-2/7)