A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

51 行
654B

  1. .row.threads {
  2. padding: 0;
  3. }
  4. .row.thread {
  5. position: relative;
  6. padding-top: 0;
  7. padding-bottom: 0;
  8. padding-left: 64px;
  9. min-height: 64px;
  10. border: none;
  11. }
  12. .row.thread img.icon {
  13. position: absolute;
  14. top: 10px;
  15. left: 10px;
  16. width: 44px;
  17. height: 44px;
  18. }
  19. .row.thread a {
  20. margin: 1px 0;
  21. display: block;
  22. color: #aaa;
  23. text-decoration: none;
  24. }
  25. .row.thread a.main {
  26. color: #fff;
  27. width: 100%;
  28. padding-top: 10px;
  29. }
  30. .row.thread .meta {
  31. position: relative;
  32. width: 100%;
  33. padding-bottom: 10px;
  34. }
  35. .row.thread a.left,
  36. .row.thread a.right {
  37. display: block;
  38. float: left;
  39. width: 49.5%;
  40. }
  41. .row.thread a.right {
  42. float: right;
  43. text-align: right;
  44. }