﻿@font-face {
    font-family: 'consola';
    src: url('../fonts/consola.ttf') format('truetype'),
         url('../fonts/consolab.ttf') format('truetype'),
         url('../fonts/consolai.ttf') format('truetype'),
         url('../fonts/consolaz.ttf') format('truetype');
}

* {
    font-family: 'consola', Consolas;
    font-size: 16px;
}

*::selection {
    background-color: white;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: black;
    color: white;
}

td {
    padding: 0;
    margin: 0;
}

td[rowspan] {
    vertical-align: top;
    text-align: left;
}

#terminal {
    padding: 5px;
    height: auto;
    width: 100%;
}

.inputCommandline {
    display: table-cell;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    background-color: black;
    color: white;
    outline: none;
    width: 100%;
}

.col1 {
    width: 1%;
}

.col2 {
    width: 100%;
}

.greenText {
    color: lightgreen;
}

.purpleText {
    color: #b278ff;
}

.blueText {
    color: #9583f7;
}

.redText {
    color: lightcoral;
}