1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 09:27:24 +01:00

dark.css stylesheet fixes

This commit is contained in:
czaks 2013-07-27 02:34:15 -04:00
parent 4ffbbe7a23
commit 26b6dfb126

View File

@ -25,13 +25,13 @@ div.title p {
} }
a:link, a:visited, p.intro a.email span.name { a:link, a:visited, p.intro a.email span.name {
color: #CCCCCC; color: #CCCCCC;
text-decoration: underline; text-decoration: none;
font-family: sans-serif; font-family: sans-serif;
} }
a:link:hover, a:visited:hover { a:link:hover, a:visited:hover {
color: #fff; color: #fff;
font-family: sans-serif; font-family: sans-serif;
text-decoration: underline overline; text-decoration: none;
} }
a.post_no { a.post_no {
@ -45,9 +45,14 @@ a.post_no:hover {
div.post.reply { div.post.reply {
background: #333333; background: #333333;
border: #555555 1px solid; border: #555555 1px solid;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
} }
div.post.reply.highlighted { div.post.reply.highlighted {
background: transparent; background: #555;
border: transparent 1px solid; border: transparent 1px solid;
} }
div.post.reply div.body a:link, div.post.reply div.body a:visited { div.post.reply div.body a:link, div.post.reply div.body a:visited {