stackexchange.com.styl 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. // * stackexchange.styl
  2. // For all Stack Exchange sites
  3. hr
  4. background-color color-background-highlight-extra-less
  5. color color-background-highlight-extra-less
  6. .bounty-indicator, .bounty-indicator-tab
  7. background-color violet
  8. .bottom-notice
  9. background-color highlight
  10. .comments-link
  11. color green
  12. .page-numbers
  13. background-color green
  14. color emphasized-more
  15. &.current
  16. background-color orange
  17. color color-background
  18. .post-menu
  19. a
  20. color violet
  21. .question-status
  22. background-color highlight
  23. .bg-black-050
  24. background-color transparent
  25. .val-info
  26. background-color transparent
  27. color()
  28. .s-label
  29. color()
  30. // ** Code
  31. pre code
  32. background-color highlight
  33. color emphasized
  34. .atn
  35. color blue
  36. .atv
  37. color cyan
  38. .com
  39. color comment
  40. .kwd
  41. color green
  42. .lit
  43. color magenta
  44. .pln
  45. .pun
  46. color()
  47. .str
  48. color cyan
  49. .tag
  50. color green
  51. .typ
  52. color yellow
  53. // ** Footer
  54. #footer
  55. background-color color-background-highlight-extra-less-less
  56. color()
  57. #footer-sites
  58. th
  59. color emphasized
  60. .top-footer-links a
  61. color green
  62. // ** Header
  63. .so-header
  64. background-color color-background-highlight-extra-less
  65. color emphasized
  66. a
  67. color green
  68. .navigation .-list .-item :hover
  69. background-color green
  70. color emphasized-more-more
  71. .topbar-dialog
  72. background-color()
  73. box-shadow color-background-highlight-extra 5px 5px 5px
  74. .current-site-container
  75. background-color()
  76. .header
  77. background-color highlight
  78. a
  79. color emphasized
  80. .site-link
  81. color emphasized
  82. #header
  83. background-color color-background-highlight-extra-less
  84. #question-header
  85. .question-hyperlink
  86. color emphasized
  87. // *** Logo
  88. #hlogo
  89. a
  90. filter opacity(75%)
  91. // ** Question lists
  92. .new-post-activity
  93. background-color highlight
  94. .tagged-interesting
  95. background-color color-background-highlight-extra-less
  96. // *** Answer counts
  97. div.answered-accepted
  98. background-color green
  99. color emphasized-more
  100. .mini-counts
  101. background-color green
  102. color emphasized-more
  103. .answered
  104. // Including answered-but-not-accepted questions
  105. .mini-counts
  106. span
  107. color green
  108. .unanswered
  109. .mini-counts
  110. span
  111. color()
  112. // ** Sidebar
  113. #hot-network-questions
  114. a
  115. color cyan
  116. h4 a.js-gps-track
  117. color emphasized
  118. #sidebar
  119. .community-bulletin .bulletin-item-content a
  120. color emphasized
  121. .module.community-bulletin
  122. background-color highlight
  123. color emphasized
  124. .question-hyperlink
  125. color cyan
  126. .newuser
  127. background-color highlight
  128. color emphasized
  129. // *** Labels
  130. .label-key
  131. color()
  132. b
  133. color emphasized
  134. // *** Chat room ads
  135. #h-chat-link
  136. color emphasized
  137. .ad502-room
  138. background-color highlight
  139. box-shadow color-background-highlight-extra 0px 1px 3px
  140. color emphasized
  141. // ** Tabs
  142. #tabs
  143. a
  144. background-color transparent
  145. background-image linear-gradient(to bottom, color-background, color-background-highlight)
  146. color emphasized
  147. &.youarehere
  148. background-image linear-gradient(to bottom, orange, color-background)
  149. color emphasized-more-more
  150. // ** Tags
  151. .post-tag
  152. background-color highlight-extra
  153. color color-background
  154. &::before
  155. background-color()
  156. // ** Users
  157. // *** Comments
  158. a.comment-user.owner
  159. background-color green
  160. color emphasized-more
  161. // *** Post signature
  162. .post-signature
  163. background-color highlight
  164. color emphasized
  165. a
  166. color cyan
  167. &.owner
  168. .user-info .user-details a
  169. color green
  170. span.relativetime
  171. color emphasized
  172. // ** Vote arrows
  173. .vote
  174. background-color highlight
  175. .star-off
  176. filter opacity(75%)
  177. .star-on
  178. filter opacity(50%) i
  179. .vote-down-off, .vote-up-off
  180. filter opacity(50%)
  181. // *** Vote counts
  182. .answer-votes
  183. background-color highlight-extra
  184. color color-background