Project

General

Profile

1
.communityPanelBackground:not(bottom) {
2
    border-style: solid;
3
    border-color: var(--portal-main-color);
4
    border-width: 0px;
5
}
6

    
7
.communityPanelBackground,
8
.communityPanelBackground .uk-section-primary {
9
    background-color: var(--portal-main-color);
10
}
11

    
12
.communityPanelBackground {
13
    color: #ffffff !important;
14
    font-family: Open Sans !important;
15
    font-size: 14px !important;
16
    font-weight: 400!important;
17
}
18

    
19
.communityPanelBackground svg .stroke_line {
20
    stroke: #ffffff !important;
21
}
22

    
23
.communityPanelBackground svg .fill_text {
24
    fill: #ffffff !important;
25
}
26

    
27
.communityPanelBackground div.uk-modal {
28
    color: #666 !important;
29
}
30

    
31
.communityPanelBackground .uk-h6:not(.ignoreCommunityPanelBackground),
32
.communityPanelBackground .uk-h5:not(.ignoreCommunityPanelBackground),
33
.communityPanelBackground .uk-h4:not(.ignoreCommunityPanelBackground),
34
.communityPanelBackground .uk-h3:not(.ignoreCommunityPanelBackground),
35
.communityPanelBackground .uk-h2:not(.ignoreCommunityPanelBackground),
36
.communityPanelBackground .uk-h1:not(.ignoreCommunityPanelBackground) {
37
    color: #ffffff !important;
38
}
39

    
40
.communityPanelBackground .uk-h5:not(.ignoreCommunityPanelBackground) {
41
    font-family: Open Sans !important;
42
    font-size: 18px !important;
43
    font-weight: 700!important;
44
}
45

    
46
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground),
47
.communityPanelBackground a:not(.uk-button):not(.uk-button-text):not(.ignoreCommunityPanelBackground),
48
.portal-card a {
49
    color: rgba(255, 255, 255, 0.98) !important;
50
    font-family: Open Sans !important;
51
    font-size: 14px !important;
52
}
53

    
54
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground):hover,
55
.communityPanelBackground a:not(.uk-button):not(.uk-button-text):not(.ignoreCommunityPanelBackground):hover,
56
.portal-card a:hover {
57
    color: rgba(255, 255, 255, 0.5) !important;
58
}
59

    
60
.uk-link,
61
a:not(.uk-button),
62
.uk-navbar-dropdown-nav>li>a,
63
.uk-navbar-nav>li>a,
64
.loginLink,
65
.uk-tab>.uk-active>a,
66
.uk-tab>*>a:focus,
67
.uk-tab>*>a:hover {
68
    color: var(--portal-main-color);
69
}
70

    
71
.uk-link:hover,
72
a:not(.uk-button):hover,
73
.uk-navbar-dropdown-nav>li>a:focus,
74
.uk-navbar-dropdown-nav>li>a:hover,
75
.uk-navbar-nav>li>a:hover,
76
.uk-navbar-nav>li>a:focus,
77
.uk-navbar-nav>li>a:active,
78
.uk-navbar-nav>li:hover>a,
79
.uk-navbar-dropdown-nav>li.uk-active>a,
80
.uk-tab>.uk-active>a,
81
.uk-navbar-nav>li.uk-active>a,
82
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a {
83
    color: var(--portal-dark-color) !important;
84
}
85

    
86
.communityBorder {
87
    border-color: var(--portal-main-color);
88
    border-style: solid;
89
    border-width: 2px;
90
    border-radius: 6px;
91
}
92

    
93
.communityPanelBackground .uk-card:not(.ignoreCommunityPanelBackground),
94
.communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground) {
95
    background-color: rgba(255, 255, 255, 0.5);
96
    border-color: rgba(255, 255, 255, 0.5);
97
}
98

    
99
.communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground) a {
100
    border-color: rgba(255, 255, 255, 0.98);
101
    border-bottom: 1px solid;
102
}
103

    
104
.communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground) a:hover {
105
    border-color: rgba(255, 255, 255, 0.5);
106
}
107

    
108
.communityPanelBackground .uk-card:not(.ignoreCommunityPanelBackground),
109
.communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground) {
110
    color: #ffffff;
111
}
112

    
113
.uk-button:not(.uk-button-text) {
114
    /*border-radius: 4px;*/
115
}
116

    
117
/*.uk-button:not(.uk-button-text):not(.uk-button-default):not(.uk-button-primary),
118
.portal-button {
119
    background-color: #003052;
120
    color: #ffffff;
121
    border-color:#003052;
122
    border-style: solid;
123
    border-width: 1px;
124
}
125

    
126
/*.uk-button:not(.uk-button-text):not(.uk-button-default):not(.uk-button-primary):hover,*/
127
/*.portal-button:hover {*/
128
/*    background-color: #154B71;*/
129
/*    color: #ffffff;*/
130
/*    border-color: #ffffff;*/
131
/*}*/
132

    
133

    
134
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground) {
135
    background-color: #ffffff !important;
136
    /*color: var(--portal-main-color) !important;*/
137
    color: black !important;
138
    border-color: #ffffff !important;
139
    border-style: solid !important;
140
    border-width: 1px !important;
141
    /*border-radius: 4px !important;*/
142
}
143

    
144
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground):hover {
145
    background-color: #eeeeee !important;
146
    /*color: var(--portal-main-color) !important;*/
147
    color: black !important;
148
    border-color: #eeeeee !important;
149
}
150

    
151
.uk-navbar-dropdown {
152
    background-color: white;
153
    color: #666;
154
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
155
    /*border:var(--portal-main-color) 1px solid;*/
156
}
157

    
158
.customTabs .uk-tab>.uk-active>a {
159
    border-color: var(--portal-main-color);
160
}
161

    
162
.customTabs .uk-tab>.uk-active>a {
163
    border-color: var(--portal-main-color);
164
}
165

    
166
.uk-tab>*>a:focus,
167
.uk-tab>*>a:hover {
168
    border-color: var(--portal-dark-color);
169
}
170

    
171
.portal-link:hover {
172
    text-decoration: none !important;
173
    color: var(--portal-dark-color) !important;
174
}
175

    
176
.uk-slidenav {
177
    background: none !important;
178
}
179

    
180
#stickyNavbar{
181
    box-shadow: 0 1px 1px #0000004D;
182
}
(6-6/18)