-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
76 lines (61 loc) · 804 Bytes
/
styles.css
File metadata and controls
76 lines (61 loc) · 804 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
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
html, body {
height: 100%;
}
body {
font-family: sans-serif;
margin: 20px;
background-color: #FFF8F0;
}
input[type="number"] {
width: 60px
}
.center {
display: inline-block;
}
.intro {
margin-right: 50px;
}
.help {
font-size: smaller;
margin-left: 30px;
margin-bottom: 20px;
}
.show {
display: inline-block;
}
.hide {
display: none;
}
.controls {
padding-top: 10px;
padding-bottom: 10px;
}
.control-inter {
padding: 0.3em;
}
.footer {
padding-top: 20px;
padding-bottom: 20px;
}
.sample {
min-width: 835px;
min-height: 420px;
}
.view {
right: -5px;
position: relative;
}
.ruler-top {
right: -5px;
position: relative;
}
.ruler {
position: relative;
float: left;
top: 18px;
}
.generate {
height: 30px;
width: 96px;
cursor: pointer;
}