mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-11-02 18:15:47 +00:00
27 lines
415 B
CSS
27 lines
415 B
CSS
body {
|
|
font-family: helvetica, sans-serif, arial;
|
|
font-size: 1em;
|
|
color: #111;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
#terminal-container {
|
|
width: 960px;
|
|
height: 600px;
|
|
margin: 0 auto;
|
|
padding: 2px;
|
|
}
|
|
|
|
#terminal-container .terminal {
|
|
background-color: #111;
|
|
color: #fafafa;
|
|
padding: 2px;
|
|
}
|
|
|
|
#terminal-container .terminal:focus .terminal-cursor {
|
|
background-color: #fafafa;
|
|
}
|