@charset "utf-8"; /* Version: 2014 Author: Agência Slim Author URI: http://www.agenciaslim.com.br */ /*INCLUDE FUNÇÕES*/ @import url(resete.less); @import url(font-face.less); @import url(functions.less); @import url(pages.less); body{ background: #000; } .wall{ width: 100%; min-height: 1080px; background: url(../images/bgs/bg-wall.jpg) center; position:relative; .menu{ width: 100%; height: 150px; background: url(../images/bgs/bg-menu.png); position: relative; top: -150px; left: 0; .limite{ height: 150px; .logo{ padding: 16px 0; a{ position: relative; display: none; } } // logo .links{ height: 150px; display: none; ul{ float: right; position: relative; .line{ position: absolute; width: 118px; height: 5px; background:#f15a22; left: 0;bottom: -2px; display: none; } li{ float: left; margin-right:54px; height: 10px; padding: 70px 0; cursor: pointer; div{ float: left; height: 21px; background: url(../images/menu/links-menu.png) no-repeat; text-indent: -99999px; .transition(all 0.3s); } } } .emp{ &:hover{ div{ background-position: 0 -20px; .transition(all 0.3s); } } } .port{ &:hover{ div{ background-position: -173px -20px; .transition(all 0.3s); } } } .cli{ &:hover{ div{ background-position: -350px -20px; .transition(all 0.3s); } } } .cont{ margin-right: 0; &:hover{ div{ background-position: -505px -20px; .transition(all 0.3s); } } } .empresa{ width: 118px; } .portfolio{ width: 122px; background-position: -173px 0; } .clientes{ width: 100px; background-position: -350px 0; } .contato{ width: 104px; background-position: -505px 0; } } // links } // limite } // menu } // wall