Browse Source

Add SugoiMusic logo to beluga CSS

test
Tomochin 3 years ago
parent
commit
7a764cd9f8
1 changed files with 18 additions and 10 deletions
  1. +18
    -10
      static/styles/beluga/style.css

+ 18
- 10
static/styles/beluga/style.css View File

@@ -18,6 +18,22 @@
padding: 0 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 { .cats_anime, .cats_movies, .cats_manga, .cats_games, .cats_other {
width: 38px!important; width: 38px!important;
height: 38px!important; height: 38px!important;
@@ -303,7 +319,7 @@ p.min_padding {
width: 646px; width: 646px;
float: left float: left
} }
/*
#logo { #logo {
width: 900px; width: 900px;
height: 60px; height: 60px;
@@ -317,15 +333,7 @@ p.min_padding {
height: 60px; height: 60px;
display: block display: block
} }

#logo a::before {
content: "SugoiMusic";
font-size: 40px;
line-height: 56px;
font-weight: 100;
font-family: sans-serif;
}

*/
.nav_dropdown > div { .nav_dropdown > div {
position: absolute; position: absolute;
width: 135.56px; width: 135.56px;


Loading…
Cancel
Save