Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/phui/phui-feed-story.css
12242 views
1
/**
2
* @provides phui-feed-story-css
3
*/
4
5
.phui-object-box .phui-box.phui-feed-story {
6
border-bottom: 1px solid {$thinblueborder};
7
}
8
9
.phui-object-box .phui-box.phui-feed-story:last-child {
10
border: none;
11
}
12
13
.phui-feed-story-head .phui-feed-story-actor {
14
width: 35px;
15
height: 35px;
16
float: left;
17
margin-right: 8px;
18
border-radius: 3px;
19
}
20
21
.phui-feed-story-head .phui-feed-story-actor-image {
22
background-size: 35px;
23
}
24
25
.phui-feed-story-head .phui-feed-story-actor-icon {
26
text-align: center;
27
vertical-align: middle;
28
font-size: 24px;
29
line-height: 32px;
30
color: #fff;
31
background-color: #c4cde0;
32
}
33
34
.phui-feed-story-head {
35
padding: 12px 4px;
36
overflow: hidden;
37
color: {$greytext};
38
word-break: break-word;
39
}
40
41
.phui-feed-story-head .phui-link-person {
42
color: {$darkgreytext};
43
font-weight: bold;
44
}
45
46
.phui-feed-story-body {
47
margin: 4px 4px 8px;
48
padding-bottom: 8px;
49
color: {$darkgreytext};
50
word-break: break-word;
51
max-height: 300px;
52
overflow: hidden;
53
}
54
55
.phui-feed-story-foot {
56
font-size: {$smallerfontsize};
57
padding: 0 4px 12px;
58
}
59
60
.phui-feed-story-foot,
61
.phui-feed-story-foot a {
62
color: {$greytext};
63
}
64
65
.phui-feed-story-foot .phui-icon-view {
66
margin-right: 5px;
67
}
68
69
.phui-feed-story-bigtext-post {
70
line-height: 18px;
71
color: {$darkgreytext};
72
}
73
74
.phui-feed-story-bigtext-post h3 {
75
font-size: {$biggestfontsize};
76
line-height: 18px;
77
color: {$darkgreytext};
78
margin: 0 0 5px 0;
79
}
80
81
.phui-feed-token-bar {
82
margin-top: 8px;
83
border-top: 1px solid #e7e7e7;
84
padding-top: 8px;
85
}
86
87
.phui-feed-token-bar .phui-icon-view {
88
margin-right: 2px;
89
display: inline-block;
90
}
91
92
.phui-feed-story-action-list {
93
float: right;
94
padding-top: 4px;
95
}
96
97
.phui-feed-story-action-item {
98
float: right;
99
padding-left: 2px;
100
height: 18px;
101
width: 18px;
102
font-size: 18px;
103
}
104
105
.phui-feed-story-action-list .phui-icon-view {
106
display: block;
107
}
108
109