﻿
::selection {
    background: #FF5E99;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
}

.input-line {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: stretch;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-align: stretch;
    display: box;
    box-orient: horizontal;
    box-align: stretch;
    clear: both;
}

    .input-line > div:nth-child(2) {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
    }

.prompt {
    white-space: nowrap;
    color: #96b38a;
    margin-right: 7px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-orient: vertical;
    display: box;
    box-pack: center;
    box-orient: vertical;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.cmdline {
    outline: none;
    background-color: transparent;
    margin: 0;
    width: 100%;
    font: inherit;
    border: none;
    color: inherit;
}

@media (min-width: 801px) {

    h2, body {
        font-size: 14pt !important;
        font-family: consolas, monospace !important;
        color: white !important;
        background-color: black !important;
    }

    #container {
        padding: .1em 1.5em 1em 1em !important;
    }

        #container output {
            clear: both !important;
            width: 100% !important;
        }

            #container output h3 {
                margin: 0 !important;
            }

            #container output pre {
                margin: 0 !important;
            }

    .ls-files {
        height: 45px;
        -webkit-column-width: 100px;
        -moz-column-width: 100px;
        -o-column-width: 100px;
        column-width: 100px;
    }
}

@media (max-width: 800px) {
    h2, body {
        font-size: 11pt !important;
        font-family: Inconsolata, monospace !important;
        color: white !important;
        background-color: black !important;
    }

    #container {
        padding: .1em 1.5em 1em 1em !important;
    }

        #container output {
            clear: both !important;
            width: 100% !important;
        }

            #container output h3 {
                margin: 0 !important;
            }

            #container output pre {
                margin: 0 !important;
            }

    .ls-files {
        height: 45px;
        -webkit-column-width: 100px;
        -moz-column-width: 100px;
        -o-column-width: 100px;
        column-width: 30px;
    }
}

@media (max-width: 650px) {
    h2, body {
        font-size: 35pt !important;
        font-family: Inconsolata, monospace !important;
        color: white !important;
        background-color: black !important;
    }

    #container {
        padding: .1em 1.5em 1em 1em !important;
    }

        #container output {
            clear: both !important;
            width: 100% !important;
        }

            #container output h3 {
                margin: 0 !important;
            }

            #container output pre {
                margin: 0 !important;
            }

    .ls-files {
        height: 45px;
        -webkit-column-width: 100px;
        -moz-column-width: 100px;
        -o-column-width: 100px;
        column-width: 30px;
    }
}

@media (max-width: 450px) {
    h2, body {
        font-size: 35pt !important;
        font-family: Inconsolata, monospace !important;
        color: white !important;
        background-color: black !important;
    }

    #container {
        padding: .1em 1.5em 1em 1em !important;
    }

        #container output {
            clear: both !important;
            width: 100% !important;
        }

            #container output h3 {
                margin: 0 !important;
            }

            #container output pre {
                margin: 0 !important;
            }

    .ls-files {
        height: 45px;
        -webkit-column-width: 100px;
        -moz-column-width: 100px;
        -o-column-width: 100px;
        column-width: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    h2, body {
        font-size: 35pt !important;
        font-family: Inconsolata, monospace !important;
        color: white !important;
        background-color: black !important;
    }

    #container {
        padding: .1em 1.5em 1em 1em !important;
    }

        #container output {
            clear: both !important;
            width: 100% !important;
        }

            #container output h3 {
                margin: 0 !important;
            }

            #container output pre {
                margin: 0 !important;
            }

    .ls-files {
        height: 150px;
        -webkit-column-width: 100px;
        -moz-column-width: 100px;
        -o-column-width: 100px;
        column-width: 180px;
    }
}
