mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-16 17:11:08 +00:00
- fixed: Removed underline in postlinks.
This commit is contained in:
parent
8441ce04b6
commit
9891fbf266
1 changed files with 5 additions and 2 deletions
|
@ -298,6 +298,8 @@ a.topictitle:active {
|
|||
/* Post body links */
|
||||
.postlink {
|
||||
color: #51afe0;
|
||||
text-decoration: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.postlink:visited {
|
||||
|
@ -309,6 +311,7 @@ a.topictitle:active {
|
|||
}
|
||||
|
||||
.postlink:hover {
|
||||
background-color: transparent;
|
||||
color: #148ccc;
|
||||
}
|
||||
|
||||
|
@ -557,7 +560,7 @@ dl.file dd {
|
|||
|
||||
dl.thumbnail img {
|
||||
border-color: #666666;
|
||||
background-color: #FFFFFF;
|
||||
background-color: #3F3F3F;
|
||||
}
|
||||
|
||||
dl.thumbnail dd {
|
||||
|
@ -565,7 +568,7 @@ dl.thumbnail dd {
|
|||
}
|
||||
|
||||
dl.thumbnail dt a:hover {
|
||||
background-color: #EEEEEE;
|
||||
background-color: #3E3E3E;
|
||||
}
|
||||
|
||||
dl.thumbnail dt a:hover img {
|
||||
|
|
Loading…
Reference in a new issue