-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
129 lines (117 loc) · 2.67 KB
/
style.css
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
.zui-table td.intro {
font-family: "Titillium Web", sans-serif;
font-size: 16px;
}
.zui-table td.version {
font-family: "Titillium Web", sans-serif;
font-size: 10px;
text-shadow: 1px 1px 1px #fff;
color: #A2D9CE;
}
.zui-table {
border: solid 4px #ddeeee;
background-color: #ddefef;
border-radius: 8px;
}
/*---------------------;
; Status Area Properties ;
;----------------------*/
.zui-table table.status_area {
background-color: #d0ece7;
border: none;
border-radius: 8px;
}
.zui-table table.status_area td.label {
background-color: #80deea;
border: none;
border-radius: 6px;
color: #013661;
padding: 2px;
text-shadow: 1px 1px 1px #fff;
/* font-family: 'Baloo', cursive; */
font-family: "Miriam Libre", sans-serif;
font-size: 10px;
}
.zui-table td[class^="feedback"] {
background-color: #eceff1;
border: none;
border-radius: 6px;
border-color: #80deea;
color: #d6dbdf;
padding: 4px;
height: 0px;
text-shadow: 1px 1px 1px #fff;
text-align: center;
font-family: "Chakra Petch", sans-serif;
font-size: 10px;
}
/*---------------------;
; Data Area Properties ;
;----------------------*/
/* Data Area */
table.data_area {
background-color: #fad7a0;
border: none;
border-radius: 6px;
color: #d35400;
padding: 2px;
/*font-family: 'Baloo', cursive;*/
font-family: "Miriam Libre", sans-serif;
}
table.nav_area {
background-color: #F0B27A;
border: none;
border-radius: 6px;
color: #F0B27A;
padding: 2px;
/*font-family: 'Baloo', cursive;*/
font-family: "Miriam Libre", sans-serif;
}
/* Data Area: Header Labels */
table.nav_area th.label {
background-color: #F0B27A;
border: none;
color: #D35400;
padding: 2px;
text-shadow: 1px 1px 1px #fff;
/*font-family: 'Baloo', cursive;*/
font-family: "Miriam Libre", sans-serif;
font-size: 10px;
}
/* Data Area: Header Labels */
table.data_area th.label {
background-color: #fad7a0;
border: none;
color: #af601a;
padding: 2px;
text-align: center;
text-shadow: 1px 1px 1px #fff;
/*font-family: 'Baloo', cursive;*/
font-family: "Miriam Libre", sans-serif;
font-size: 10px;
}
/* Data Area: Values */
table.data_area td.value {
background-color: #fdebd0;
border: none;
border-radius: 8px;
color: #d35400;
padding: 2px;
text-align: right;
text-shadow: 1px 1px 1px #fff;
/*font-family: 'Baloo', cursive;*/
font-family: "Miriam Libre", sans-serif;
font-size: 14px;
width: 80px;
}
/* Data Area: Navigation */
table.data_area td.nav {
background-color: #F1C297;
border: none;
border-radius: 8px;
color: #336b6b;
text-align: center;
text-shadow: 1px 1px 1px #fff;
/*font-family: 'Baloo', cursive;*/
font-family: "Miriam Libre", sans-serif;
}