Skip to content

Instantly share code, notes, and snippets.

@skvggor
Created July 11, 2012 15:02
Show Gist options
  • Save skvggor/3090990 to your computer and use it in GitHub Desktop.
Save skvggor/3090990 to your computer and use it in GitHub Desktop.
menu.css
/* Banner da home */
#banner{
z-index:1;
}
#menu{
position:relative;
z-index:1;
top:-141px;
width:960px;
}
#menu span{
text-shadow:0 0;
margin-top:0;
}
#menu ul{
margin-left:-40px;
list-style-type:none;
}
#menu li{
text-align:center;
display:inline;
float:left;
width:240px;
height:105px;
font-size:30px;
font-weight:400;
padding-top:20px;
text-shadow:0 1px 2px #666;
}
#menu li a{
text-decoration:none;
color:white;
}
#menu #menu_item_um{
background:rgba(248, 195, 0, 0.9);
}
#menu #menu_item_dois{
background:rgba(247, 211, 77, 0.9);
}
#menu #menu_item_tres{
background:rgba(238, 167, 60, 0.9);
}
#menu #menu_item_quatro{
background:rgba(231, 130, 23, 0.9);
}
.menu_item_secundario{
font-size:18px;
}
#menu span{
margin-top:10px;
display:block;
line-height:15px;
}
.secundario_ativado{
padding-left:10px;
width:230px !important;
text-align:left !important;
}
/* Banner da home */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment