forked from BulmaTemplates/bulma-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrid-gallery.css
More file actions
54 lines (48 loc) · 923 Bytes
/
Copy pathgrid-gallery.css
File metadata and controls
54 lines (48 loc) · 923 Bytes
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
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.has-text-muted {
color: #95A5A6;
}
.fa {
font-size:10px;
padding-top:3px;
color: #95A5A6;
}
.panel-block-item {
display: inline-block;
color: #95A5A6;
font-weight: bold;
padding-right: 10px;
}
.panel-block-item .tag,.panel-block-item .button {
color: #95A5A6;
font-weight: bold;
}
.panel-block-item.is-right {
display: inline-block;
color: #95A5A6;
font-weight: bold;
float: right;
}
.panel-block-item .likes {
padding-right: 25px;
}
.panel-block-item .likes .fa,
.panel-block-item .comments .fa
{
font-size: 15px;
margin-top: -2px;
}
.avatar {
border-radius: 42px;
margin-right: 10px;
height: 42px;
width: 42px;
padding: 2px;
border: 1px solid #dbdbdb;
}
.timestamp {
color: #95A5A6;
font-weight: bold;
}