mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-10 02:00:54 +00:00
Changed theme.
This commit is contained in:
@ -67,7 +67,7 @@
|
||||
}
|
||||
.date:before{content: "\f073";}
|
||||
.tags:before{content: "\f02c";}
|
||||
.comments:before{content: "\f075";}
|
||||
.comments:before{content: "\f075"; padding-right: 10px; }
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -71,6 +71,7 @@ article{
|
||||
img, video{
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
@extend .basic-alignment;
|
||||
}
|
||||
blockquote{
|
||||
background: $color-gray04;
|
||||
@ -137,4 +138,4 @@ article{
|
||||
.share{
|
||||
padding: 15px 0;
|
||||
@include border-shadow();
|
||||
}
|
||||
}
|
||||
|
||||
@ -369,6 +369,13 @@ $header-height: 30px;
|
||||
border: 1px solid darken(rgb(50,113,203), 10%);
|
||||
}
|
||||
}
|
||||
&.pinboard{
|
||||
background: image-url('social/pinboard.png') center no-repeat rgb(0,102,200);
|
||||
border: 1px solid rgb(58,114,159);
|
||||
&:hover{
|
||||
border: 1px solid darken(rgb(0,102,255), 10%);
|
||||
}
|
||||
}
|
||||
&.rss{
|
||||
background: image-url('social/rss.png') center no-repeat #EF7522;
|
||||
border: 1px solid #EF7522;
|
||||
|
||||
@ -40,4 +40,13 @@
|
||||
.tags:before{content: "\f02c";}
|
||||
.comments:before{content: "\f075";}
|
||||
}
|
||||
hr{
|
||||
height: 0;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-top: 1px solid #DDD;
|
||||
border-bottom: 1px solid #FFF;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user