forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.css
More file actions
65 lines (65 loc) · 1.16 KB
/
Copy pathprofile.css
File metadata and controls
65 lines (65 loc) · 1.16 KB
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
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.container.profile {
margin-top:50px;
}
.profile-heading {
margin: 20px 0;
padding-bottom: 30px;
}
.profile-heading .name {
border-right: 1px solid #f1f1f1;
margin:-30px 0;
padding: 40px 30px 0 30px;
}
.profile-heading .followers, .profile-heading .following {
border-right: 1px solid #f1f1f1;
margin:-30px 0;
padding: 70px 30px;
}
.profile-heading .likes {
margin:-30px 0;
padding: 70px 30px;
}
.profile-heading .stat-key {
font-size: 20px;
font-weight: 200;
}
.profile-heading .stat-val {
font-size: 35px;
font-weight: bold;
}
.profile-options {
background-color: #f1f1f1;
margin:-20px 0 20px 0;
}
.profile-options .link a {
padding:18px;
font-size: 18px;
}
.profile-options .link .icon {
font-size: 16px;
padding-top:2px;
}
.tagline {
padding:20px 0;
font-size: 16px;
line-height: 1.4;
}
.avatar {
float: right;
}
.follow {
float: right;
}
.avatar img {
border-radius: 200px;
}
p.title.is-bold {
font-weight: bold;
}
.card .timestamp {
float:right;
color:#bbb;
}