Преглед на файлове

Add SugoiMusic logo to genaviv CSS

* Place logo on top by removing main-menu absolute
* Use logo graphic
test
Tomochin преди 3 години
родител
ревизия
c30f044833
променени са 1 файла, в които са добавени 20 реда и са изтрити 3 реда
  1. +20
    -3
      static/styles/genaviv/style.css

+ 20
- 3
static/styles/genaviv/style.css Целия файл

@@ -314,7 +314,7 @@ body {
font-family:'Proxima Nova','Lato','Segoe UI',sans-serif;font-size:13px;-moz-osx-font-smoothing:grayscale!important;-webkit-font-smoothing:antialiased!important;text-rendering:optimizeLegibility!important;
}
#header {
background-size:cover;background-repeat:no-repeat;background-position:center center;padding-top:50px;text-align:center;
background-size:cover;background-repeat:no-repeat;background-position:center center;text-align:center;
}
#content {
margin:0 auto
@@ -370,6 +370,25 @@ input,input[type="search"],form textarea,form input,input[type="search" i],input
.sidebar {
width:25%;float:right
}

#logo {
width: 300px;
height: 197px;
background: url('/static/styles/sugoi/images/logo.png') no-repeat center center;
margin: 0 auto;
}

#logo a {
border: none;
width: 100%;
height: 197px;
display: block;
}

#logo a:hover {
border: none;
}

.main_column,.main-column {
width:75%;float:left
}
@@ -470,8 +489,6 @@ td.left {
margin-bottom:0
}
#menu,.main-menu {
position: absolute;
top:0;
z-index:1500;
width:100%;
height:50px;


Зареждане…
Отказ
Запис