-
Notifications
You must be signed in to change notification settings - Fork 4
/
shadama.css
50 lines (42 loc) · 919 Bytes
/
shadama.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
.CodeMirror {
float: left;
margin-right: 10px;
}
.staticName {
user-select: none;
display: inline-block;
font-family: Monaco, 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
}
.staticName:hover, .staticName:focus {
background-color: #cccccc;
border: solid #444444 1px;
}
#shadamaCanvas {
float: left;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: pixelated;
border-width: 2px;
border-style: solid;
border-color: #ccc;
margin-right: 20px;
}
:-webkit-full-screen {
position: fixed;
width: 100%;
top: 0;
background: none;
}
parseerror {
display: block;
white-space: pre-wrap;
color: maroon;
background: yellow;
padding: 0 4px;
padding: 4px;
opacity: 1;
max-height: 100pt;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}