-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
87 lines (70 loc) · 1.13 KB
/
styles.css
File metadata and controls
87 lines (70 loc) · 1.13 KB
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
@import "range.css";
body {
padding: 15px;
}
.top-margin {
margin-top: 200px;
}
.simulation {
margin-top: 60px;
}
#schemaBox {
border: 2px solid black;
position: absolute;
left: 10vw;
width: 52vw;
height: 400px;
}
#schemaBox svg {
position: absolute;
}
#resultBox {
position: absolute;
left: 65vw;
}
#light-source {
cursor: move;
left: 5vw;
}
#two-slits, #two-slits_draggers {
left: 20vw;
cursor: move;
}
#screen {
cursor: move;
left: 45vw;
}
#interference-pattern {
background: black;
border: 2px solid black;
}
#interference-graph {
margin-left: 25px;
background: white;
border: 2px solid black;
padding: 0 20px 0 0;
}
.info {
margin-top: 510px;
font-size: 17px;
line-height: 25px;
margin-left: 30px;
}
#L-line {
top: 360px;
user-select: none;
}
#D-line {
top: 360px;
user-select: none;
}
.flex-row {
display: flex;
justify-content: flex-start;
}
#n-div {
margin-left: 80px;
}
#n-chooser {
border-radius: 6px;
}