A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

mobile.css 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. }