summaryrefslogblamecommitdiffstats
path: root/nfsw/static/io.css
blob: de7483086e145623229a254651bc6394d9843804 (plain) (tree)
1
2
3
4
5
6
7
8




                                            
      

                           













                            
                   



                        
                        
                           




                                            
                    

                                            


                      
                    






















                                            
                           




                       
@font-face {
    font-family: noto-mono;
    src: url('/static/fonts/noto-mono.ttf');
}

body {
    font-family: noto-mono;
    font-size: 0.88em;
    overflow: hidden;
    margin: 0 0 0 0;
}

.io-block {
    height:98vh;
    display:flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.console {
    overflow-y: auto;
    flex: 1 0 80vh;
    margin-left: 15px;
    margin-bottom: 10px;
}

.console pre.concierge {
    font-family: noto-mono;
    margin: 0 0 0 0;
    border-left: 2px solid rgb(180,180,240);
    padding-left: 5px;
}

.console pre.error {
    margin: 0 0 0 0;
    border-left: 2px solid rgb(240,180,180);
    padding-left: 5px;
}

.console pre.blank {
    margin: 0 0 0 0;
    border-left: 2px solid rgb(255,255,255);
    padding-left: 5px;
}

.prompt {
    flex: 1 0 auto;
}

.prompt form {
    display:flex;
    flex-direction: row;
    justify-content: center;

    height: 98%;
}

.prompt input {
    width: 95%;
    height: 98%;
    font-size: 1.2em;
    padding-left: 5px;
    border: 2px solid rgb(230,230,230);
    font-family: noto-mono;
}

.prompt input:focus {
    outline-width: 0px;
}