lwn.net.styl 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. // * LWN.net
  2. // ** HTML Elements
  3. // This conflicts with a lot of things in the all-sites file, so I'm
  4. // leaving this commented out for now. Too bad, because it makes LWN
  5. // look much nicer, but they use <span> with no CSS class...
  6. // span
  7. // background-color ()
  8. // color orange
  9. tr.Even
  10. background-color highlight
  11. // ** Page components
  12. .BigQuote
  13. background-color highlight
  14. color orange
  15. .Cat1HL
  16. background-color color-background-highlight-extra
  17. color emphasized
  18. .Cat2HL
  19. background-color color-background-highlight-extra-less
  20. .Cat3HL
  21. background-color color-background-highlight-extra-less-less
  22. .FeatureByline
  23. background-color highlight
  24. border none i
  25. .Headline
  26. background-color color-background-highlight-extra-less
  27. .QuotedText
  28. color violet
  29. // **** article info boxes
  30. DIV.GAByline
  31. background-color highlight
  32. border none i
  33. // **** tables
  34. table.OddEven
  35. tr:nth-child(even)
  36. background-color color-background-highlight-tad-extra
  37. tr:nth-child(odd)
  38. background-color()
  39. // *** Comments
  40. DIV.CommentBox
  41. border-color color-background-highlight
  42. DIV.CommentBox P.CommentTitle
  43. background-color color-background-highlight-extra-less
  44. // *** Menu
  45. #menu, .topnav-container
  46. background-color highlight
  47. .navmenu ul
  48. background-color highlight