A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.css 647B

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