Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
parkpow
GitHub Repository: parkpow/deep-license-plate-recognition
Path: blob/master/docker/platerec_installer/assets/style.css
1091 views
1
a.nav-link,
2
a.nav-link:focus {
3
color: #495057;
4
width: 150px;
5
font-size: 130%;
6
text-align: center;
7
border-bottom: none !important;
8
cursor: pointer;
9
}
10
a.nav-link.active {
11
font-weight: bold;
12
}
13
.background {
14
z-index: 2;
15
position: fixed;
16
width: 100%;
17
height: 100%;
18
top: 0;
19
left: 0;
20
right: 0;
21
bottom: 0;
22
background-color: rgba(0, 0, 0, 0.7);
23
}
24
.splash {
25
text-align: center;
26
z-index: 3;
27
position: absolute;
28
top: 20%;
29
left: 30%;
30
width: 500px;
31
height: 400px;
32
border: 1px solid gray;
33
background-color: white;
34
}
35
.splash-header {
36
margin-top: 4em;
37
margin-bottom: 2em;
38
}
39
#button-choose-stream,
40
#button-choose-snapshot {
41
width: 120px;
42
}
43
44
#p-status-stream {
45
white-space: pre-wrap;
46
}
47
48
#button-submit-stream,
49
#update-image-stream,
50
#uninstall-image-stream,
51
#button-submit-snapshot,
52
#update-image-snapshot,
53
#uninstall-image-snapshot {
54
width: 80px;
55
margin-right: 8px;
56
}
57
58