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.

halle-lines.css 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. Try to use color attributes only. Like background-color and color.
  7. */
  8. /* Colors for each tram line */
  9. .str1 {background-color: rgb( 251, 186, 0)}
  10. .str2 {background-color: rgb( 239, 124, 0)}
  11. .str3 {background-color: rgb( 0, 139, 210)}
  12. .str4 {background-color: rgb( 155, 16, 6)}
  13. .str5 {background-color: rgb( 15, 63, 147)}
  14. .str7 {background-color: rgb( 234, 80, 151)}
  15. .str8 {background-color: rgb( 136, 75,0)}
  16. .str9 {background-color: rgb( 173, 175, 23)}
  17. .str10 {background-color: rgb( 51, 102, 51)}
  18. .str11 {background-color: rgb( 153, 102, 0)}
  19. .str12 {background-color: rgb( 153, 204, 0)}
  20. .str15 {background-color: rgb( 255, 102, 102)}
  21. .str16 {background-color: rgb( 175, 24, 103)}
  22. .str17 {background-color: rgb( 25, 204, 102)}
  23. .str94 {background-color: rgb( 111, 17, 5)}
  24. .str95 {background-color: rgb( 5, 21, 65)}
  25. .str99 {background-color: rgb( 51, 204, 255)}
  26. /* Colors for each bus line */
  27. .bus21 {background-color: rgb( 255, 0, 0)}
  28. .bus22 {background-color: rgb( 9, 146, 184)}
  29. .bus23 {background-color: rgb( 0, 102, 51)}
  30. .bus24 {background-color: rgb( 119, 67, 50)}
  31. .bus25 {background-color: rgb( 171, 76, 0)}
  32. .bus26 {background-color: rgb( 89, 11, 34)}
  33. .bus27 {background-color: rgb( 141, 0, 75)}
  34. .bus28 {background-color: rgb( 226, 141, 0)}
  35. .bus30 {background-color: rgb( 116, 58, 118)}
  36. .bus31 {background-color: rgb( 201, 75, 24)}
  37. .bus32 {background-color: rgb( 153, 153, 0)}
  38. .bus34 {background-color: rgb( 0, 153, 153)}
  39. .bus35 {background-color: rgb( 23, 62, 112)}
  40. .bus36 {background-color: rgb( 139, 100, 37)}
  41. .bus40 {background-color: rgb( 204, 102, 119)}
  42. .bus41 {background-color: rgb( 0, 51, 255)}
  43. .bus42 {background-color: rgb( 111, 36, 114)}
  44. .bus43 {background-color: rgb( 0, 91, 55)}
  45. .bus44 {background-color: rgb( 0, 104, 180)}
  46. .bus52 {background-color: rgb( 214, 126, 43)}
  47. .bus53 {background-color: rgb( 181, 109, 40)}
  48. .bus60 {background-color: rgb( 255, 115, 0)}
  49. .bus61 {background-color: rgb( 181, 168, 0)}
  50. .bus62 {background-color: rgb( 245, 130, 32)}
  51. .bus65 {background-color: rgb( 68, 64, 136)}
  52. .bus91 {background-color: rgb( 184, 67, 11)}
  53. .bus97 {background-color: rgb( 90, 108, 2)}