67 lines
783 B
CSS
67 lines
783 B
CSS
/* dock2 - bottom */
|
|
#dock2 {
|
|
width: 100%;
|
|
z-index: 9999;
|
|
text-align: center;
|
|
}
|
|
#dock2:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
|
|
|
|
|
|
.dock-container2 {
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 200px;
|
|
margin-left: -60px;
|
|
position: absolute;
|
|
}
|
|
|
|
a.dock-item2 {
|
|
display: block;
|
|
font: bold 12px Arial, Helvetica, sans-serif;
|
|
width: 40px;
|
|
color: #fff;
|
|
bottom: 0px;
|
|
position: absolute;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
.dock-item2 span {
|
|
display: none;
|
|
padding: 0px;
|
|
padding-bottom: 10px;
|
|
color: #fff;
|
|
|
|
}
|
|
.dock-item2 img {
|
|
border: none;
|
|
margin: 0px; /*5px 40px 0px; */
|
|
width: 100%;
|
|
background-color: transparent;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|