From 8888a79b56a9f82edb9eec0eaf360a04b97a084e Mon Sep 17 00:00:00 2001 From: herbert Date: Fri, 17 Sep 2021 19:10:45 +0200 Subject: [PATCH] prep logo class for banners --- static/styles/genaviv/style.css | 6 +++--- static/styles/orion/style.css | 27 +++++++++++++++------------ static/styles/sugoi/style.css | 6 +++--- 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/static/styles/genaviv/style.css b/static/styles/genaviv/style.css index d18258b..9d7b0f2 100644 --- a/static/styles/genaviv/style.css +++ b/static/styles/genaviv/style.css @@ -372,15 +372,15 @@ input,input[type="search"],form textarea,form input,input[type="search" i],input } #logo { - width: 300px; - height: 197px; + width: 1140px; + height: 150px; margin: 0 auto; } #logo a { border: none; width: 100%; - height: 197px; + height: 150px; display: block; } diff --git a/static/styles/orion/style.css b/static/styles/orion/style.css index 2bc8be1..71b04d6 100644 --- a/static/styles/orion/style.css +++ b/static/styles/orion/style.css @@ -74,21 +74,21 @@ a { #logo { box-sizing: content-box; - height: 100px; - padding: 10px 0px 10px; - width: 180px; + height: 150px; + padding: 50px 0px 10px; + width: 1140px; } #logo>a { - background-size: contain; display: block; height: 100%; - margin-top: 0 + margin-top: 0; + background-position: left; } -#logo a:hover { +/*#logo a:hover { opacity: 0.85; -} +}*/ body { width: 100%; @@ -1517,9 +1517,12 @@ div[id^="peers"]>h4 { /*left: -5px*/ } +/* +TODO: delete me? .filter_torrents { - /*! width: 900px */ + width: 900px } +*/ .filter_torrents>.box { margin-top: 2px @@ -1625,11 +1628,11 @@ table.forum_post td.body { width: 800px; } -/* Because Firefox apparently doesn't understand "100%" in tables */ - +/* Because Firefox apparently doesn't understand "100%" in tables +TODO: delete me? #forums table.forum_post td.body>div { - /*! max-width: 730px */ -} + max-width: 730px +}*/ .last_edited { opacity: 0.6; diff --git a/static/styles/sugoi/style.css b/static/styles/sugoi/style.css index 6937f36..6f4656d 100755 --- a/static/styles/sugoi/style.css +++ b/static/styles/sugoi/style.css @@ -150,15 +150,15 @@ ul.thin li { margin:0px 0px; padding:0px; } } #logo { - width: 300px; - height: 197px; + width: 1140px; + height: 150px; margin: 0 auto; } #logo a { border: none; width: 100%; - height: 197px; + height: 150px; display: block; }