A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

207 lines
2.6KB

  1. html {
  2. color: #000000;
  3. background-color: #cfcfcf;
  4. }
  5. .row {
  6. background-color: #eee;
  7. border-color: #969696;
  8. }
  9. .row.odd {
  10. background-color: #ddd;
  11. }
  12. .row.breadcrumb {
  13. background: #ddd;
  14. border-top-color: #fff;
  15. }
  16. .row.stats {
  17. background: #ddd;
  18. }
  19. .row.stats span {
  20. color: #222;
  21. }
  22. .titlebar .title h1,
  23. .titlebar .title h2 {
  24. color: #212320;
  25. }
  26. .titlebar {
  27. border-bottom-color: #ddd;
  28. }
  29. .titlebar ul li a {
  30. color: #222;
  31. text-decoration: none;
  32. }
  33. .titlebar ul li a:hover {
  34. color: #666;
  35. }
  36. .breadcrumb a {
  37. color: #222;
  38. }
  39. .row.highlights {
  40. border-color: #bbb;
  41. }
  42. body.highlights .details {
  43. background: rgba(255,255,255,0.85);
  44. border-right-color: #fff;
  45. }
  46. body.highlights h2 {
  47. color: #111;
  48. border-bottom-color: #333;
  49. }
  50. body.highlights p {
  51. color: #111;
  52. }
  53. .row.subforum h3 a,
  54. .row.lastThread h4 a {
  55. color: #222;
  56. }
  57. .row.subforum span,
  58. .row.lastThread span {
  59. color: #444;
  60. }
  61. .row.subforum {
  62. border-bottom-color: #eee;
  63. }
  64. .row.lastThread {
  65. background: #ddd;
  66. border-top-color: #fff;
  67. }
  68. .list th {
  69. color: #222;
  70. }
  71. .list tr.odd td,
  72. .list tr.odd th {
  73. background-color: #ddd;
  74. }
  75. .list a {
  76. color: #222;
  77. }
  78. .list a:hover {
  79. color: #666;
  80. }
  81. .pagination a {
  82. color: #222;
  83. }
  84. .pagination a.active {
  85. color: #666;
  86. }
  87. .row.thread a {
  88. color: #000;
  89. }
  90. .row.thread a.main {
  91. color: #222;
  92. }
  93. .post {
  94. background: #eee;
  95. }
  96. .row.postInfo,
  97. .postInfo .userForeground .date {
  98. color: #eee;
  99. }
  100. .row.postInfo.hide-backgrounds {
  101. background-color: #eee;
  102. border-bottom-color: #fff;
  103. }
  104. .row.postInfo.hide-backgrounds,
  105. .row.postInfo.hide-backgrounds .userForeground .date {
  106. color: #333;
  107. }
  108. .post .postContent a {
  109. color: #666;
  110. }
  111. .post .postContent a.smart {
  112. background: #ddd;
  113. border-color: #ccc;
  114. }
  115. .post .postContent a.smart .title,
  116. .post .postContent a.smart .desc {
  117. background-color: #ddd;
  118. border-color: #eee;
  119. color: #222;
  120. }
  121. .post .postContent a.smart .desc {
  122. color: #000;
  123. }
  124. .post .postContent .quote {
  125. background: #ddd;
  126. border-color: #ccc;
  127. }
  128. .post .postContent .quote a.user {
  129. background-color: #ddd;
  130. border-color: #eee;
  131. color: #222;
  132. }
  133. .post .postContent .blockquote {
  134. background-color: #ddd;
  135. border-color: #ccc;
  136. }
  137. .querybox {
  138. border-color: #ccc;
  139. }
  140. .querybox .inputwrapper,
  141. .querybox .buttonwrapper {
  142. background: #eee;
  143. }
  144. .querybox .buttonwrapper input {
  145. border-left-color: #ccc;
  146. color: #222;
  147. }
  148. .row.search.message {
  149. color: #222;
  150. }
  151. .row.search.results a {
  152. color: #222;
  153. }
  154. .row.event a {
  155. color: #666;
  156. }
  157. .row.event span {
  158. color: #444;
  159. }
  160. .footer a {
  161. color: #999;
  162. }