minor style tweaks, dark vote stroke

This commit is contained in:
Ryan Stafford 2024-06-27 19:15:23 +00:00
parent 4bef03b8af
commit af7237b3f3
2 changed files with 21 additions and 16 deletions

View file

@ -21,6 +21,8 @@ input[type=text], input[type=password], textarea {
} }
.score form.link-btn input { .score form.link-btn input {
color: #646464; color: #646464;
-webkit-text-stroke: 1px #484848;
-webkit-text-fill-color: #222;
} }
.post.distinguished .title a:visited { .post.distinguished .title a:visited {
color: #228822; color: #228822;
@ -29,8 +31,8 @@ input[type=text], input[type=password], textarea {
.title a { .title a {
color: #dedede; color: #dedede;
} }
.title a:visited, .title.visited a { .post .title a:visited, .post .title.visited a {
color: #a6a6a6 !important; color: #a6a6a6;
} }
.message b { .message b {
color: #ddd; color: #ddd;

View file

@ -64,7 +64,7 @@ summary {
width: 38px; width: 38px;
} }
.post .score div div { .post .score div div {
margin: 18px 2px; margin: 17px 2px;
} }
.create_comment { .create_comment {
margin: 0 0 10px 0px; margin: 0 0 10px 0px;
@ -79,6 +79,7 @@ summary {
overflow:hidden; overflow:hidden;
max-width: 840px; max-width: 840px;
text-align: left; text-align: left;
margin-top: 4px;
} }
.expando > div { .expando > div {
text-align: center; text-align: center;
@ -90,7 +91,7 @@ summary {
display: unset; display: unset;
} }
.comment.hidden { .comment.hidden {
padding-bottom:5px; padding-bottom:2px;
padding-left: 4px; padding-left: 4px;
} }
.comment.hidden .score form input { .comment.hidden .score form input {
@ -98,31 +99,34 @@ summary {
} }
.comment .score { .comment .score {
min-height: 32px; min-height: 32px;
min-width: 4px; min-width: 11px;
} }
.comment.hidden .score { .comment.hidden .score {
min-height: 1px; min-height: 1px;
} }
.comment .score form { .comment .score form {
margin-right: 2px; width: 30px;
min-width: 20px;
position: relative; position: relative;
bottom: 2px; text-align: center;
} }
.score form.link-btn input { .score form.link-btn input {
display: inline-block; display: inline-block;
color: #b7b7b7; color: #b7b7b7;
font-size: 20px; font-size: 18px;
line-height: 15px; line-height: 15px;
} }
.comment .score form.link-btn input { .comment .score form.link-btn input {
line-height: 17px; line-height: 14px;
} }
.score form.like.link-btn input:first-child, .score .like div { .score form.like.link-btn input:first-child, .score .like div {
color: #3880ff; color: #3880ff;
-webkit-text-stroke: unset;
-webkit-text-fill-color: unset;
} }
.score form.dislike.link-btn input:last-child, .score .dislike div { .score form.dislike.link-btn input:last-child, .score .dislike div {
color: #eb445a; color: #eb445a;
-webkit-text-stroke: unset;
-webkit-text-fill-color: unset;
} }
.title a { .title a {
@ -134,7 +138,7 @@ summary {
} }
.post.distinguished .title a, .post.announcement .title a, .post.distinguished .title a, .post.announcement .title a,
.post.announcement .title a:visited { .post.announcement .title a:visited {
color: #228822; color: #228822 !important;
font-weight: bold; font-weight: bold;
} }
.post.deleted .title a { .post.deleted .title a {
@ -163,7 +167,7 @@ summary {
font-size: 13px; font-size: 13px;
} }
.activity .title { .activity .title {
margin: 5px 0px 2px 10px; margin: 5px 0px 0px 10px;
} }
.activity .post { .activity .post {
margin-bottom: 10px; margin-bottom: 10px;
@ -187,10 +191,11 @@ summary {
margin: 5px 0px 8px 0px; margin: 5px 0px 8px 0px;
border: 1px solid #e6e6e6; border: 1px solid #e6e6e6;
border-radius: 3px; border-radius: 3px;
padding: 7px 8px 0px 4px; padding: 7px 7px 0px 0px;
} }
.activity .comment { .activity .comment {
border: 0px; border: 0px;
margin-top: 1px;
} }
.comment img { .comment img {
max-height: 300px; max-height: 300px;
@ -211,7 +216,6 @@ summary {
.comment .meta { .comment .meta {
font-size: 10px; font-size: 10px;
overflow: hidden; overflow: hidden;
margin-bottom: 2px;
} }
.preview h3 { .preview h3 {
background-color: #f0f3fc; background-color: #f0f3fc;
@ -472,7 +476,7 @@ form.nsfw div {
width: 100%; width: 100%;
} }
.comment .buttons { .comment .buttons {
margin: 3px 0px 2px 0px; margin: 4px 0px 4px 0px;
line-height: 16px; line-height: 16px;
} }
.comment.hidden .buttons { .comment.hidden .buttons {
@ -493,7 +497,6 @@ form.nsfw div {
text-decoration: underline; text-decoration: underline;
} }
.entry { .entry {
display: inline-block;
color: #888; color: #888;
overflow: hidden; overflow: hidden;
padding: 4px 0 0 0; padding: 4px 0 0 0;