Advertisement
Guest User

Old SuperUser CSS

a guest
Mar 19th, 2015
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.61 KB | None | 0 0
  1. a.post-tag {
  2.     border-width: 2px;
  3. }
  4.  
  5. #question-header a.question-hyperlink, #questions a.question-hyperlink {
  6.     font-family: Trebuchet MS,Liberation Sans,DejaVu Sans,sans-serif;
  7.     font-size: 17px;
  8.     font-weight: bold;
  9. }
  10.  
  11. /*@import url(http://fonts.googleapis.com/css?family=Trebuchet+MS);*/
  12.  
  13. div.status.answered-accepted {
  14.     background-color: #008000;
  15. }
  16.  
  17. span.rep-up.special-rep {
  18.     background-color: #008000;
  19.     color: #ffffff;
  20. }
  21.  
  22. a.answer-hyperlink {
  23.     color: #555;
  24. }
  25.  
  26. tr td textarea {
  27.     font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
  28.     font-size: 100%;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement