|
|
@ -53,25 +53,27 @@ body { |
|
|
|
|
|
|
|
|
|
|
|
.activity-stream { |
|
|
|
.activity-stream { |
|
|
|
clear: both; |
|
|
|
clear: both; |
|
|
|
|
|
|
|
box-shadow: 4px 3px 0 rgba(0, 0, 0, 0.1); |
|
|
|
|
|
|
|
|
|
|
|
.entry { |
|
|
|
.entry { |
|
|
|
padding: 10px; |
|
|
|
|
|
|
|
border-bottom: 1px solid #E0E3DA; |
|
|
|
border-bottom: 1px solid #E0E3DA; |
|
|
|
background: #FFFFF3; |
|
|
|
background: #FFFFF3; |
|
|
|
|
|
|
|
border-left: 2px solid #A593E0; |
|
|
|
|
|
|
|
|
|
|
|
&:first-child { |
|
|
|
&.entry-reblog { |
|
|
|
border-radius: 5px 5px 0 0; |
|
|
|
border-left: 2px solid #566270; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&:last-child { |
|
|
|
&:last-child { |
|
|
|
border-bottom: 0; |
|
|
|
border-bottom: 0; |
|
|
|
border-radius: 0 0 5px 5px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.header { |
|
|
|
.header { |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-bottom: 10px; |
|
|
|
} |
|
|
|
padding: 10px; |
|
|
|
|
|
|
|
padding-bottom: 0; |
|
|
|
|
|
|
|
padding-left: 8px; |
|
|
|
|
|
|
|
|
|
|
|
.name { |
|
|
|
.name { |
|
|
|
text-decoration: none; |
|
|
|
text-decoration: none; |
|
|
@ -87,9 +89,29 @@ body { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pre-header { |
|
|
|
|
|
|
|
border-bottom: 1px solid #E0E3DA; |
|
|
|
|
|
|
|
color: #566270; |
|
|
|
|
|
|
|
padding: 5px 10px; |
|
|
|
|
|
|
|
padding-left: 8px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.name { |
|
|
|
|
|
|
|
color: #566270; |
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
|
|
text-decoration: underline; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.content { |
|
|
|
.content { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 16px; |
|
|
|
|
|
|
|
padding: 0 10px; |
|
|
|
|
|
|
|
padding-left: 8px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.time { |
|
|
|
.time { |
|
|
@ -105,10 +127,19 @@ body { |
|
|
|
margin-top: 15px; |
|
|
|
margin-top: 15px; |
|
|
|
color: #566270; |
|
|
|
color: #566270; |
|
|
|
cursor: default; |
|
|
|
cursor: default; |
|
|
|
|
|
|
|
padding: 10px; |
|
|
|
|
|
|
|
padding-top: 0; |
|
|
|
|
|
|
|
padding-left: 8px; |
|
|
|
|
|
|
|
|
|
|
|
.counter { |
|
|
|
.counter { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
margin-right: 10px; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.conversation-link { |
|
|
|
|
|
|
|
color: #A593E0; |
|
|
|
|
|
|
|
text-decoration: underline; |
|
|
|
|
|
|
|
float: right; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|