@yellow: #ffc40d; @grey: #444; @light-grey: (@grey + #222); @white: #fff; @mainfont: lekton; body { background-image: url('pics/debut_dark.png'); font-family: @mainfont, serif; padding: 40px; } p { font-size: 1.2em; } h2 { font-size: 4em; margin-top: 1em; text-align: center; } #container { background-color: @yellow; border-radius: 3px; box-shadow: 0 0 12px rgba(0,0,0,.4); margin: 0 auto; width: 600px; } #content { height: 400px; width: 100%; padding: 20px; } ul#navbar { color: @grey; font-size: 18px; font-weight: bold; list-style: none; margin-left: 0; width: 100%; } ul#navbar li { background-color: @grey; color: @yellow; cursor: pointer; display: inline-block; float: left; margin-bottom: 20px; padding: 10px 0; text-align: center; text-shadow: 1px 1px 0 rgba(0,0,0,.5); width: 25%; } ul#navbar li:hover, .active { background-color: @yellow !important; color: @grey !important; text-shadow: none !important; } .calcPanel { display: none; }