File tree Expand file tree Collapse file tree 1 file changed +1
-48
lines changed
Expand file tree Collapse file tree 1 file changed +1
-48
lines changed Original file line number Diff line number Diff line change 77SPDX-FileCopyrightText: 2023 Johann Galle
88SPDX-License-Identifier: Unlicense
99-->
10- <!DOCTYPE html>
11- < html >
12- < head >
13- < meta charset ="utf-8 ">
14- < title > 3D-Druck Preisrechner Fablab Cottbus e.V.</ title >
15- < style >
16- body {
17- text-align : center;
18- max-width : 80em ;
19- margin : auto;
20- font-family : sans-serif;
21- font-size : 1.2em ;
22- font-variant-numeric : tabular-nums;
23- }
24- noscript {
25- color : red;
26- }
27- table {
28- margin : auto;
29- border-collapse : collapse;
30- border : 1px solid grey;
31- vertical-align : top;
32- }
33- td , th {
34- text-align : right;
35- padding : .5em .1em .5em .7em ;
36- }
37- td : last-child , th : last-child {
38- padding-right : .7em ;
39- }
40- th {
41- text-align : center;
42- border-bottom : 2px solid black;
43- }
44- tr : nth-child (2n) {
45- background : lightgrey;
46- }
47- tr > .unit {
48- text-align : left;
49- padding-left : .1em ;
50- }
51- .grandtotal {
52- border-bottom : 3px double black;
53- vertical-align : top;
54- }
55- </ style >
56- </ head >
57- < body >
10+
5811 < noscript >
5912 Zum Ausführen der Berechnungen wird JavaScript verwendet.
6013 Wenn JavaScript nicht verfügbar oder nicht aktiviert ist, kann dieser Rechner leider nicht verwendet werden.
You can’t perform that action at this time.
0 commit comments