This repository has been archived by the owner on Jun 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathmain.css
99 lines (82 loc) · 1.4 KB
/
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
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
90
91
92
93
94
95
96
97
98
99
#browser {
background: #f0f0f0;
border: 1px solid #cdcdcd;
width: 100%;
height: 800px;
display: block;
border-radius: 5px;
}
#browser-frame {
position: relative;
height: 92.5%;
overflow: hidden;
padding: 50px;
}
.browser-btn {
margin: 10px 0;
width: 10px;
height: 10px;
border-radius: 8px;
position: relative;
display: inline-block;
cursor: pointer;
}
#btn-close {
background: #c73632;
margin-left: 10px;
margin-right: 3px
}
#btn-min {
background: #ee9742;
margin-right: 3px
}
#btn-max {
background: #79b559;
}
#browser-page-name {
font-family: Comfortaa;
position: absolute;
text-align: center;
width: 100%;
padding: 10px 0;
display: inline-block;
}
.jina-floater-container {
position: absolute !important;
}
.jina-floater-box {
position: absolute !important;
}
.img-thumbnail {
width: 30%;
}
.img-thumbnail.gif {
width: 70%;
}
.tab-pane {
margin: 10px;
}
pre, code {
white-space: pre-line;
}
.config-container{
overflow-y: auto;
overflow-x: hidden;
padding-right: .5em;
height: 400px;
}
#typewriterPlaceholders{
padding-left: .5em;
}
#typewriterPlaceholders li{
list-style: none;
margin-bottom: .25em;
}
.placeholder-remove-icon{
font-size: .75em;
margin-right: 1em;
cursor: pointer;
}
.form-control::placeholder{
opacity: .5;
}