Project

General

Profile

1
/*Panel background*/
2
.communityPanelBackground, .communityPanelBackground .uk-section-primary {
3
    background-image: linear-gradient(to right, var(--portal-main-color), var(--portal-dark-color));
4
    border-style: solid;
5
    border-color: var(--portal-main-color);
6
    border-width: 1px;
7
}
8

    
9
/*Panel fonts*/
10

    
11
.communityPanelBackground {
12
    color: white !important;
13
    font-family: Roboto, sans-serif !important;
14
    font-size: 14px !important;
15

    
16
}
17

    
18
.communityPanelBackground .uk-h5:not(.ignoreCommunityPanelBackground) {
19
    color: white !important;
20
    font-family: Roboto, sans-serif !important;
21
    font-size: 22px !important;
22

    
23
}
24

    
25
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground), .communityPanelBackground a:not(.uk-button):not(.uk-button-text):not(.ignoreCommunityPanelBackground), .portal-card a {
26
    color: rgba(255, 255, 255, 0.98) !important;
27
    font-family: Roboto, sans-serif !important;
28
    font-size: 14px !important;
29
    text-decoration: underline;
30

    
31
}
32

    
33
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground):hover, .communityPanelBackground a:not(.uk-button):not(.uk-button-text):not(.ignoreCommunityPanelBackground):hover, .portal-card a:hover {
34
    color: rgba(255, 255, 255, 0.8) !important;
35
}
36

    
37
/*Other fonts*/
38

    
39
/*
40
TO check again
41
  div,  p, .descriptionText{
42
    color:blue ;
43
    font-family: Roboto, sans-serif;
44
    font-size: 11px ;
45

    
46
}
47
*/
48

    
49
/*.uk-h5{
50
    color:blue;
51
    font-family: Roboto, sans-serif;
52
    font-size: 22px;
53

    
54
}*/
55
.uk-link, a:not(.uk-button), .uk-navbar-dropdown-nav > li > a, .uk-navbar-nav > li > a, .loginLink,
56
.uk-tab > .uk-active > a, .uk-tab > * > a:focus, .uk-tab > * > a:hover {
57
    color: var(--portal-main-color);
58
    font-family: Roboto, sans-serif !important;
59
}
60

    
61
.uk-link:hover, a:not(.uk-button):hover,
62
.uk-navbar-dropdown-nav > li > a:focus, .uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-nav > li > a:hover, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a:active, .uk-navbar-nav > li:hover > a,
63
.uk-navbar-dropdown-nav > li.uk-active > a, .uk-tab > .uk-active > a, .uk-navbar-nav > li.uk-active > a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li.uk-active > a {
64
    color: var(--portal-dark-color);
65
}
66

    
67
.communityBorder {
68
    border-color: var(--portal-main-color);
69
    border-style: solid;
70
    border-width: 2px;
71
    border-radius: 6px;
72
}
73

    
74
.customTabs .uk-tab > .uk-active > a {
75
    border-color: var(--portal-main-color);
76
}
77

    
78
.customTabs .uk-tab > .uk-active > a {
79
    border-color: var(--portal-main-color);
80
}
81

    
82
.uk-tab > * > a:focus, .uk-tab > * > a:hover {
83
    border-color: var(--portal-dark-color);
84
}
85

    
86
/*Panel Elements & cards*/
87
.communityPanelBackground .uk-card:not(.ignoreCommunityPanelBackground), .communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground) {
88
    background-color: rgba(255, 255, 255, 0.5);
89
    border-color: rgba(255, 255, 255, 0.5);
90
}
91

    
92
.communityPanelBackground .uk-card:not(.ignoreCommunityPanelBackground), .communityPanelBackground .uk-label:not(.ignoreCommunityPanelBackground) {
93
    color: white;
94
}
95

    
96

    
97
.uk-button:not(.uk-button-text) {
98
    background-color: var(--portal-main-color);;
99
    color: white;
100
    border-color: transparent;
101
    border-style: solid;
102
    border-width: 1px;
103
    border-radius: 4px;
104

    
105
}
106

    
107
.uk-button:not(.uk-button-text):hover {
108
    background-color: var(--portal-dark-color);
109
    color: white;
110
    border-color: transparent;
111
}
112

    
113
/*Buttons*/
114
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground) {
115
    background-color: white  !important;
116
    color: var(--portal-main-color)  !important;
117
    border-color: transparent  !important;
118
    border-style: solid  !important;
119
    border-width: 1px  !important;
120
    border-radius: 4px  !important;
121

    
122
}
123

    
124
.communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground):hover {
125
    background-color: #eeeeee !important;
126
    color: var(--portal-main-color)  !important;
127
    border-color: transparent  !important;
128
}
129
/*
130

    
131

    
132
.communityPanelBackground .uk-link:not(.ignoreCommunityPanelBackground):not(.license):not(.newsletter),
133
.communityPanelBackground a:not(.uk-button):not(.ignoreCommunityPanelBackground):not(.uk-icon):not(.license):not(.newsletter):not(.breadcrumb)
134
{
135
    !*text-decoration: underline;*!
136
    border-bottom: 1px solid white;
137
}
138

    
139

    
140
.communityPanelBackground .lowOpacityColor:not(.ignoreCommunityPanelBackground){
141
    color:rgba(255,255,255,0.7);
142
}
143

    
144

    
145
*/
146

    
147

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

    
155

    
(5-5/13)