mirror of
https://github.com/yudai/gotty.git
synced 2026-01-07 18:18:50 +01:00
Add generated data to git
This commit is contained in:
parent
dcb153c8a4
commit
a9fbc070ac
15 changed files with 2352 additions and 144 deletions
19
bindata/static/css/xterm_customize.css
Normal file
19
bindata/static/css/xterm_customize.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.terminal {
|
||||
font-family: "DejaVu Sans Mono", "Everson Mono", FreeMono, Menlo, Terminal, monospace, "Apple Symbols";
|
||||
}
|
||||
|
||||
.xterm-overlay {
|
||||
font-family: "DejaVu Sans Mono", "Everson Mono", FreeMono, Menlo, Terminal, monospace, "Apple Symbols";
|
||||
border-radius: 15px;
|
||||
font-size: xx-large;
|
||||
color: black;
|
||||
background: white;
|
||||
opacity: 0.75;
|
||||
padding: 0.2em 0.5em 0.2em 0.5em;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
user-select: none;
|
||||
transition: opacity 180ms ease-in;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue