summaryrefslogtreecommitdiff
path: root/views/style/canvas.css
blob: 5a147bc0faba56e5f3f6577ef0afbc400d95a7fe (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
body{
    position:absolute;
    overflow:hidden;
    height:100%;
    width:100%;
	background-color:#000000;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
	cursor:crosshair;
    -moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
}

.inv g,.inv rect,.inv line{
	fill:black;
	stroke:white;
}

.inv circle,.inv text{
	fill:white;
	stroke:white;
}


#information.inv>rect,.inv .schematic_tracker *,#information.inv>line{
	fill:yellow;
	stroke:yellow;
}
#information.inv>circle{
	fill:green;
	stroke:green;
}