static/style.css

changeset 31
60045b362d71
parent 30
a5bfd99bc2a3
child 37
5da3315058a2
equal deleted inserted replaced
30:a5bfd99bc2a3 31:60045b362d71
1 * 1 *
2 { 2 {
3 font-family: FreeSans, helvetica, Arial, sans-serif; 3 font-family: FreeSans, helvetica, Arial, sans-serif;
4 font-weight: light;
5 } 4 }
6 body 5 body
7 { 6 {
8 background: white;
9 color: black;
10 margin: 0; 7 margin: 0;
11 padding: 0; 8 padding: 0;
12 font-size: 24pt; 9 font-size: 24pt;
13 } 10 }
14 a 11 a
29 /* font-variant: small-caps; */ 26 /* font-variant: small-caps; */
30 font-weight: normal; 27 font-weight: normal;
31 background: #dc9e00; 28 background: #dc9e00;
32 /*background: linear-gradient(to bottom, #dc9e00 0%,#eaaf19 49%,#dc9e00 92%,#906700 100%);*/ 29 /*background: linear-gradient(to bottom, #dc9e00 0%,#eaaf19 49%,#dc9e00 92%,#906700 100%);*/
33 /* background: linear-gradient(to bottom, #dcbb00 0%,#eacb19 49%,#dcbb00 92%,#906700 100%); */ 30 /* background: linear-gradient(to bottom, #dcbb00 0%,#eacb19 49%,#dcbb00 92%,#906700 100%); */
34 background: linear-gradient(to bottom, #ffd90f 0%, #ffd90f 95%, #906700 100%); 31 background: linear-gradient(to bottom, #ffd90f 0%, #ffd90f 90%, #AA7700 100%);
35 /*color: white;*/ 32 /*color: white;*/
36 color: black; 33 color: black;
37 vertical-align: middle; 34 vertical-align: middle;
35 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
38 } 36 }
39 h1 img, h1 span 37 h1 img, h1 span
40 { 38 {
41 vertical-align: middle; 39 vertical-align: middle;
42 } 40 }
43 41
44 .aikataulu 42 .aikataulu
45 { 43 {
46 margin: auto; 44 margin: auto;
47 margin-bottom: 30pt; 45 margin-bottom: 30pt;
48 /*min-width: 50%;*/ 46 min-width: 50%;
49 min-width: 85%; 47 /*min-width: 85%;*/
50 border: 1px solid gray; 48 border: 1px solid gray;
49 border-radius: 30px 30px 0 0;
50 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
51 }
52
53 .aikataulu th:first-child
54 {
55 border-radius: 30px 0 0 0;
56 }
57
58 .aikataulu th:last-child
59 {
60 border-radius: 0 30px 0 0;
51 } 61 }
52 62
53 .sarake-aika, .sarake-linja 63 .sarake-aika, .sarake-linja
54 { 64 {
55 text-align: center; 65 text-align: center;
69 } 79 }
70 80
71 .aikataulu tr td 81 .aikataulu tr td
72 { 82 {
73 border-top: 1px solid gray; 83 border-top: 1px solid gray;
74 background-color: rgba(0, 0, 0, 0.05); 84 background-color: rgba(0, 0, 0, 0.04);
85 }
86
87 .aikataulu tr:first-child td
88 {
89 border-top: none;
75 } 90 }
76 91
77 .aikataulu tr:nth-child(even) 92 .aikataulu tr:nth-child(even)
78 { 93 {
79 background-color: rgba(0, 0, 0, 0.1); 94 background-color: rgba(0, 0, 0, 0.08);
80 } 95 }
81 96
82 .aikataulu tr.yö td 97 .aikataulu tr.yö td
83 { 98 {
84 /*
85 background-color: #d8d8ff;
86 color: #008;
87 border-bottom: 1px solid #00A;
88 */
89 /*
90 background-color: #004; 99 background-color: #004;
91 color: #bef; 100 color: #bef;
92 border-top: 1px solid #008; 101 border-top: 1px solid #008;
93 */ 102 /*
94 background-color: rgba(0, 0, 192, 0.25); 103 background-color: rgba(0, 0, 192, 0.25);
95 color: #22A; 104 color: #22A;
96 border-top: 1px solid #00A; 105 border-top: 1px solid #00A;
106 */
97 } 107 }
98 108
99 .aikataulu th 109 .aikataulu th
100 { 110 {
101 background: #ffd90f; 111 background: #ffd90f;
153 nav 163 nav
154 { 164 {
155 box-shadow: 0px 0px 10px black; 165 box-shadow: 0px 0px 10px black;
156 margin-bottom: 30pt; 166 margin-bottom: 30pt;
157 } 167 }
168
169 .nested-schedule
170 {
171 width: 100%;
172 border: 1px solid gray;
173 box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
174 }

mercurial