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.

stuttgart-lines.css 221B

123456789
  1. /* Default properties for subways
  2. ** Unlike in other cities, subways in Stuttgart are
  3. ** classified as light rail (Stadtbahn, stb).
  4. */
  5. [class^="pthSign stb stbu"] {
  6. background-color: rgb(0,101,173);
  7. color: white;
  8. }