-
Notifications
You must be signed in to change notification settings - Fork 0
/
Css13-01.css
72 lines (54 loc) · 1.61 KB
/
Css13-01.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
#page-wrapper #page-footer {
display: none;
}
#page-footer .copyright .madeby {
display: none;
}
#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 {
}
#page-site-index #topofscroll {
background-color: red!important;
}
#page-site-index a {
}
#page-site-index .dashboard-card-deck .dashboard-card .dashboard-card-img {
}
#page-site-index.not-logged-in #topofscroll #page-content {
width: 100vw!important;
height: 100%!important;
position: absolute!important; /* or 'absolute' depending on your layout */
background-color:red!important;
padding-top: 0rem!important;
padding-left:0px!important;
padding-right:0px!important;
padding-bottom:0px!important;
left: 0!important;
right: 0!important;
}
#page-site-index .course-search-result{
margin-top: 0rem!important;
}
#page-site-index #page-wrapper {
}
#page-site-index #region-main-box {
}
#page-site-index .card-deck {
}
#page-site-index #topofscroll #region-main {
}
#page-site-index #page.drawers div[role="main"]{
}