Skip to content

Commit f7d8867

Browse files
authored
Update 3d-rechner.html
1 parent 4788b46 commit f7d8867

File tree

1 file changed

+1
-48
lines changed

1 file changed

+1
-48
lines changed

3d-rechner.html

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -7,54 +7,7 @@
77
SPDX-FileCopyrightText: 2023 Johann Galle
88
SPDX-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.

0 commit comments

Comments
 (0)