]> git.proxmox.com Git - mirror_xterm.js.git/blame - demo/style.css
Moved some styling from xterm.js to xterm.css
[mirror_xterm.js.git] / demo / style.css
CommitLineData
c5ae1cea
PK
1body {
2 font-family: helvetica, sans-serif, arial;
3 font-size: 1em;
4 color: #111;
5}
6
7h1 {
8 text-align: center;
9}
10
11#terminal-container {
c5ae1cea
PK
12 width: 960px;
13 height: 600px;
14 margin: 0 auto;
0ae4b803
PK
15}
16
17#terminal-container .terminal {
18 background-color: #111;
19 color: #fafafa;
c5ae1cea 20}