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.

161 Zeilen
2.0KB

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