-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
107 lines (96 loc) · 2.21 KB
/
Copy pathstyles.css
File metadata and controls
107 lines (96 loc) · 2.21 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
html {
background: repeating-linear-gradient(to bottom right, rgb(0, 0, 87), rgb(0, 129, 172)) no-repeat;
height: 100%;
width: 100%;
}
#inputnSend {
position: absolute;
top: 20%;
left: 15%;
height: 80%;
}
#mainTextInput {
width: 60vw;
height: 40px;
padding-left: 15px;
font-size: 16px;
color: rgb(200, 200, 200);
background-color: rgb(60, 60, 60);
border-radius: 5px;
position: relative;
border-color: white;
border-width: 1px;
}
#mainButton {
position: relative;
width: 4vw;
height: 40px;
font-size: 16px;
color: rgb(200, 200, 200);
background-color: rgb(50, 50, 50);
border-radius: 5px;
border-color: white;
border-width: 1px;
}
#resetButton {
position: relative;
text-align: center;
width: 4vw;
height: 40px;
font-size: 16px;
color: rgb(200, 200, 200);
background-color: rgb(50, 50, 50);
border-radius: 5px;
border-color: white;
border-width: 1px;
}
#responseText {
overflow-y: scroll;
width: 70vw;
padding-left: 15px;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
font-size: 16px;
color: rgb(200, 200, 200);
background-color: rgb(40, 40, 40);
border: none;
border-radius: 5px;
position: relative;
top: 3%;
max-height: 75%;
font-family: Arial, Helvetica, sans-serif;
white-space: pre-line;
}
#responseText::-webkit-scrollbar {width: 6px; height: 4px; background: #989898; border-radius: 10px }
#responseText::-webkit-scrollbar-thumb { background-color: #666666; -webkit-border-radius: 10px}
#loadingIcon {
position: absolute;
padding-top: 40px;
left: -30px;
}
#settings {
position: absolute;
top: 3%;
left: 10%;
}
#responseLengthTag {
position: relative;
font-size: 16px;
color: rgb(200, 200, 200);
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
#responseLengthOptionMenu {
position: relative;
width: 100px;
height: 30px;
font-size: 16px;
color: rgb(200, 200, 200);
background-color: rgb(40, 40, 40);
border-radius: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: center;
font-size: 15px;
}