summaryrefslogtreecommitdiff
path: root/foredrag.scss
blob: 48a880dcd8030babca9244d69fad7bffcbd70cac (plain)
  1. {
  2. color: #000033;
  3. }
  4. h1,
  5. h2,
  6. h3 {
  7. color: #000033;
  8. }
  9. .pageheader .actions {
  10. a {
  11. color: #003366;
  12. &:hover {
  13. color: #0099cc;
  14. }
  15. }
  16. }
  17. .topbar {
  18. background-color: #003366;
  19. }
  20. .topbar ul li {
  21. a,
  22. .selflink {
  23. background-color: 0099cc;
  24. color: LightYellow;
  25. &:hover {
  26. background-color: #006699;
  27. color: LightYellow;
  28. }
  29. }
  30. }
  31. .notebox {
  32. background-color: LightYellow;
  33. }
  34. .inlineheader a {
  35. color: #000033;
  36. }
  37. .inlinecontent a {
  38. color: #000033;
  39. }
  40. .farbar {
  41. background-color: #006699;
  42. p,
  43. a,
  44. h1,
  45. h2,
  46. h3 {
  47. color: LightYellow;
  48. }
  49. .inlineheader a {
  50. color: #000033;
  51. }
  52. }
  53. #footer #mc_embed_signup {
  54. input {
  55. color: Black;
  56. }
  57. .button {
  58. color: Black;
  59. background-color: LightYellow;
  60. }
  61. }
  62. #pageinfo {
  63. background-color: #003366;
  64. color: White;
  65. a {
  66. color: White;
  67. &:hover {
  68. color: LightYellow;
  69. }
  70. }
  71. }