Quantcast
Channel: Tópicos
Viewing all articles
Browse latest Browse all 14700

menu circular

$
0
0
olá pessoal , estou começando em css e preciso alterar o codigo abaixo para fazer o menu ficar como na imagem . Alguem poderia me dar uma dica?


Imagem Colocada
Código :
/* Navigation
--------------------------------------------------------------------------------*/
#topnav-wrap table{
border-collapse: collapse;
border-spacing: 0;
width:100%;
}
#topnav-wrap{
border-top:1px solid #dedede;
box-sizing:border-box;
background:#fff url(border-bottom.png) left bottom repeat-x;
}
#topnav-wrap td{
padding:0;
}
#topnav {
clear: both;
padding:0;
margin:0;
height:47px;
float:left;
overflow:hidden;
}
#topnav ul {
display: inline;
list-style: none;
float: left;
height:47px;
overflow:hidden;
}
#topnav ul li{
list-style: none;
float: left;
padding:0 15px 0 0;
list-style: none;
}
#topnav ul li a{
float:left;
color: #5e5e5e;
font-size:14px;
text-decoration: none;
font-family: 'Proxima Nova', 'Myriad Pro', Arial, Helvetica, sans-serif;
padding:15px 10px 11px;
border:0;
box-sizing:border-box;
outline:0;
list-style-type:none;
margin-bottom:3px;
}
#icontent #topnav ul li a{
margin-bottom:0px;
}
#topnav li#active a,
#topnav a:hover{
color: #2e2e2e;
border-bottom:2px solid #4c4c4c;
}
/****************************** flyout
s ******************************/
#wsite-menus .wsite-menu {
background:#fff;
position:relative;
border:1px solid #ccc;
box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
#wsite-menus .wsite-menu li{
width:180px;
float:none;
margin:0;
padding:0;
background:#fff;
}
#wsite-menus .wsite-menu li a{
float:none;
text-transform:capitalize;
font-weight:normal;
font-family: 'Proxima Nova', 'Myriad Pro', Arial, Helvetica, sans-serif;
padding:13px 15px 12px;
font-size:14px;
width:150px;
color:#5e5e5e;
border:8;
border-bottom:1px solid #ddd;
background:#fff;
}
#wsite-menus .wsite-menu li:last-child a{
border-bottom:none;
}

#wsite-menus .wsite-menu li a:hover{
color:#2e2e2e;
background:#eee;
}
#wsite-menus span.wsite-menu-title{
padding:0;
}
#wsite-menus .wsite-menu-arrow{
display:none !important;
}

Viewing all articles
Browse latest Browse all 14700