imio-publik-themes/static/liege/_header.scss

37 lines
714 B
SCSS

@charset "UTF-8";
/******************************************************* NORMAL ITEM
**/
div#header {
background: url("images/banner.jpg") top left no-repeat;
background-position: 0px 0px;
border-radius: 0 0 $border-radius $border-radius;
width: 100%;
margin: 0 auto;
position: relative;
top: 0px;
z-index: 0;
padding: 0 1ex;
height: 214px;
}
h1#logo a {
background: url("images/logo_arrondis.png") 10px 100% no-repeat;
background-size: 140px;
color: #ffffff;
text-shadow: 2px 2px 2px black;
display: block;
font-size: 46px;
padding-top: 130px;
padding-left: 165px;
font-family: DINWeb;
font-weight: normal;
}
#toplinks .sep {
display: none;
}
#toplinks .registration {
display: none;
}