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.

162 Zeilen
2.0KB

  1. html {
  2. color: #9c0000;
  3. background-color: #ffffee;
  4. }
  5. .row {
  6. background-color: #f0e0d6;
  7. border-color: #d9bfb7 !important;
  8. }
  9. .row.odd {
  10. background: #ead4ce;
  11. }
  12. .row.breadcrumb,
  13. .row.pagination,
  14. .row.stats {
  15. background: #ead4ce !important;
  16. }
  17. .row.stats span {
  18. color: #9c0000 !important;
  19. }
  20. .titlebar .title h1,
  21. .titlebar .title h2 {
  22. color: #9c0000;
  23. }
  24. .titlebar ul li a {
  25. color: #9c0000;
  26. }
  27. .titlebar ul li a:hover {
  28. color: purple;
  29. }
  30. .breadcrumb a,
  31. .pagination a {
  32. color: navy;
  33. }
  34. .pagination a.active {
  35. color: red;
  36. }
  37. .row.subforum h3 a,
  38. .row.lastThread h4 a {
  39. color: #9c0000;
  40. }
  41. .row.subforum span,
  42. .row.lastThread span {
  43. color: #984444;
  44. }
  45. .row.lastThread {
  46. background: #ead4ce;
  47. }
  48. .list tr.odd td,
  49. .list tr.odd th {
  50. background: #ead4ce;
  51. }
  52. .list th {
  53. color: #9c0000;
  54. }
  55. .list a {
  56. color: navy;
  57. }
  58. .list a:hover {
  59. color: purple;
  60. }
  61. .row.thread a {
  62. color: #9c0000;
  63. }
  64. .row.thread a.main {
  65. color: navy;
  66. }
  67. .post .postInfo .username {
  68. color: #117743;
  69. }
  70. .post .postInfo .date {
  71. color: #9c0000;
  72. }
  73. .post .postContent a {
  74. color: navy;
  75. }
  76. .post .postContent a.smart {
  77. background: #f2e5dc;
  78. border-color: #d9bfb7;
  79. }
  80. .post .postContent a.smart .title,
  81. .post .postContent a.smart .desc {
  82. background-color: #f2e5dc;
  83. border-color: #d9bfb7;
  84. color: #117743;
  85. }
  86. .post .postContent a.smart .desc {
  87. color: #9c0000;
  88. }
  89. .post .postContent .quote {
  90. background: #f2e5dc !important;
  91. border-color: #d9bfb7 !important;
  92. }
  93. .post .postContent .quote a.user {
  94. background: #f0e0d6 !important;
  95. color: #117743 !important;
  96. border-color: transparent !important;
  97. }
  98. pre {
  99. color: black;
  100. }
  101. .footer a {
  102. color: #aaa !important;
  103. }
  104. .querybox {
  105. border-color: #ccc;
  106. }
  107. .querybox .inputwrapper,
  108. .querybox .buttonwrapper {
  109. background: #eee;
  110. }
  111. .querybox .buttonwrapper input {
  112. border-left-color: #ccc;
  113. color: #222;
  114. }
  115. .row.search.message {
  116. color: #222;
  117. }
  118. .row.search.results a {
  119. color: navy;
  120. }
  121. .row.event a {
  122. color: navy;
  123. }
  124. .row.event span {
  125. color: #984444;
  126. }