forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimeline.css
More file actions
94 lines (92 loc) · 1.69 KB
/
Copy pathtimeline.css
File metadata and controls
94 lines (92 loc) · 1.69 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
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
.section.main {
background-color: #f5f8fa;
}
.card-header {
background-image: url("http://placehold.it/600x200");
background-position: 0 50%;
background-size: 100% auto;
border-bottom: 1px solid #e1e8ed;
border-radius: 4px 4px 0 0;
height: 95px;
width: 100%;
}
.card-content {
padding: 0px;
}
.card-avatar {
background-color: #fff;
border-radius: 6px;
display: inline-block !important;
float: left;
margin: -30px 5px 0 8px;
max-width: 100%;
padding: 1px;
vertical-align: bottom;
}
.card-avatar-img {
border: 2px solid #fff;
border-radius: 7px;
box-sizing: border-box;
color: #fff;
height: 72px;
width: 72px;
}
.card-user {
margin: 5px 0 0;
}
.card-user-name{
font-size: 18px;
font-weight: 700;
line-height: 21px;
}
.card-user-name a{
color: inherit !important;
}
.card-stats {
margin-left: 11px;
padding: 10px 0;
}
.card-stats-list {
box-sizing: border-box;
display: table;
margin: 0;
min-width: 100%;
padding: 0;
table-layout: auto;
}
ul.card-stats-list {
list-style: outside none none;
margin: 0;
padding: 0;
}
.card-stats-item {
display: table-cell;
padding: 0;
vertical-align: top;
}
.card-stats-item a:hover {
text-decoration: none;
}
.card-stats-val {
display: block;
font-size: 18px;
font-weight: 500;
transition: color 0.15s ease-in-out 0s;
}
.card-stats-key {
color: #8899a6;
font-size: 10px;
letter-spacing: 0.02em;
overflow: hidden;
text-transform: uppercase;
transition: color 0.15s ease-in-out 0s;
}
.spacer {
height:20px;
}
.trending .trend-title {
padding-bottom: 10px;
}
.trending .trend-hashtag {
padding-bottom: 8px;
}