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.

54 Zeilen
647B

  1. .row.highlights {
  2. height: 250px;
  3. padding: 0;
  4. border-style: inset;
  5. }
  6. .row.highlights iframe {
  7. width: 100%;
  8. height: 100%;
  9. border: none;
  10. }
  11. .row.subforums {
  12. background: transparent !important;
  13. padding: 0;
  14. border: none;
  15. }
  16. .cell {
  17. width: 50%;
  18. float: left;
  19. }
  20. .cell.left .row {
  21. margin-right: 5px;
  22. }
  23. .cell.right .row {
  24. margin-left: 5px;
  25. }
  26. .row.subforum h3,
  27. .row.lastThread h4 {
  28. margin: 0;
  29. padding: 0;
  30. font-weight: normal;
  31. }
  32. .row.subforum h3 a,
  33. .row.lastThread h4 a {
  34. color: white;
  35. text-decoration: none;
  36. }
  37. .row.subforum span,
  38. .row.lastThread span {
  39. color: #aaa;
  40. }
  41. .row.lastThread {
  42. background: #3a3a3a;
  43. margin-bottom: 10px;
  44. }