/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 27, 2017, 11:01:09 PM
    Author     : lukiqs
*/

@font-face {
  font-family: 'Pixels';
  src: url('font.woff') format('woff'),
      url('font.ttf') format('truetype'); 
}

html{
    font-family: Pixels;
    color: gray;
    background-color: black;
}

div.load{
    text-align: center;
    margin-top: 22%;
    font-size: 220%;
    display: block;
}

div.main{
    display:  none;
    font-size: 150%;
    margin: 1%;
    line-height: 140%;
}

div.menu{
    display: inline-block;
    padding: 1%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: limegreen;
    margin-top: 0px;
    
}

img {
  image-rendering: pixelated;
}

table{
    border: 5px solid gray;
}

td{
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid gray;
}   

.cursor{
    display: inline-block;
    color: white;
    border: 1px solid white;
    background-color: white;
}

.cmd{
    display: inline-block;
    color: white;
}