Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Tetragramm
GitHub Repository: Tetragramm/opencv
Path: blob/master/doc/js_tutorials/js_assets/js_example_style.css
16344 views
1
body, div, p {
2
font: 400 14px/22px Roboto,sans-serif;
3
}
4
canvas, img, video {
5
border: 1px solid black;
6
}
7
td {
8
padding: 10px 0px 0px 10px;
9
text-align: center;
10
}
11
button {
12
display: inline-block;
13
color: #fff;
14
background-color: #337ab7;
15
border-color: #2e6da4;
16
padding: 6px 12px;
17
margin-bottom: 0;
18
font-size: 14px;
19
font-weight: bold;
20
text-align: center;
21
white-space: nowrap;
22
vertical-align: middle;
23
-ms-touch-action: manipulation;
24
touch-action: manipulation;
25
cursor: pointer;
26
-webkit-user-select: none;
27
-moz-user-select: none;
28
-ms-user-select: none;
29
user-select: none;
30
background-image: none;
31
border: 1px solid transparent;
32
border-radius: 4px;
33
}
34
button[disabled] {
35
cursor: not-allowed;
36
filter: alpha(opacity=65);
37
-webkit-box-shadow: none;
38
box-shadow: none;
39
opacity: .65;
40
}
41
.control {
42
margin-bottom: 3px;
43
}
44
.err {
45
color: red;
46
font-weight: bold;
47
}
48
.caption {
49
margin: 0;
50
font-weight: bold;
51
}
52
.code {
53
padding: 4px 6px;
54
margin: 4px 8px 4px 2px;
55
background-color: #FBFCFD;
56
border: 1px solid #C4CFE5;
57
font-family: monospace, fixed;
58
font-size: 13px;
59
min-height: 13px;
60
line-height: 1.0;
61
text-wrap: unrestricted;
62
padding-bottom: 0px;
63
margin: 0px;
64
}
65
.hidden {
66
display: none;
67
}
68
.small {
69
max-width: 300px;
70
}
71
72