-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
57 lines (49 loc) · 902 Bytes
/
style.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
@font-face {
font-family: marcellus-regular;
src: url('Marcellus-Regular.ttf');
}
body {
height: 100%;
font-family: marcellus-regular, sans-serif;
width: 1200px;
margin-left: auto;
margin-right: auto;
color: #444;
}
html {
height: 100%;
}
h2 {
font-size: 34pt;
font-weight: bold;
text-align: center;
margin-top: 8pt;
margin-bottom: 8pt;
}
canvas {
border-width: 1px;
border-style: solid;
border-color: #51B4D4;
}
div.plane-wrapper {
display: inline-block;
width: 560px;
height: 420px;
margin: 2pt;
}
div.color-picker {
width: 300pt;
height: 40pt;
margin-left: auto;
margin-right: auto;
}
span.colorbox-option {
box-sizing: border-box;
border-width: 1px;
border-style: outset;
border-color: lightgray;
}
span.colorbox-selected {
border-style: inset;
border-width: 2px;
}