mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-11 23:48:00 +00:00
add new mentions posts highlighting for ~calm~ and ~nin~, tune for ~original~
This commit is contained in:
parent
fe1d11316b
commit
340f12cfe6
@ -954,10 +954,11 @@ ol.toptrends-list {
|
|||||||
transition: background .1s linear;
|
transition: background .1s linear;
|
||||||
-moz-transition: background .1s linear;
|
-moz-transition: background .1s linear;
|
||||||
}
|
}
|
||||||
.post.new
|
|
||||||
{
|
.post.new {
|
||||||
background: #F7F8E0;
|
background-color: #FFFFED;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post.open
|
.post.open
|
||||||
{
|
{
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
@ -1156,6 +1156,11 @@ textarea.splited-post {
|
|||||||
transition: background .1s linear;
|
transition: background .1s linear;
|
||||||
-moz-transition: background .1s linear;
|
-moz-transition: background .1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post.new {
|
||||||
|
background-color: #FFFFED;
|
||||||
|
}
|
||||||
|
|
||||||
.post.open
|
.post.open
|
||||||
{
|
{
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
@ -771,6 +771,10 @@ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
|
|||||||
color: #414244;
|
color: #414244;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post.new .post-info-time {
|
||||||
|
color: #B4C669;
|
||||||
|
}
|
||||||
|
|
||||||
/* line 55, ../sass/_postboard.sass */
|
/* line 55, ../sass/_postboard.sass */
|
||||||
.post-data {
|
.post-data {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
@ -78,6 +78,10 @@
|
|||||||
.post:hover
|
.post:hover
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
|
.post.new
|
||||||
|
.post-info-time
|
||||||
|
color: $color-green
|
||||||
|
|
||||||
|
|
||||||
.open
|
.open
|
||||||
background: none
|
background: none
|
||||||
|
Loading…
Reference in New Issue
Block a user