-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (72 loc) · 1.07 KB
/
Copy pathstyle.css
File metadata and controls
89 lines (72 loc) · 1.07 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
body {
font-family: sans-serif;
font-size: 80%;
width: 500px;
margin: 30px auto;
}
h1 {
font-family: "Press Start 2P", sans-serif;
}
canvas {
display: block;
background: #000;
margin: 5px 0;
}
#forms {
display: inline;
padding: 10px 0;
}
form {
margin-bottom: 10px;
}
form,
fieldset {
display: inline;
}
fieldset {
border: none;
padding: 0;
}
label,
dl dt {
font-weight: bold;
}
label::after,
dl dt::after {
content: ":";
}
#color {
margin: 0 10px -8px 0;
}
dl {
overflow: hidden;
}
dl dt {
width: 40px;
float: left;
clear: left;
}
dl dd {
float: left;
margin-bottom: 6px;
}
p,
p a {
color: #444;
}
ol {
width: 120px;
list-style: none;
padding: 0;
}
ol li {
display: inline-block;
margin: 0 8px 8px 0;
}
ol li kbd {
padding: 2px 6px;
background: #efefef;
border-radius: 3px;
font-size: 12px;
box-shadow: 1px 1px 1px #ddd;
}