-
Notifications
You must be signed in to change notification settings - Fork 1
/
ManageCustomContentWizard.css
executable file
·110 lines (96 loc) · 1.85 KB
/
ManageCustomContentWizard.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
/*
//----------------------
// Global Styles
//----------------------
*/
Label, Text, Button {
fontFamily:Arial;
fontSize: 13px;
}
/*
//----------------------
// Dashboard Styles
//----------------------
*/
.dashboardItem {
backgroundColor: #FFFFFF;
borderStyle: solid;
dropShadowEnabled: true;
dropShadowColor: #AAAAAA;
}
.dashboardItemHeader {
fillAlphas: 1, 1;
/*fillColors: #ffffff,#d4e0f2;*/
fillColors: #317DBE, #317DBE;
borderSides: bottom;
borderStyle: solid;
paddingLeft: 3;
}
.dashboardItemLabel {
fontWeight: bold;
fontSize: 12;
color: #ffffff;
}
/*
//----------------------
// Wizard Styles
//----------------------
*/
.wizardForm {
backgroundColor: #FFFFFF;
paddingRight: 20;
}
.formSectionHeader {
backgroundColor: #86be15;
borderStyle: solid;
paddingLeft: 5;
cornerRadius: 3;
}
.altFormSectionHeader {
backgroundColor: #EEEEEE;
borderSides: top;
borderStyle: solid;
paddingLeft: 5;
}
.formSectionHeaderLabel {
fontWeight: bold;
fontSize: 12;
}
/*
//----------------------
// Buttons
//----------------------
*/
.contentButton {
icon:Embed(source="assets/images/docs_16.png");
fillAlphas: 1, 0.65, 0.65, 1;
fillColors: #0868a7, #2e83bb, #2e83bb, #cfe6f5;
color: #ffffff;
borderColor: #999999;
themeColor: #999999;
textRollOverColor: #ffffff;
}
.popupButton {
fillAlphas: 1, 0.65, 0.65, 1;
fillColors: #0868a7, #2e83bb, #2e83bb, #cfe6f5;
color: #ffffff;
borderColor: #999999;
themeColor: #999999;
textRollOverColor: #ffffff;
}
.actionButton {
fillAlphas: 1, 0.9;
/*fillColors: #00039e, #0001ca, #0001ca, #0001ca;*/
fillColors: #003699,#003699;
color: #ffffff;
borderColor: #005AFF;
themeColor: #005AFF;
textRollOverColor: #ffffff;
}
/*
// Other Styles
*/
.errorLabel {
color: #FF0000;
font-weight: "bold";
}