-
Notifications
You must be signed in to change notification settings - Fork 0
/
cssupper2.css
59 lines (48 loc) · 1.53 KB
/
cssupper2.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
#page-site-index.notloggedin .navbar.fixed-top .navbar-brand .logo {
//display:none!important;
}
#page-site-index.notloggedin .langmenu {
//display:none!important;
}
#page-site-index.notloggedin .navbar.fixed-top {
//display:none!important;
background-image: linear-gradient(to right, #DC2424 0%, #4A569D 51%, #DC2424 100%);
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}
#page-site-index.notloggedin .navbar.fixed-top:hover {
background-position: right center;
color: #fff!important;
text-decoration: none;
}
#page-site-index.notloggedin .navbar.fixed-top a {
color: #fff!important;
font-size: 16px; /* Standard font size */
font-weight: 700 !important; /* Bold font weight */
}
#page-wrapper #page-footer {
display: none;
}
#page-footer .copyright .madeby {
display: none;
}
#page-site-index a {
}
#page-footer .btn-footer-popover{
display: none;
}
#page-footer .column-right{
display: none;
}
#page-site-index .card-body {
text-align: center;
}
#page-site-index .dashboard-card .dashboard-card-img .course-category {
display: none;
}
#page-site-index .pagelayout-frontpage .dashboard-card {
}
#page-site-index main {
}