From 7a764cd9f8852a434328809cd60ce7c94fe144d1 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Fri, 13 Nov 2020 19:23:16 +0700 Subject: [PATCH] Add SugoiMusic logo to beluga CSS --- static/styles/beluga/style.css | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index d17b563..726946a 100644 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -18,6 +18,22 @@ padding: 0 } +#logo { + box-sizing:content-box; + height:100px; + padding:10px 0px 10px; + width:180px; + } + + #logo a { + background: url('/static/styles/sugoi/images/logo.png') no-repeat center center; + } + #logo>a { + background-size:contain; + display:block; + height:100%; + margin-top:0 + } .cats_anime, .cats_movies, .cats_manga, .cats_games, .cats_other { width: 38px!important; height: 38px!important; @@ -303,7 +319,7 @@ p.min_padding { width: 646px; float: left } - + /* #logo { width: 900px; height: 60px; @@ -317,15 +333,7 @@ p.min_padding { height: 60px; display: block } - -#logo a::before { - content: "SugoiMusic"; - font-size: 40px; - line-height: 56px; - font-weight: 100; - font-family: sans-serif; -} - +*/ .nav_dropdown > div { position: absolute; width: 135.56px;