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.

39 Zeilen
591B

  1. /* switch navbar to a single line */
  2. .titlebar {
  3. min-height: 32px;
  4. }
  5. .titlebar a.logo {
  6. position: absolute;
  7. top: 5px;
  8. left: 10px;
  9. }
  10. .titlebar .menu {
  11. margin: 6px 0;
  12. margin-left: 37px;
  13. line-height: 20px;
  14. height: 20px;
  15. text-align: right;
  16. }
  17. /* break subforum listing into two columns */
  18. .row.subforums .cell {
  19. float: left;
  20. width: 50%;
  21. }
  22. .row.subforums .cell.left .row {
  23. margin-right: 5px;
  24. }
  25. .row.subforums .cell.right .row {
  26. margin-left: 5px;
  27. }
  28. /* switch stats bar to single line */
  29. .row.stats span {
  30. float: left;
  31. width: 25%;
  32. }