30 background: #ffd90f; |
30 background: #ffd90f; |
31 border: 1px solid gray; |
31 border: 1px solid gray; |
32 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); |
32 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); |
33 } |
33 } |
34 |
34 |
|
35 .aikataulu.service-ferry |
|
36 { |
|
37 background: #0090fe; |
|
38 } |
|
39 |
|
40 .aikataulu.service-ferry thead |
|
41 { |
|
42 color: white; |
|
43 } |
|
44 |
35 .aikataulu tr:first-child th:first-child |
45 .aikataulu tr:first-child th:first-child |
36 { |
46 { |
37 border-top-left-radius: 30px; |
47 border-top-left-radius: 30px; |
38 } |
48 } |
39 |
49 |
81 background-color: rgba(0, 0, 0, 0.08); |
91 background-color: rgba(0, 0, 0, 0.08); |
82 } |
92 } |
83 |
93 |
84 .aikataulu tr.yö td |
94 .aikataulu tr.yö td |
85 { |
95 { |
86 /* |
|
87 background-color: #115; |
|
88 color: #dde; |
|
89 border-top: 1px solid #338; |
|
90 */ |
|
91 background-color: #2f271a; |
96 background-color: #2f271a; |
92 color: #eae4db; |
97 color: #eae4db; |
93 border-top: 1px solid #4a3d28; |
98 border-top: 1px solid #4a3d28; |
|
99 } |
|
100 |
|
101 .aikataulu.service-ferry tr.yö td |
|
102 { |
|
103 background-color: #1a2a2f; |
|
104 color: #dbe6ea; |
|
105 border-top: 1px solid #28424a; |
94 } |
106 } |
95 |
107 |
96 #pysäkki-info |
108 #pysäkki-info |
97 { |
109 { |
98 text-align: center |
110 text-align: center |