Second commit
[app-web-oof.git] / static / style.css
CommitLineData
6e33dd68 1@font-face {
1576fc41
MG
2 font-family: "Gravity";
3 font-weight: 200;
6e33dd68
MG
4 src: url("/static/Gravity-UltraLight.otf");
5}
6
1576fc41
MG
7@font-face {
8 font-family: "Gravity";
9 font-weight: 700;
10 src: url("/static/Gravity-Bold.otf");
11}
12
13@font-face {
14 font-family: "Eligible";
15 font-weight: 400;
16 src: url("/static/Eligible-Regular.ttf");
17}
18
19@font-face {
20 font-family: "Eligible";
21 font-weight: 700;
22 src: url("/static/Eligible-Bold.ttf");
23}
24
25html, body{
26 margin: 0;
27}
28
6e33dd68 29body {
1576fc41 30 font-family: "Eligible";
6e33dd68 31 background: url("/static/pattern.png");
1576fc41
MG
32 padding: 1em;
33 padding-top: 0.2em;
6e33dd68 34 line-height: 1.4;
1576fc41 35 font-size: 1.1em;
6e33dd68
MG
36}
37
38#title {
1576fc41
MG
39 font-family: "Gravity";
40 font-weight: 200;
6e33dd68
MG
41 text-align: center;
42 font-size: 5em;
43 font-weight: normal;
44 margin: 0;
45 margin-bottom: 5px;
46}
47
1576fc41
MG
48#subtitle {
49 display: block;
50 text-align: center;
51}
52
53h2 {
54 font-family: "Gravity";
55 font-weight: 700;
56 font-size: 2em;
57 margin: 0.0em 0;
58}
59
6e33dd68
MG
60#items, #order {
61 width: 100%;
62}
63
64table,th,td {
65 border-collapse: collapse;
66}
67
68th,td {
69 padding: 0.2em;
70}
71
72a.title {
73 font-weight: bold;
74 text-decoration: none;
75}
76
1576fc41 77#continue, #place_order {
6e33dd68 78 font-size: 1.2em;
1576fc41
MG
79 margin: auto;
80 cursor: pointer;
6e33dd68
MG
81 font-weight: bold;
82 padding: 1em;
83 background-color: lightgreen;
84 border-radius: 2em;
85 border-style: solid;
86 border-width: medium;
6e33dd68
MG
87 display: block;
88}
89
90.stock {
91 text-align: center;
92}
93
94#total {
95 font-weight: bold;
1576fc41
MG
96}
97
98#pictures li {
99 list-style-type: none;
100 margin: 0;
101}
102
103footer {
104 padding-top: 1em;
105 font-size: 0.8em;
106 text-align: center;
6e33dd68 107}
This page took 0.017592 seconds and 4 git commands to generate.