Merge commit 'refs/pull/4/head' of https://github.com/drdteam/zdoom-styles

This commit is contained in:
Rachael Alexanderson 2017-06-17 23:21:32 -04:00
commit ee9971a61b
7 changed files with 9 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 B

After

Width:  |  Height:  |  Size: 94 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -239,8 +239,8 @@ div.rules {
} }
p.rules { p.rules {
background-color: #3594c2; background-color: #2584a2;
color: #a7a7a9; color: #d7d7d9;
} }
/* /*
@ -416,11 +416,11 @@ ul.topiclist li {
} }
ul.topiclist dd { ul.topiclist dd {
border-left-color: #1c2027; border-left-color: #262d35;
} }
.rtl ul.topiclist dd { .rtl ul.topiclist dd {
border-right-color: #1c2027; border-right-color: #262d35;
border-left-color: transparent; border-left-color: transparent;
} }
@ -805,7 +805,7 @@ ul.cplist {
} }
#cp-main table.table1 thead th { #cp-main table.table1 thead th {
color: #22262e; color: #aaaaaa;
border-bottom-color: #22262e; border-bottom-color: #22262e;
} }

View file

@ -63,6 +63,7 @@ h4 {
p { p {
font-size: 1.1em; font-size: 1.1em;
margin-bottom: 15px;
} }
p.moderators { p.moderators {

View file

@ -70,7 +70,7 @@ a.topictitle {
/* a.topictitle:visited { color: #d2d2d2; } */ /* a.topictitle:visited { color: #d2d2d2; } */
a.topictitle:hover { a.topictitle:hover {
color: #bcbcbc; color: #eeeeee;
text-decoration: underline; text-decoration: underline;
} }
@ -107,7 +107,7 @@ a.topictitle:active {
/* Profile links */ /* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a { .postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold; font-weight: bold;
color: ##5aa2d2; color: #5aa2d2;
text-decoration: none; text-decoration: none;
} }
@ -127,7 +127,7 @@ a.topictitle:active {
/* Profile searchresults */ /* Profile searchresults */
.search .postprofile a { .search .postprofile a {
color: #898989; color: #50A2D9;
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
} }