Project

General

Profile

1

    
2
.communityPanelBackground {
3
    color: #ffffff !important;
4

    
5
}
6

    
7
.communityPanelBackground svg .stroke_line {
8
    stroke: #ffffff !important;
9
}
10

    
11
.communityPanelBackground svg .fill_text {
12
    fill: #ffffff !important;
13
}
14

    
15

    
16
.communityPanelBackground .uk-h6:not(.ignoreCommunityPanelBackground),
17
.communityPanelBackground .uk-h5:not(.ignoreCommunityPanelBackground),
18
.communityPanelBackground .uk-h4:not(.ignoreCommunityPanelBackground),
19
.communityPanelBackground .uk-h3:not(.ignoreCommunityPanelBackground),
20
.communityPanelBackground .uk-h2:not(.ignoreCommunityPanelBackground),
21
.communityPanelBackground .uk-h1:not(.ignoreCommunityPanelBackground),
22
.communityPanelBackground  h6:not(.ignoreCommunityPanelBackground),
23
.communityPanelBackground  h5:not(.ignoreCommunityPanelBackground),
24
.communityPanelBackground  h4:not(.ignoreCommunityPanelBackground),
25
.communityPanelBackground  h3:not(.ignoreCommunityPanelBackground),
26
.communityPanelBackground  h2:not(.ignoreCommunityPanelBackground),
27
.communityPanelBackground  h1:not(.ignoreCommunityPanelBackground){
28
    color: #ffffff !important;
29
}
30

    
31

    
32
.communityPanelBackground .uk-h5:not(.ignoreCommunityPanelBackground) {
33
    font-weight: 700!important;
34
}
35

    
36
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground),
37
.communityPanelBackground a:not(.uk-button):not(.uk-button-text):not(.ignoreCommunityPanelBackground),
38
.portal-card a {
39
    color: rgba(255, 255, 255, 0.98) !important;
40
    font-family: 'Open Sans', sans-serif !important;
41
    font-size: 14px !important;
42
}
43

    
44
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground):hover,
45
.communityPanelBackground a:not(.uk-button):not(.uk-button-text):not(.ignoreCommunityPanelBackground):hover,
46
.portal-card a:hover {
47
    color: rgba(255, 255, 255, 0.5) !important;
48
}
49

    
50
.uk-link,
51
a:not(.uk-button),
52
.uk-navbar-dropdown-nav>li>a,
53
/*.uk-navbar-nav>li>a,*/
54
.loginLink,
55
.uk-tab>.uk-active>a,
56
.uk-tab>*>a:focus,
57
.uk-tab>*>a:hover {
58
    color: var(--portal-main-color);
59
}
60

    
61
/*
62
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground) {
63
    background-color: #ffffff !important;
64
    !*color: var(--portal-main-color) !important;*!
65
    color: black !important;
66
    border-color: #ffffff !important;
67
    border-style: solid !important;
68
    border-width: 1px !important;
69
    !*border-radius: 4px !important;*!
70
}
71

    
72
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground):hover {
73
    background-color: #eeeeee !important;
74
    !*color: var(--portal-main-color) !important;*!
75
    color: black !important;
76
    border-color: #eeeeee !important;
77
}*/
78

    
79
.uk-navbar-dropdown-nav>li>a:focus,
80
.uk-navbar-dropdown-nav>li>a:hover,
81
.uk-navbar-nav>li>a:hover,
82
.uk-navbar-nav>li>a:focus,
83
.uk-navbar-nav>li>a:active,
84
.uk-navbar-nav>li:hover>a,
85
.uk-navbar-dropdown-nav>li.uk-active>a,
86
.uk-tab>.uk-active>a,
87
.uk-navbar-nav>li.uk-active>a,
88
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav>li.uk-active>a,
89
.uk-button-text
90
{
91
    color: var(--portal-main-color) !important;
92
}
93
.uk-link:hover, a:not(.uk-button):hover{
94
    color: var(--portal-dark-color) ;
95
}
96
.navbar .nav > li > .dropdown-menu, .uk-navbar-dropdown {
97
    background-color: white !important;
98
    color: #666;
99
    box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
100

    
101
    /*border:var(--portal-main-color) 1px solid;*/
102
}
103
.uk-navbar-dropdown-nav > li > a{
104
    color: #666 !important;
105
}
106
.customTabs .uk-tab>.uk-active>a {
107
    border-color: var(--portal-main-color);
108
}
109

    
110
.customTabs .uk-tab>.uk-active>a {
111
    border-color: var(--portal-main-color);
112
}
113

    
114
.uk-tab>*>a:focus,
115
.uk-tab>*>a:hover {
116
    border-color: var(--portal-dark-color);
117
}
118

    
119
.portal-link:hover {
120
    /*text-decoration: none !important;*/
121
    color: var(--portal-dark-color) !important;
122
}
123

    
124
#stickyNavbar{
125
    box-shadow: 0 1px 1px #0000004D;
126
}
127
.uk-button-primary, .uk-button-secondary, .uk-button-default{
128
    color: white !important;
129
    background-color: var(--portal-main-color) !important;
130
    border-color: var(--portal-main-color) !important;
131
}
132
.uk-button-primary:hover, .uk-button-secondary:hover, .uk-button-default:hover{
133
    background-color: var(--portal-dark-color) !important;
134
    border-color: var(--portal-dark-color) !important;
135
}
136
/*.uk-button-secondary, .uk-button-default{
137
    color: var(--portal-main-color) !important;
138
    background-color: white !important;
139
    border-color: var(--portal-main-color) !important;
140
}
141
.uk-button-secondary:hover, .uk-button-default:hover{
142
    color: white !important;
143
    background-color: var(--portal-main-color) !important;
144
    border-color: var(--portal-main-color) !important;
145
}*/
146
.uk-alert-primary{
147
    color:  var(--portal-main-color);
148
    border-color: var(--portal-main-color);
149
}
150

    
151
.uk-text-primary, .landing .download-from a:hover{
152
    color:  var(--portal-main-color) !important;
153
}
154

    
(6-6/16)