-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
111 lines (89 loc) · 1.89 KB
/
style.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
body {
padding-top: 56px;
}
body.layout-home {
padding-top: 0px;
}
body.layout-singlelogin {
padding-top: 0px;
}
/* featurebox defaults */
#e107bootstrapcarousel .carousel-item {
height: 65vh;
min-height: 300px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#e107fullpagecarousel .carousel-item {
height: 100vh;
min-height: 300px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #272B30;
color: white;
}
ul.social-buttons li a {
font-size: 20px;
line-height: 50px;
display: block;
width: 50px;
height: 50px;
-webkit-transition: all .3s;
transition: all .3s;
color: #fff;
border-radius: 100%;
outline: 0;
background-color: #212529;
}
/* fix for comment avatar */
.rounded-circle img.rounded {
border-radius: 50%!important;
}
@media (min-width: 768px) {
.offset1 {
margin-left: 8.33333%;
}
}
.list-group-item.active a {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
/* fix for caret bootstrap user nav */
.profile-photo-small {
display: inline;
}
/* fix for fixed-top on login page - to save custom header */
.layout-singlelogin .fixed-top {
position: initial;
}
/* fix for too small core login box width */
#login-template {
max-width: 95%;
}
@media (min-width: 768px) {
#login-template {
max-width: 500px;
margin-right: auto;
margin-left: auto;
}
}
/* fix for too big margin */
#login-template .login-page-footer {
margin-bottom: initial;
}
/* */
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: .3rem;
}
/* CUSTOM Responsive Styles */