-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.css
53 lines (45 loc) · 927 Bytes
/
options.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
img.instructions {
height: 295px;
}
img.logo {
height: 50px;
}
body {
font-family: ProximaNova, Helvetica, Arial, "Lucida Grande", sans-serif;
background-color: #f0f0f0;
font-size: 14px;
}
#header {
text-align: center;
}
#content {
width: 650px;
margin: 0px auto;
padding: 20px;
color: #383838;
}
#content input[type='text'] {
color: #383838;
font-family: ProximaNova, Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 100%;
}
#content-inner-container {
background-color: #fff;
border: 1px solid #cacaca;
padding: 30px 46px;
box-shadow: 0px 1px 0px #fff;
-webkit-box-shadow: 0px 1px 0px #fff;
-mozbox-shadow: 0px 1px 0px #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-border-radius: 5px;
}
#content-inner-container h2 {
text-align: center;
color: #777777;
font-size: 18pt;
}
.section-wrapper {
min-height: 60px;
border-top: 1px solid #DADADA;
}