Bump version to 0.9.0
[quandoparte] / application / resources / quandoparte.css
1 body {
2 -webkit-user-select: none ! important;
3 background-color: black ! important;
4 color: white ! important;
5 }
6
7 .testata_red {
8 display:none ! important;
9 }
10
11 .bloccotreno, .bloccorisultato, .corpocentrale {
12 background-color: black ! important;
13 color: white ! important;
14 }
15
16 h1, h2 {
17 color: white ! important;
18 }
19
20 #footer {
21 display: none ! important;
22 }
23
24 div.bloccotreno br:first-of-type {
25 display: none;
26 }
27
28 .evidenziato, .giaeffettuate {
29 background-color: #003 ! important;
30 }
31
32 a, a.link {
33 color: #8ff ! important;
34 }
35
36 a.active {
37 color: #8ff ! important;
38 }
39
40 a.visited {
41 color: #f8f ! important;
42 }