-
Notifications
You must be signed in to change notification settings - Fork 0
/
cssmooveestable.css
120 lines (100 loc) · 2.95 KB
/
cssmooveestable.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
111
112
113
114
115
116
117
118
119
120
#page-site-index .activity-item {
position: relative; /* Required for z-index to take effect */
z-index: 1000; /* High value to bring it to the top */
}
#page-site-index #myTransparentDiv1{
}
#page-site-index #myTransparentDiv{
}
body#page-site-index:not(.notloggedin) #myTransparentDiv1{
}
body#page-site-index:not(.notloggedin) #myTransparentDiv{
}
#page-wrapper{
}
#page-site-index #topofscroll {
}
#page-site-index * {
}
#page-site-index .dashboard-card-img {
z-index: 4;
box-shadow: 4px 4px 5px rgba(0,0,0,0.2);
}
#page-site-index .card-body {
z-index: 3;
color: #fff !important;
font-size: 16px; /* Standard font size */
font-weight: 700 !important; /* Bold font weight */
text-transform: uppercase; /* Uppercase text */
cursor: pointer; /* Indicates it's clickable */
background-image: linear-gradient(to right, #2c3e50 0%, #3498db 51%, #2c3e50 100%);
background-size: 200% auto;
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
text-align: center;
transition: all 0.5s ease; /* Smooth transition for hover effects */
display: block;
text-decoration: none;
}
#page-site-index .card-body:hover {
background-position: right center; /* Change the direction of the gradient on hover */
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
border-color: #ccc; /* Darker border on hover */
color: #fff !important;
}
#page-site-index .card-body a {
text-decoration: none;
color: #fff !important;
}
#page-site-index .activity{
}
#page-site-index.notloggedin .navbar.fixed-top .navbar-brand .logo {
display:none!important;
}
#page-site-index.notloggedin #topofscroll #frontpage-available-course-list h2{
display:none!important;
}
#page-site-index.notloggedin .dropdown{
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 {
}