forked from GustavLindberg99/NuclideChart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstalinok.css
108 lines (91 loc) · 1.45 KB
/
stalinok.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
body{
font-family:arial;
font-size:10pt;
}
#container{
width:calc(100vw - 16px);
height:calc(100vh - 4em);
overflow: auto;
user-select:auto;
}
a[download]{
text-decoration:none;
color:black;
background-color:#ccc;
padding:2px;
border:solid #555 0.5px;
border-radius:2px;
line-height:100%;
}
a[download]:hover{
background-color:#eee;
}
a[download] > img{
width:1.5em;
height:1.5em;
vertical-align:middle;
}
#topbar{
display:flex;
margin-bottom:8px;
}
#topbar > *{
margin-right:4px;
}
@keyframes spin{
100%{
transform:rotate(360deg);
}
}
img[src$="blogo.png"]{
animation:spin 1s linear infinite;
}
#loading{
text-align:center;
font-size:1.5em;
}
#legend{
position:absolute;
right:35px;
bottom:35px;
background-color: white;
border:solid black 0px;
border-radius:3px;
padding:8px;
}
#legend h2, #legend p{
margin:0px;
font-size:1em;
}
#legend .box{
display:inline-block;
width:0.8em;
height:0.8em;
margin-right:2px;
}
body {
background-color: #a3d5d3;
}
.zoom-header {
display: flex;
}
.zoomin {
position: relative;
z-index: 1000;
}
.main-container {
width: 500px;
height: 600px;
background: (255, 255, 255, 0.1);
overflow: auto;
}
.zoomout {
position: relative;
z-index: 1000;
}
.maindiv {
width: 500px;
height: 600px;
background: (255, 255, 255, 0.1);
transform-origin:0% 0%;
}