2009-06-20 12:57:22 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
@media all {
|
|
|
|
|
|
|
|
div.dashicon {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dashicon a {
|
|
|
|
background-image: url(icons/default.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: top;
|
|
|
|
display: block;
|
|
|
|
width: 70px;
|
|
|
|
padding-top: 70px;
|
|
|
|
color: #000000;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
margin: 2em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.di_network a {
|
|
|
|
background-image: url(icons/network.png);
|
|
|
|
}
|
|
|
|
|
2009-08-23 15:26:15 +00:00
|
|
|
div.di_wifi a {
|
|
|
|
background-image: url(icons/wifi.png);
|
2009-06-20 12:57:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|