@CHARSET "UTF-8";

@import url("xdebug.onew.css");

@import url("eclipse.onew.css");

@import url("main.onew.css");

/**
 * Projektspezifische CSS-Anweisungen
 */

@font-face {
  font-family: 'Minecrafter';
  src: url('../fonts/minecrafter.ttf');
  src: url('../fonts/minecrafter.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MojangBitMap';
  src: url('../fonts/mojangbitmap.eot');
  src: url('../fonts/mojangbitmap.eot') format('embedded-opentype'), url('../fonts/mojangbitmap.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.minecrafter {
    font-family: 'Minecrafter';
}
.mojangbm {
    font-family: 'MojangBitMap';
}

.help {
    cursor: help;
}

.editor textarea {
    font-family: monospace;
}
