forked from OneWebSQL/onewebsql-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.css
73 lines (61 loc) · 1.02 KB
/
demo.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
body {
width: 1200px;
margin: 0 auto;
padding: 20px;
color: #222;
}
.orange {
color: #fbb040;
}
.gray {
color: #6d6f75;
}
h1, h2, h3, h4, h5, h6, p, table {
margin-bottom: 20px;
}
h4 {
margin-top: 60px;
}
table {
border: 1px solid #444;
width: 100%;
}
table td, table th {
border: 1px solid #444;
padding: 10px;
text-align: left;
}
table td:FIRST-CHILD, table th:FIRST-CHILD {
width: 50px;
}
.header {
margin: 30px 0 60px;
}
.btn {
-moz-box-shadow: 2px 2px 2px #707070;
-webkit-box-shadow: 2px 2px 2px #707070;
box-shadow: 2px 2px 2px #707070;
-moz-border-radius: 2px;
border-radius: 2px;
background: #fbad41;
padding: 5px 13px;
color: #fff;
text-decoration: none;
cursor: pointer;
border: none;
line-height: 14px;
font-size: 14px;
font-weight: bold;
}
.input_submit {
cursor: pointer;
margin-left: 140px;
padding: 4px 13px;
}
.form_row {
margin-bottom: 10px;
}
.form_row .label {
display: inline-block;
width: 133px;
}