summaryrefslogtreecommitdiff
path: root/css/sally.css
blob: a3ffc1af92b09dd9680f6b091ef3570d1e3e7622 (plain)
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
textarea,input[type=text],body {
    margin:0;
    font-family: 'FixedsysExcelsior301Regular';
    font-size: 12pt;
    font-weight: 100;
    line-height: 1;
    color:#6d6b6d;
    -webkit-font-smoothing: antialiased !important;
}
body {
    background-color: #000000 !important;
}
@font-face {
    font-family: 'FixedsysExcelsior301Regular';
    src: url('../fonts/fsex300-webfont.eot');
    src: url('../fonts/fsex300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fsex300-webfont.woff') format('woff'),
         url('../fonts/fsex300-webfont.ttf') format('truetype'),
         url('../fonts/fsex300-webfont.svg#FixedsysExcelsior301Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {display: block}
a:link, a:visited {text-decoration: none; color: #3b3740}

{overflow: auto;}

.rapper, .block {
		float: left;
    height:auto;
    width:auto;
    padding:4px;
    background-color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.rapper {
    white-space:pre-wrap;
    word-wrap: break-word;
}
.block {
    padding-left: 30px;
}
.tool {
    cursor: pointer;
}
.rapper { cursor: crosshair; }
body.grid span { border-right: 1px solid #444; border-top: 1px solid #444; border-bottom: 1px solid #444; }
body.grid div { border-top: 1px solid #444; border-left: 1px solid #444; }
.ed { color: #fff; }
.focused { box-shadow: inset 0 0px 3px #fff; border-color: #fff; }
.tool.focused, .ed.focused { color: white; text-decoration: underline; }
body.loading { opacity: 0; }
body { transition: 0.1s linear; }
.focused { box-shadow: inset 1px 0 2px white, inset -1px 0 2px white, inset 0 1px 2px white, inset 0 -1px 2px white; }
#import_textarea { font-size: 9pt; }
textarea { font-size:12pt; width: 42%; height: 300px; background: #333; color: #0f0; border: 0; font-family: 'FixedsysExcelsior301Regular'; outline: 0; border: 1px solid #333; background:#010;}
#shader_rapper { display: none; }
#import_rapper { display: none; }
#cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; }
.selector_el {
	border: 1px dashed #fff !important;
	padding-top: 1px;
	position:absolute;
	top:-999px;left:-999px;
	pointer-events: none;
}
.selector_el.dragging {
	color: #0f0;
}
.selector_el.creating div {
	display: none;
}