Initial commit
[app-web-oof.git] / static / style.css
1 @font-face {
2 font-family: "Gravity Ultra Light";
3 src: url("/static/Gravity-UltraLight.otf");
4 }
5
6 body {
7 background: url("/static/pattern.png");
8 padding: 0.3em 1em;
9 line-height: 1.4;
10 }
11
12 #title {
13 font-family: "Gravity Ultra Light";
14 text-align: center;
15 font-size: 5em;
16 font-weight: normal;
17 margin: 0;
18 margin-bottom: 5px;
19 }
20
21 #items, #order {
22 width: 100%;
23 }
24
25 table,th,td {
26 border-collapse: collapse;
27 }
28
29 th,td {
30 padding: 0.2em;
31 }
32
33 a.title {
34 font-weight: bold;
35 text-decoration: none;
36 }
37
38 #continue, #place_order{
39 font-size: 1.2em;
40 font-weight: bold;
41 padding: 1em;
42 background-color: lightgreen;
43 border-radius: 2em;
44 border-style: solid;
45 border-width: medium;
46 margin: auto;
47 display: block;
48 }
49
50 .stock {
51 text-align: center;
52 }
53
54 #total {
55 font-weight: bold;
56 }
This page took 0.023328 seconds and 4 git commands to generate.