2016-08-29 21:12:31 +00:00
|
|
|
#terminal-container {
|
|
|
|
width: 1200px;
|
2016-09-02 19:13:07 +00:00
|
|
|
height: 500px;
|
2016-08-29 21:12:31 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
padding: 2px;
|
2016-09-02 19:13:07 +00:00
|
|
|
font-size: 16px;
|
|
|
|
margin-left: 70px;
|
2016-08-29 21:12:31 +00:00
|
|
|
}
|
|
|
|
|
2016-09-02 19:13:07 +00:00
|
|
|
#terminal-container .terminal {
|
|
|
|
background-color: #111;
|
2016-08-29 21:12:31 +00:00
|
|
|
color: #fafafa;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2016-09-02 19:13:07 +00:00
|
|
|
#terminal-container .terminal:focus .terminal-cursor {
|
2016-08-29 21:12:31 +00:00
|
|
|
background-color: #fafafa;
|
|
|
|
}
|
|
|
|
|
2016-09-02 19:13:07 +00:00
|
|
|
:host /deep/ .xterm-color-0 {
|
|
|
|
color: black;
|
2016-08-30 21:02:55 +00:00
|
|
|
}
|
2016-09-03 15:59:37 +00:00
|
|
|
|
|
|
|
:host /deep/ .xterm-color-6 {
|
|
|
|
color: lightskyblue;
|
|
|
|
}
|