29 lines
355 B
CSS
29 lines
355 B
CSS
.info {
|
|
font-size: 10pt;
|
|
line-height: 12pt;
|
|
}
|
|
.visits, .hits {
|
|
margin-top: 3px;
|
|
background-color: magenta;
|
|
height: 10px;
|
|
}
|
|
.hits {
|
|
margin-top: 0;
|
|
background-color: blue;
|
|
}
|
|
.visitslab {
|
|
color: magenta;
|
|
}
|
|
.hitslab {
|
|
color: blue;
|
|
}
|
|
.sep {
|
|
height: 10px;
|
|
}
|
|
|
|
@media only screen and (max-width:540pt) {
|
|
|
|
}
|
|
@media only screen and (max-width:400pt) {
|
|
|
|
}
|