From 6f6f03f7baef0619d39e53f8f257c5542f34b18c Mon Sep 17 00:00:00 2001 From: kilo Date: Sun, 3 Sep 2017 07:49:11 +0200 Subject: [PATCH] 11px bigger website & small css stuff (#1473) * 11px bigger website * Lighter green for alt-colors * Rollback previous change but change trusted td border color * Fix torrent preview category image being cropped too much at some very specific resolutions * pink color for refine button on sukebei --- public/css/g.css | 9 ++++++++- public/css/main.css | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/public/css/g.css b/public/css/g.css index f87b2707..84fb5cd8 100644 --- a/public/css/g.css +++ b/public/css/g.css @@ -51,6 +51,10 @@ a:hover { border-color: #6eb9d6!important; color: white; } +.sukebei .form-input.refine { + background: #e2b2e2; + border-color: #f1bef1!important; +} .header .h-user .user-avatar { background: #99BFD0; @@ -122,7 +126,10 @@ td.tr-le, .error-text { background: hsla(200, 90%, 56%, 0.2) !important; } .alt-colors tr:nth-child(even).trusted { - background: hsla(100, 100%, 63%, 0.2) !important; + background: hsla(100,100%,63%,0.2)!important; +} +.alt-colors .trusted td { + border-color: #d1f3c8!important; } .alt-colors tr:nth-child(even).remake { background: hsla(30, 100%, 62%, 0.2) !important; diff --git a/public/css/main.css b/public/css/main.css index 362b5ae7..f9561520 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -12,7 +12,7 @@ a { text-decoration: none; } -body, .container, .modtools { min-width: 400px;} +body, .container, .modtools { min-width: 400px; } .header, .pagination { -webkit-user-select: none; @@ -66,7 +66,7 @@ body { } .container, .modtools { - max-width: 1100px; + max-width: 1111px; margin: 0 auto; } @@ -708,7 +708,7 @@ html, body { width: 11.7%; } .torrent-preview-table .tr-cat { - width: 9.1%; + width: 9.7%; } th, .home-td, .user-td { padding: 2px 0.3%!important;