d2d.emegrendeles.hu/resources/css/speedButtonNavBar.css
E98Developer 68b7c35bef git init
2026-02-28 06:53:05 +01:00

72 lines
1.3 KiB
CSS

/*---------------------------------------------------*/
.speedButtonNavBar{
margin-bottom: 1px !important;
padding-bottom: 0.2rem !important;
}
.speedButtonNavBar img{
display: block;
margin: 0 auto 5px auto;
max-width: 64px;
}
.speedButtonNavBar ul{
overflow: hidden;
margin-bottom: 1px;
}
.speedButtonNavBar ul li{
text-align: center;
width: 100px;
height: 105px;
padding-top: 10px;
float: left;
/*margin: 10px;*/
font-size: 11px;
overflow: hidden;
line-height: 1.2;
}
.speedButtonNavBar ul li.selected{
background-color: rgba(200,200,200,0.5);
border-radius: 10px;
}
.speedButtonNavBar ul a{
display: block;
width: 100%;
height: 100%;
}
/*
.speedButtonNavBar ul li{
text-align: center;
width: 100px;
height: 100px;
padding-top: 10px;
float: left;
margin: 10px;
font-size: 11px;
overflow: hidden;
line-height: 1.2;
}
.speedButtonNavBar ul li.selected{
background-color: rgba(200,200,200,0.5);
border-radius: 10px;
}
.speedButtonNavBar ul a{
display: block;
width: 100%;
height: 100%;
}
.speedButtonNavBar.smallicons{
}
.speedButtonNavBar.smallicons ul li{
width: 80px;
height: 70px;
padding: 10px 10px 0 10px;
margin: 5px;
}
.speedButtonNavBar.smallicons img{
max-width: 32px;
}
*/