-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
121 lines (96 loc) · 1.85 KB
/
styles.css
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
116
117
118
119
120
121
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, img,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
img {
margin: 0;
font-size: 0;
line-height: 0;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
margin: 0;
padding: 0;
}
b, strong { font-weight: bold; }
body {
background: #ddd;
font-family: 'helvetica neue', helvetica, arial, verdana;
font-size: 14px;
line-height: 18px;
color: #333;
}
#wrapper {
width: 560px;
margin: 50px auto;
}
#content {
background: #fff;
width: 500px;
padding: 30px;
}
#content:after {
content: " ";;
display: block;
clear: both;
}
form { width: 500px; }
label {
display: block;
font-weight: bold;
}
input[type=text], textarea {
width: 360px;
padding: 5px;
border: 1px solid #ccc;
background: #eee;
margin: 0 0 10px 0;
}
input[type=radio] { margin: 0 0 0 15px; }
input[type=radio]:first-of-type { margin: 0 }
.type-detail { display: none; }
h1 {
margin: 0 0 30px 0;
font-size: 30px;
}
h2 {
font-size: 24px;
line-height: 24px;
margin: 0 0 30px 0;
}
p { margin: 0 0 18px 0; }
#qr-code {
float: left;
display: none;
border-top: 2px dotted #ccc;
margin: 20px 0 0 0;
padding: 20px 0 0 0;
}