/*
    This file is part of Hyperspace.

    Copyright 2009 Ryan Munro.  E-mail: felix@skylab.org.

    Hyperspace is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Hyperspace is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
*/

body{
  background-color:black;
  color:white;
}
strong{
  color:#FCFF00;
}
#banner{
  position:absolute;
  font-size:xx-small;
  letter-spacing:-1px;
  line-height:90%;
  color:#F260B1;
}
#rendering{
  position:absolute;
  top:150px;
  left:100px;
}
#gui{
  position:absolute;
  top:65px;
}
#functions{
  font-size:xx-small;
  color:gray;
  margin-top:2px;
}
#attributes{
  position:absolute;
  top:100%;
  margin-top:-60px;
}
#attributes td{
  font-family:monospace;
  white-space:pre;
  padding:0px;
  padding-right:25px;
}

