-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (74 loc) · 1.16 KB
/
style.css
File metadata and controls
89 lines (74 loc) · 1.16 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
88
89
ul.insElements {
list-style-type: none;
position: relative;
display: block;
margin: 0 auto;
width: 0;
}
ul.insElements li {
position: absolute;
text-align: center;
top: 0;
background-color: white;
}
ul.insElements li div {
width: 50px;
border: 2px solid black;
padding: 10px;
}
div#array {
font-weight: bold;
}
div.insertionSort {
margin-top: 40px;
margin-bottom: 70px;
position: relative;
}
div#indices {
position: relative;
margin: 0 auto;
width: 0;
}
div#indices p {
position: absolute;
display: inline-block;
top: 15px;
}
div#k-value {
height: 50px;
width: 0;
margin: 0 auto;
margin-top: 15px;
}
svg#k-svg {
width: 2000px;
position: relative;
}
svg#k-svg line {
stroke: black;
stroke-width: 5;
}
svg#k-svg text {
fill: black;
font-size: 16px;
font-weight: bold;
}
img.bracket {
position: absolute;
height: auto;
width: 40px;
top: -25px;
}
img#leftBracket {
left: 150px;
}
img#rightBracket {
left: 980px;
}
img#paused {
position: absolute;
height: auto;
width: 50px;
top: 20px;
left: 20px;
}