forked from mcnutty26/ctf-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathctf-dash.css
More file actions
36 lines (31 loc) · 769 Bytes
/
ctf-dash.css
File metadata and controls
36 lines (31 loc) · 769 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
.children {
margin-left: 20px;
}
.result-output {
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
textarea.result-output {
height: 38px;
}
.braille textarea.result-output {
line-height: 0.8;
letter-spacing: -3px;
}
#input-text {
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
height: 38px;
}
[data-toggle="collapse"]:after {
display: inline-block;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "▼";
transition: all linear 0.25s;
}
[data-toggle="collapse"].collapsed:after {
transform: rotate(-90deg) ;
}