desktop.css 578 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #logo {
  2. text-align: left;
  3. }
  4. .scoreinfo {
  5. float: right;
  6. width: 23.4375%;
  7. }
  8. #scoreinfo {
  9. background-color: #f7f7f7
  10. }
  11. #topbar_bg {
  12. display: none
  13. }
  14. #newsdiv {
  15. width: 46.875%;
  16. float: left
  17. }
  18. .newsitem {
  19. font-size: 2.053476562vh;
  20. width: 50%;
  21. }
  22. #first_news_item {
  23. font-size: 4.106953125vh;
  24. width: 100%;
  25. }
  26. #magazine { width: 23.4375%; float: right; margin-right: 3.125%; display: inline-block }
  27. .floatright {
  28. float: right
  29. }
  30. .floatleft {
  31. float: left
  32. }
  33. .news_separator {
  34. display: none
  35. }
  36. #switch_view {
  37. display: none
  38. }