Skip to content

Instantly share code, notes, and snippets.

@Envl
Created March 3, 2020 15:02
Show Gist options
  • Save Envl/37ca7217a26bd4c4249b20dcd39f1d45 to your computer and use it in GitHub Desktop.
Save Envl/37ca7217a26bd4c4249b20dcd39f1d45 to your computer and use it in GitHub Desktop.
Custom style for wolley.io
@-moz-document domain("wolley.io") {
.header{
height:auto;
box-shadow: #9b9b9b 0px -2px 6px 0px;
}
.header .inner{
border:none;
}
.meta .by{
padding:2px 5px;
border-radius:5px;
color:#ee6a3e;
border: 1px dashed;
}
body,
.news-list,
.news-list-nav{
background-color: #eee;
}
.news-item{
background:none;
margin: 9px 5px;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: row-reverse;
float: none;
}
.news-item a{
color:#4868c2;
}
.news-item a:visited{
color: #828282;
}
.vote-box{
background: #dadada;
border-radius: 5px;
padding: 0 8px 8px;
float: right;
display: flex;
}
.upvote,
.upvoted{
transform: scale(1.5);
margin-right: 24px;
/* background: gray; */
margin-top: 9px;
}
.downvote,
.downvoted{
margin-top: 10px;
transform: scale(1.5);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment