-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (48 loc) · 1.04 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
/* USER TEMPLATE DEFAULT define("CORE_CSS", false); */
.panel-profile .user-avatar {
max-width: 150px;
max-height: 150px;
margin-top: -90px;
margin-bottom: 15px;
border: 5px solid #fff;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
margin-left: auto;
margin-right: auto;
}
/* USER TEMPLATE CUSTOM */
.pager.user-view-nextprev .page-link {
background-color: transparent;
border: 1px solid #f0f0f0;
border-color: #f0f0f0;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
#login-template .wrapper {
display: flex;
align-items: center;
justify-content: center;
}
.tablestyle-coppa {
height: 70vh!important;
}
.tablestyle-signup {
width: 100%;
}
.tablestyle-signup .checkbox {
margin-left: 20px;
}
.tablestyle-signup .bbcode-panel {
width: auto;
}
.singleform-body .bbcode-panel .btn {
color: black;
background: transparent;
padding: 8px;
width: auto;
height: auto;
}
.navbar-brand > img {
display: inline;
}