-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (47 loc) · 935 Bytes
/
Copy pathstyle.css
File metadata and controls
47 lines (47 loc) · 935 Bytes
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
pre:has(code#XML) {
min-height:80vh;
}
.form-signin {
max-width: 330px;
padding: 1rem;
}
.form-signin .form-floating:focus-within {z-index: 2;}
.form-signin input[type="text"] {
margin-bottom: 10px;
}
.code-editor {
display: none;
position: relative;
font-family: monospace;
line-height: 1.5;
}
.code-editor textarea {
color: #f1f1f1;
background: #2d2d2d;
color: transparent;
caret-color: #90EE90;
caret-shape: underscore;
padding: 10px;
margin: 0px;
font-size: inherit;
font-family: inherit;
line-height: inherit;
width: 100%;
border: none;
height:3em;
resize: none;
}
.code-editor textarea:focus {outline:none;}
.code-editor pre {
pointer-events: none;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
padding: 10px;
margin: 0px;
font-size: inherit;
font-family: inherit;
line-height: inherit;
background: transparent;
}