equal
deleted
inserted
replaced
1 html, body, p, textarea, input, select { |
1 html, body, p, textarea, input, select { |
2 margin: 0; |
2 margin: 0; |
3 padding: 0; |
3 padding: 0; |
|
4 } |
|
5 |
|
6 body { |
|
7 font-size: 1.5em; |
|
8 font-family: sans-serif; |
4 } |
9 } |
5 |
10 |
6 p { |
11 p { |
7 padding: 5px; |
12 padding: 5px; |
8 } |
13 } |
9 |
14 |
10 label, input, select, textarea { |
15 label, input, select, textarea { |
11 width: 100%; |
16 width: 100%; |
12 line-height: 100%; |
17 line-height: 100%; |
|
18 } |
|
19 |
|
20 input, select, textarea { |
|
21 padding: 5px; |
13 } |
22 } |
14 |
23 |
15 form textarea { |
24 form textarea { |
16 min-height: 250px; |
25 min-height: 250px; |
17 } |
26 } |
26 |
35 |
27 .footer-area { |
36 .footer-area { |
28 height: 30px; |
37 height: 30px; |
29 } |
38 } |
30 |
39 |
|
40 .knopf input { |
|
41 color: #fff; |
|
42 background-color: #000; |
|
43 |
|
44 padding: 10px; |
|
45 font-size: 1.5em; |
|
46 } |
|
47 |
31 .footer { |
48 .footer { |
32 margin: 0; |
49 margin: 0; |
33 padding: 0; |
50 padding: 0; |
34 |
51 |
35 width: 100%; |
52 width: 100%; |
42 background-color: #e7e7e7; |
59 background-color: #e7e7e7; |
43 |
60 |
44 overflow: hidden; |
61 overflow: hidden; |
45 } |
62 } |
46 |
63 |
47 /* Tabellen Fusch für den Validator */ |
|
48 table { |
|
49 width: 100%; |
|
50 } |
|
51 |
|
52 table, tr, td, th { |
|
53 border: 1px solid #000; |
|
54 } |
|
55 |
|
56 .achtel td, .achtel th { |
|
57 width: 12.5% !important; |
|
58 } |
|
59 |
|
60 table td, table th { |
|
61 text-align: center; |
|
62 } |
|
63 |
|
64 table tr td input { |
|
65 text-align: center; |
|
66 } |
|
67 |
|
68 .auto-width { |
|
69 width: auto; |
|
70 } |
|
71 |
|
72 .knopf { |
|
73 margin-top: 25px; |
|
74 |
|
75 font-size: 2em; |
|
76 border: 2px solid #444; |
|
77 background-color: #996666; |
|
78 |
|
79 } |
|
80 |
|
81 .knopf a { |
|
82 text-decoration: none; |
|
83 padding: 20px; |
|
84 } |
|
85 |
|
86 .ellipsis { |
64 .ellipsis { |
87 text-overflow: ellipsis; |
65 text-overflow: ellipsis; |
88 } |
66 } |
89 |
67 |
90 .bold { |
68 .bold { |
91 font-size: 1.5em; |
69 font-size: 1.5em; |
92 font-weight: bold; |
70 font-weight: bold; |
93 } |
71 } |
94 |
72 |
95 table input { |
73 .form-inline .form-group { |
96 color: #fff; |
74 width: 100%; |
97 background-color: #660000; |
|
98 |
|
99 padding: 5px; |
|
100 } |
75 } |
101 |
76 |
102 .red-row, .red-row td input { |
77 .form-inline .form-group { |
103 color: #080808; |
78 max-width: 49%; |
104 background-color: rgb(255, 0, 0); |
|
105 } |
79 } |
106 |
|
107 .yellow-row, .yellow-row td input { |
|
108 color: #080808; |
|
109 background-color: rgb(255, 255, 0); |
|
110 } |
|