index710.css 908 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @media (max-width: 710px) {
  2. .navBar1280 { display: none; }
  3. .navBar920 { display: none; }
  4. .navBar710 { display: block; }
  5. .navBar400 { display: none; }
  6. .removeOnPhone {
  7. display : none !important;
  8. }
  9. #fpsLabel {
  10. top: 60px;
  11. }
  12. #exampleList {
  13. width: 100%;
  14. }
  15. .navbar {
  16. box-shadow: 0 2px 5px #000;
  17. }
  18. .navbarBottom .links .link a {
  19. font-size: 14px;
  20. }
  21. }
  22. .navbar.navBar710 .categoryTitle {
  23. width: 155px;
  24. height: 100%;
  25. text-align: center;
  26. }
  27. .navbar.navBar710 .categoryTitle .logo {
  28. margin-top: -7px;
  29. margin-left: -5px;
  30. }
  31. .navbar.navBar710 .categoryTitle .version {
  32. position: relative;
  33. top: -35px;
  34. left: 20px;
  35. }
  36. .navbar.navBar710 .select .toDisplayBig {
  37. width:350px;
  38. }
  39. .navbar.navBar710 .select .toDisplayBig ul {
  40. column-count: 1;
  41. }