-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
115 lines (97 loc) · 1.69 KB
/
style.css
File metadata and controls
115 lines (97 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
margin: 0;
}
button {
background-color: #115f1f;
border: 0.1em solid #000000;
border-color: #FFFFFF;
color: white;
padding: 10px 22px;
font-family: 'Georgia';
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
}
.button2 {
background-color: #000000;
}
.button3 {
display: none;
}
button:hover {
color: #115f1f;
background-color: #FFFFFF;
border-color: #115f1f;
}
.button2:hover {
color: #000000;
background-color: #FFFFFF;
border-color: #000000;
}
.content {
padding: 10px;
}
span.a {
display: inline;
width: 100px;
height: 100px;
padding: 0px;
font-size: 13px;
}
span.b {
display: inline;
width: 100px;
height: 100px;
padding: 30px;
font-size: 12px;
font-family: 'Georgia';
}
.enligne {
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 13px;
}
p {
display: block !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.header {
width: 100%;
text-align: center;
padding: 2px;
background: black;
color: white;
}
h2, h3, h4 {
font-family: 'Georgia';
font-style: italic;
}
.logo {
text-align: center;
}
.personalisation {
white-space: pre;
}
#products {
font-size: 13px;
width: 100%;
border-collapse: collapse;
}
#products th {
font-family: Arial, Helvetica, sans-serif;
background-color: #115f1f;
color: white;
border: 1px solid #ddd;
padding: 8px;
}
#myform {
max-width: 500px;
margin: auto;
}
#products td {
border: 1px solid #ddd;
padding: 8px;
}