stats.css 373 B

1234567891011121314151617181920212223242526272829
  1. .info, .info1st {
  2. font-size: 10pt;
  3. line-height: 12pt;
  4. }
  5. .info1st {
  6. margin-top: 15px;
  7. }
  8. .visits, .hits {
  9. margin-top: 3px;
  10. background-color: magenta;
  11. height: 10px;
  12. }
  13. .hits {
  14. margin-top: 0;
  15. background-color: blue;
  16. }
  17. .visitslab {
  18. color: magenta;
  19. }
  20. .hitslab {
  21. color: blue;
  22. }
  23. @media only screen and (max-width:540pt) {
  24. }
  25. @media only screen and (max-width:400pt) {
  26. }