|
|
@@ -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; |
|
|
|