forked from jina-ai/clip-as-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
60 lines (49 loc) · 849 Bytes
/
main.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
.page-header {
margin: 10px 0 10px;
}
.center-block {
float: none !important
}
.oneline {
white-space: nowrap;
overflow: scroll;
}
html {
overflow-y: scroll;
}
.alert {
padding: 5px;
padding-left: 15px;
}
.activeheader {
color: #ff6e00 !important;
}
.form-control[readonly] {
background-color: #f2fdee
}
.card-body {
padding: 0;
}
.card-text {
font-size: 60px;
font-family: "Courier New", Courier, monospace;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inherit;
color: #FFFFFF;
text-shadow: 4px 3px 0px #7A7A7A;
}
.card-header {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.card-deck .card {
margin-right: 2px;
margin-bottom: 0;
margin-left: 2px;
}
::-webkit-scrollbar {
display: none;
}