equal
deleted
inserted
replaced
|
1 html, body, p, textarea, input, select { |
|
2 margin: 0; |
|
3 padding: 0; |
|
4 } |
|
5 |
|
6 p { |
|
7 padding: 5px; |
|
8 } |
|
9 |
|
10 label, input, select, textarea { |
|
11 width: 100%; |
|
12 line-height: 100%; |
|
13 } |
|
14 |
|
15 form textarea { |
|
16 min-height: 250px; |
|
17 } |
|
18 |
|
19 .content { |
|
20 margin-bottom: 50px; |
|
21 } |
|
22 |
|
23 .text-info { |
|
24 color: #080808; |
|
25 } |
|
26 |
|
27 .footer-area { |
|
28 height: 30px; |
|
29 } |
|
30 |
|
31 .footer { |
|
32 margin: 0; |
|
33 padding: 0; |
|
34 |
|
35 width: 100%; |
|
36 text-align: center; |
|
37 |
|
38 position: fixed; |
|
39 bottom: 0; |
|
40 |
|
41 color: #080808; |
|
42 background-color: #e7e7e7; |
|
43 |
|
44 overflow: hidden; |
|
45 } |
|
46 |
|
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 { |
|
87 text-overflow: ellipsis; |
|
88 } |
|
89 |
|
90 .bold { |
|
91 font-size: 1.5em; |
|
92 font-weight: bold; |
|
93 } |
|
94 |
|
95 table input { |
|
96 color: #fff; |
|
97 background-color: #660000; |
|
98 |
|
99 padding: 5px; |
|
100 } |
|
101 |
|
102 .red-row, .red-row td input { |
|
103 color: #080808; |
|
104 background-color: rgb(255, 0, 0); |
|
105 } |
|
106 |
|
107 .yellow-row, .yellow-row td input { |
|
108 color: #080808; |
|
109 background-color: rgb(255, 255, 0); |
|
110 } |