@import url('simpleweb.less'); @import url('variables.less'); @color_content_blue: #1c75bc; @color_content_purple: #360570; @border: #DEDEDE; html, body { padding: 0; font-family: Verdana; font-size: 11px; } h1 { border-bottom: 1px solid #CCCCCC; font-size: 30px; margin-bottom: 30px; } h2 { font-size: 25px; } body.blue { .background-linear(#ffffff, #31a0d4); } body.purple { .background-linear(#ffffff, #5d47ff); } .logo { height: 150px; margin-left: 5px; padding: 5px 0; overflow: hidden; position: relative; .img-logo { position: absolute; top: 30px; } .img-stetoskop { position: absolute; top: 30px; left: 220px; } } .other-content-top { float: right; margin: 5px 5px 0 0; overflow: hidden; text-align: left; width: 540px; height: 145px; } .container { &.container-frontend { background-color: #ffffff; box-shadow: 0 2px 7px #A4A4A4; margin-bottom: 10px; margin-top: 20px; } } .Admin .another { .span6 { width: 456px; padding: 0; margin-left: 10px; } .span6:first-child { margin-left: 20px; } } .menu { body.blue & { background-color: @color_content_blue; } body.purple & { background-color: @color_content_purple; } a { color: white; display: inline-block; font-weight: bold; line-height: 3.75; padding-left: 20px; width: 200px; & + a { border-top: 1px solid white; } } :hover { .transition("background-color 0.4s"); body.blue & { background-color: lighten(@color_content_blue, 20%); } body.purple & { background-color: lighten(@color_content_purple, 20%); } } } .nivoSlider { height: 251px; overflow: hidden; } .span9 { &.hasNivoSlider { margin-left: 0px; width: 720px; } &.main-content { padding-right: 20px; } } .article-list-item { padding-bottom: 15px; & + .article-list-item { border-top: 1px solid @border; } } .info-panel-left { padding: 15px; color: #ffffff; body.blue & { background-color: @color_content_blue; } body.purple & { background-color: @color_content_purple; } } .footer a { color: black; &:hover { color: black; } }