-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (42 loc) · 776 Bytes
/
Copy pathstyle.css
File metadata and controls
51 lines (42 loc) · 776 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
.bluetab td{
border: 3px solid #457d7d;
background-color: #628d8d;
padding: 7px;
}
.bluetab img{
vertical-align:middle;
}
input[type=number] {
width:100px;
margin-bottom: 5px
}
button.daybutton_active{
background-color: #1a911a;
border: 2px solid #157615;
}
button.daybutton_inactive{
background-color: #838383;
border: 2px solid #636363;
color: #2e2e2e;
}
button.daybutton_inactive, button.daybutton_active{
text-align: center;
font-weight: bold;
display: inline-block;
font-size: 28px;
width: 70px;
height: 50px;
margin: 2px 2px;
}
span.code {
font-family: "monospace";
background:#72a4a4;
color:#202020;
border: 1px solid #808080;
}
.canvas {
image-rendering:pixelated;
}
.nowrap{
white-space: nowrap;
}