publik-base-theme/static/omonville-la-rogue/_custom.scss

35 lines
480 B
SCSS

body {
background: #ccc url(bg-body.jpg) top left repeat;
}
div#page {
background: transparent url(bg-body-2.jpg) 0 80px repeat-x;
}
#nav-wrapper {
background: $nav-background;
border: 1px solid darken($nav-background, 20%);
border-width: 1px 0;
margin: 10px 0;
}
div#nav,
div#nav > ul {
margin: 0 auto;
}
div#nav > ul > li a {
font-weight: normal;
}
#logo {
font-weight: normal;
height: 50px;
line-height: 60px;
}
#logo a {
font-style: italic;
color: white;
}