| @@ -54,7 +54,7 @@ button:hover, input[type=button]:hover, input[type=submit]:hover { | |||||
| background: #081654; | background: #081654; | ||||
| } | } | ||||
| button:focus, input[type=button]:focus, input[type=submit]:focus { | button:focus, input[type=button]:focus, input[type=submit]:focus { | ||||
| background: #D48DD8; | |||||
| background: #6687ff; | |||||
| } | } | ||||
| .spoilerButton { | .spoilerButton { | ||||
| @@ -64,13 +64,13 @@ button:focus, input[type=button]:focus, input[type=submit]:focus { | |||||
| .forum_post .body a:not([href="#"]), .rule_summary a, .wiki_article a, #actual_rules a, .news_post .pad a, .store_table a { | .forum_post .body a:not([href="#"]), .rule_summary a, .wiki_article a, #actual_rules a, .news_post .pad a, .store_table a { | ||||
| text-decoration: none; | text-decoration: none; | ||||
| border: none; | border: none; | ||||
| color: #862A5E; | |||||
| color: #000045; | |||||
| } | } | ||||
| .forum_post .body a:hover:not([href="#"]), .rule_summary a:hover, .wiki_article a:hover, #actual_rules a:hover, .news_post .pad a:hover, .store_table a:hover { | .forum_post .body a:hover:not([href="#"]), .rule_summary a:hover, .wiki_article a:hover, #actual_rules a:hover, .news_post .pad a:hover, .store_table a:hover { | ||||
| text-decoration: underline; | text-decoration: underline; | ||||
| border: none; | border: none; | ||||
| color: #B65A8E; | |||||
| color: #0B2592; | |||||
| } | } | ||||
| h1,h2,h3,h4 { | h1,h2,h3,h4 { | ||||
| @@ -153,7 +153,7 @@ ul.thin li { margin:0px 0px; padding:0px; } | |||||
| } | } | ||||
| #logo { | #logo { | ||||
| width: 620px; | |||||
| width: 300px; | |||||
| height: 197px; | height: 197px; | ||||
| background: url('images/logo.png') no-repeat center center; | background: url('images/logo.png') no-repeat center center; | ||||
| margin: 0 auto; | margin: 0 auto; | ||||
| @@ -648,7 +648,6 @@ color: #FFFFFF; | |||||
| } | } | ||||
| .colhead_dark { | .colhead_dark { | ||||
| /* background: #E1E1E1; */ | |||||
| background: #081654; | background: #081654; | ||||
| color: #FFF; | color: #FFF; | ||||
| } | } | ||||
| @@ -1103,10 +1102,10 @@ div[class~=tooltipster-content] > a { | |||||
| margin-bottom: 5px; | margin-bottom: 5px; | ||||
| } | } | ||||
| #request_table .request:nth-of-type(odd){ | #request_table .request:nth-of-type(odd){ | ||||
| background: #FAD1E3; | |||||
| background: #6687ff; | |||||
| } | } | ||||
| #request_table .request:nth-of-type(even){ | #request_table .request:nth-of-type(even){ | ||||
| background: #EDC5F4; | |||||
| background: #335fff; | |||||
| } | } | ||||
| /* workaround for calendar display issue */ | /* workaround for calendar display issue */ | ||||
| @@ -1123,12 +1122,12 @@ ol { | |||||
| } | } | ||||
| #coverCont { | #coverCont { | ||||
| background-color: #FF5AA5; | |||||
| background-color: #335fff; | |||||
| padding: 5px; | padding: 5px; | ||||
| box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2); | box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2); | ||||
| } | } | ||||
| #coverCont img { | #coverCont img { | ||||
| background-color: #FFD2E6; | |||||
| background-color: #335fff; | |||||
| } | } | ||||
| .torrent_info { | .torrent_info { | ||||
| font-size: 100%; | font-size: 100%; | ||||
| @@ -1150,7 +1149,7 @@ ol { | |||||
| } | } | ||||
| .row_hl { | .row_hl { | ||||
| background-color: #EED5F1; | |||||
| background-color: #4d73ff; | |||||
| } | } | ||||
| input.inputtext { | input.inputtext { | ||||