A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

91 Zeilen
1.1KB

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