static/style.css

changeset 67
336c750b7b5d
parent 55
0f1d046b3f78
child 68
382dd85b83a2
equal deleted inserted replaced
66:40e2ad39c20c 67:336c750b7b5d
1 * 1 *
2 { 2 {
3 font-family: FreeSans, helvetica, Arial, sans-serif; 3 font-family: FreeSans, helvetica, Arial, sans-serif;
4 } 4 }
5
5 body 6 body
6 { 7 {
7 margin: 0; 8 margin: 0;
8 padding: 0; 9 padding: 0;
9 font-size: 24pt; 10 font-size: 24pt;
10 } 11 }
12
11 a 13 a
12 { 14 {
13 color: inherit; 15 color: inherit;
14 text-decoration: none; 16 text-decoration: none;
15 } 17 }
18
16 a:hover 19 a:hover
17 { 20 {
18 text-decoration: underline; 21 text-decoration: underline;
19 }
20 h1
21 {
22 margin: 0;
23 padding-top: 10pt;
24 padding-bottom: 20pt;
25 text-align: center;
26 /* font-variant: small-caps; */
27 font-weight: normal;
28 background: #dc9e00;
29 /*background: linear-gradient(to bottom, #dc9e00 0%,#eaaf19 49%,#dc9e00 92%,#906700 100%);*/
30 /* background: linear-gradient(to bottom, #dcbb00 0%,#eacb19 49%,#dcbb00 92%,#906700 100%); */
31 background: linear-gradient(to bottom, #ffd90f 0%, #ffd90f 90%, #AA7700 100%);
32 /*color: white;*/
33 color: black;
34 vertical-align: middle;
35 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
36 }
37 h1 img, h1 span
38 {
39 vertical-align: middle;
40 } 22 }
41 23
42 .aikataulu 24 .aikataulu
43 { 25 {
44 margin: auto; 26 margin: auto;
88 background: white; 70 background: white;
89 } 71 }
90 72
91 .aikataulu tr td 73 .aikataulu tr td
92 { 74 {
93 border-top: 1px solid gray; 75 border-top: 1px solid #ccc;
94 background-color: rgba(0, 0, 0, 0.04); 76 background-color: rgba(0, 0, 0, 0.04);
95 } 77 }
96 78
97 .aikataulu tbody tr:nth-child(even) 79 .aikataulu tbody tr:nth-child(even)
98 { 80 {
99 background-color: rgba(0, 0, 0, 0.08); 81 background-color: rgba(0, 0, 0, 0.08);
100 } 82 }
101 83
102 .aikataulu tr.yö td 84 .aikataulu tr.yö td
103 { 85 {
104 background-color: #004;
105 color: #bef;
106 border-top: 1px solid #008;
107 /* 86 /*
108 background-color: rgba(0, 0, 192, 0.25); 87 background-color: #115;
109 color: #22A; 88 color: #dde;
110 border-top: 1px solid #00A; 89 border-top: 1px solid #338;
111 */ 90 */
91 background-color: #2f271a;
92 color: #eae4db;
93 border-top: 1px solid #4a3d28;
112 } 94 }
113 95
114 #pysäkki-info 96 #pysäkki-info
115 { 97 {
116 text-align: center 98 text-align: center

mercurial