2013-04-15 04:32:26 +02:00
|
|
|
/**
|
|
|
|
* @provides phui-feed-story-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phui-feed-story {
|
|
|
|
background: 5px 2px no-repeat;
|
|
|
|
min-height: 50px;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2013-04-25 00:18:58 +02:00
|
|
|
.phui-feed-story-head .phui-feed-story-actor-image {
|
2013-04-15 04:32:26 +02:00
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
background-size: 35px;
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-feed-story-head {
|
|
|
|
padding: 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-feed-story-body {
|
|
|
|
padding: 0 10px 10px;
|
|
|
|
color: #444444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-feed-story-foot {
|
|
|
|
color: #777;
|
|
|
|
font-size: 11px;
|
|
|
|
background: #f7f7f7;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2013-04-20 02:44:20 +02:00
|
|
|
.phui-feed-story-foot .phui-icon-item-link {
|
2013-04-15 04:32:26 +02:00
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2013-04-25 00:18:58 +02:00
|
|
|
|
|
|
|
.phui-feed-story-bigtext-post {
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-feed-story-bigtext-post h3 {
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: 100;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #444;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-feed-token-bar {
|
|
|
|
margin-top: 10px;
|
|
|
|
border-top: 1px solid #e7e7e7;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-feed-token-bar .phui-icon-item-link {
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-feed-story-action-list {
|
|
|
|
float: right;
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-feed-story-action-item {
|
|
|
|
float: right;
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|