From 2c562f808f31738113a16af1d16caf451a3f891c Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 8 Sep 2017 21:31:51 +0200 Subject: [PATCH] Update classic.css --- public/css/classic.css | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/public/css/classic.css b/public/css/classic.css index 327017d0..9dac7118 100644 --- a/public/css/classic.css +++ b/public/css/classic.css @@ -5,6 +5,13 @@ body { font-size: 0.9em; min-width: 1200px; } +.torrent-info-data { + font-family: Arial, sans-serif!important; +} +.torrent-info-data { + width: 59%; +} + .container, .modtools { max-width: 1328px; width: 87%; @@ -169,10 +176,13 @@ select.form-input { .results.box { padding: 1px!important; } -.box, #description-box, .comment-box { +.box, #description-box, .comment-box,input#show-filelist:checked~#filelist { background-color: #FBFBFB; border: 2px solid #666666; } +#description-box { + font-size: 0.8em; +} .form-input { border-color: #c4c4c4 !important; background: #fff; @@ -186,6 +196,14 @@ select.form-input { margin-top: 8px; } +.torrent-info-data .uploader-link { + font-weight: bold; +} +.torrent-info-data .uploader-anon { + font-style: italic; +} + + .header .h-user .user-menu { background: linear-gradient(to bottom, #000000 0%, #2b2b2b 72%); @@ -207,6 +225,7 @@ select.form-input { line-height: 23px; font-size: 16px!important; font-weight: bold; + border: none; } .torrent-buttons a.hidden { opacity: 0.7!important; @@ -273,15 +292,15 @@ td.tr-size { color: #E8E8E8; } -.aplus, .btn-blue { +.torrent-aplus, .aplus, .btn-blue { background: #6fc6f1; } -.trusted, .btn-green { +.trusted, .btn-green, .torrent-trusted { background: #98d9a8; } -.remake, .btn-orange { +.torrent-remake, .remake, .btn-orange { background: #f0b080; } @@ -318,6 +337,9 @@ a.nav-btn.log-in { border-radius: 4px 4px 0 0; margin-bottom: -2px; } +.box.refine.refine-no-display { + display: none!important; +} .refine h3 { display: none;