Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

munich-lines.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /*
  2. This stylesheet contains the css classes needed to colorize the line
  3. labels in the display.
  4. To customize this use as class name the name of the line without any
  5. blanks and all lower case. For instance "Bus N9" becomes ".busn9"
  6. */
  7. /*
  8. S-Bahn
  9. */
  10. .s1 {background-color: #6bbee6;}
  11. .s2 {background-color: #8cbd4f;}
  12. .s3 {background-color: #7d2a8b;}
  13. .s4 {background-color: #cb1e47;}
  14. .s5 {background-color: #7d2a8a;}
  15. .s6 {background-color: #5da570;}
  16. .s7 {background-color: #833c37;}
  17. .s8 {background-color: #262425;}
  18. .s20 {background-color: #d45e71;}
  19. /*
  20. U-Bahn
  21. */
  22. .u1 {background-color: #5c803e;}
  23. .u2 {background-color: #a6123a;}
  24. .u3 {background-color: #d66f38;}
  25. .u4 {background-color: #64b28d;}
  26. .u5 {background-color: #a67322;}
  27. .u6 {background-color: #406fb7;}
  28. .u7 {background-color: #5b803e;}
  29. .u8 {background-color: #9f1a31;}
  30. /*
  31. Straßenbahn
  32. */
  33. .str12 {background-color: #903f98;}
  34. .str15 {
  35. background-color: white;
  36. border: 1px solid #f58f98;
  37. color: #f58f98;
  38. }
  39. .str16 {background-color: #006cb2;}
  40. .str17 {background-color: #875b46;}
  41. .str18 {background-color: #0db14b;}
  42. .str19 {background-color: #ed1d24;}
  43. .str20 {background-color: #00c0e8;}
  44. .str21 {background-color: #b999c7;}
  45. .str23 {background-color: #b3d334;}
  46. .str25 {background-color: #f58f98;}
  47. .str27 {
  48. background-color: #faa61a;
  49. }
  50. .str28 {
  51. background-color: white;
  52. border: 1px solid #faa61a;
  53. color: #faa61a;
  54. }
  55. .str29 {
  56. background-color: white;
  57. border: 1px solid #ed1d24;
  58. color: #ed1d24;
  59. }
  60. /*
  61. Bus
  62. */
  63. .bus {
  64. background-color: #d0672f;
  65. border-radius: 1em;
  66. color: white;
  67. width: 3.5em;
  68. }
  69. /*
  70. X-Bus
  71. */
  72. div[class^="x"], div[class*=" x"] {
  73. background-color: #779986;
  74. border-radius: 1em;
  75. color: white;
  76. width: 3.5em;
  77. }