-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.css
More file actions
48 lines (42 loc) · 780 Bytes
/
Copy pathoptions.css
File metadata and controls
48 lines (42 loc) · 780 Bytes
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
body {
font: 13px Helvetica,Arial,sans-serif;
background-color: #ebeff9;
}
#content {
background-color: #ffffff;
border-color: #b5c7de;
border-style: solid;
border-width: 4px;
margin: 40px auto 20px;
padding: 12px;
width: 600px;
-webkit-border-radius: 12px;
}
.info {
border:1px solid;
color: #007dbc;
border-color: #ccf3ff;
background-color:#f0f9ff;
font-weight: bold;
padding: 8px;
margin: 20px 40px 0;
-webkit-border-radius: 4px;
}
table {
border-spacing: 8px;
}
h1 {
color: #333333;
font-size: 1.5em;
margin: 0.7em 0 0;
text-align: center;
}
#options {
margin:20px 40px 0;
}
#footer {
margin:20px auto 0;
padding: 12px;
width:600px;
text-align:center;
}