/* This stylesheet contains the css classes needed to colorize the line labels in the display. To customize this use as class name the name of the line without any blanks and all lower case. For instance "Bus N9" becomes ".busn9". Try to use color attributes only. Like background-color and color. */ /* Colors for each tram line */ .str1 {background-color: rgb( 251, 186, 0)} .str2 {background-color: rgb( 239, 124, 0)} .str3 {background-color: rgb( 0, 139, 210)} .str4 {background-color: rgb( 155, 16, 6)} .str5 {background-color: rgb( 15, 63, 147)} .str7 {background-color: rgb( 234, 80, 151)} .str8 {background-color: rgb( 136, 75,0)} .str9 {background-color: rgb( 173, 175, 23)} .str10 {background-color: rgb( 51, 102, 51)} .str11 {background-color: rgb( 153, 102, 0)} .str12 {background-color: rgb( 153, 204, 0)} .str15 {background-color: rgb( 255, 102, 102)} .str16 {background-color: rgb( 175, 24, 103)} .str17 {background-color: rgb( 25, 204, 102)} .str94 {background-color: rgb( 111, 17, 5)} .str95 {background-color: rgb( 5, 21, 65)} .str99 {background-color: rgb( 51, 204, 255)} /* Colors for each bus line */ .bus21 {background-color: rgb( 255, 0, 0)} .bus22 {background-color: rgb( 9, 146, 184)} .bus23 {background-color: rgb( 0, 102, 51)} .bus24 {background-color: rgb( 119, 67, 50)} .bus25 {background-color: rgb( 171, 76, 0)} .bus26 {background-color: rgb( 89, 11, 34)} .bus27 {background-color: rgb( 141, 0, 75)} .bus28 {background-color: rgb( 226, 141, 0)} .bus30 {background-color: rgb( 116, 58, 118)} .bus31 {background-color: rgb( 201, 75, 24)} .bus32 {background-color: rgb( 153, 153, 0)} .bus34 {background-color: rgb( 0, 153, 153)} .bus35 {background-color: rgb( 23, 62, 112)} .bus36 {background-color: rgb( 139, 100, 37)} .bus40 {background-color: rgb( 204, 102, 119)} .bus41 {background-color: rgb( 0, 51, 255)} .bus42 {background-color: rgb( 111, 36, 114)} .bus43 {background-color: rgb( 0, 91, 55)} .bus44 {background-color: rgb( 0, 104, 180)} .bus52 {background-color: rgb( 214, 126, 43)} .bus53 {background-color: rgb( 181, 109, 40)} .bus60 {background-color: rgb( 255, 115, 0)} .bus61 {background-color: rgb( 181, 168, 0)} .bus62 {background-color: rgb( 245, 130, 32)} .bus65 {background-color: rgb( 68, 64, 136)} .bus91 {background-color: rgb( 184, 67, 11)} .bus97 {background-color: rgb( 90, 108, 2)}