A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

84 satır
1.1KB

  1. @media only screen and (max-width: 600px) {
  2. body {
  3. font-size: 12px;
  4. padding: 5px;
  5. }
  6. .row.titlebar {
  7. padding: 10px 15px;
  8. }
  9. .titlebar .logo {
  10. position: relative;
  11. float: none;
  12. margin: 0;
  13. text-align: center;
  14. min-width: 100%;
  15. }
  16. .titlebar .menu {
  17. position: relative;
  18. padding: 0;
  19. text-align: center;
  20. max-width: unset;
  21. min-height: unset;
  22. margin: 10px 0 0 0;
  23. }
  24. .titlebar .menu a {
  25. padding-right: 5px;
  26. padding-left: 0;
  27. line-height: 1;
  28. }
  29. .cell {
  30. width: auto;
  31. float: none;
  32. }
  33. .cell.left .row,
  34. .cell.right .row {
  35. margin-right: 0;
  36. margin-left: 0;
  37. }
  38. .row.spacer {
  39. height: 5px;
  40. }
  41. .row.subforum,
  42. .row.lastThread {
  43. padding-top: 5px;
  44. padding-bottom: 5px;
  45. }
  46. .row.lastThread {
  47. margin-bottom: 5px;
  48. }
  49. .row.stats {
  50. height: 30px;
  51. }
  52. .row.stats span {
  53. width: 50%;
  54. }
  55. .row.thread a.left,
  56. .row.thread a.right {
  57. width: 100%;
  58. text-align: left;
  59. }
  60. .post .postContent .quote {
  61. width: auto;
  62. }
  63. .post .postContent .youtube {
  64. width: auto;
  65. height: auto;
  66. }
  67. }