html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  line-height: 0; }

::selection {
  background: transparent;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: transparent;
  /* Gecko Browsers */ }

textarea::selection {
  background: #FFFFAA; }

textarea::-moz-selection {
  background: #FFFFAA; }

input::selection {
  background: #FFFFAA; }

input::-moz-selection {
  background: #FFFFAA; }

textarea:focus, input:focus {
  outline: 0; }

body {
  background: #666;
  font-family: Verdana, sans-serif;
  font-size: 11px; }

.app {
  width: 460px;
  margin: 20px auto;
  position: relative; }

.controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  margin-top: 20px; }
  .controls .button {
    font-size: 16px;
    background: #ccc;
    display: inline-block;
    padding-top: 16px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    border-top: solid 1px #666;
    position: relative; }
    .controls .button.first {
      border-top: none; }
    .controls .button.inactive {
      opacity: 0.5; }
    .controls .button.anim-pause-button {
      background: #eee; }
  .controls .timing {
    padding-top: 9px; }
    .controls .timing .underline {
      position: absolute;
      width: 34px;
      height: 1px;
      bottom: 10px;
      left: 8px;
      background: #999; }
    .controls .timing input {
      width: 50px;
      border: none;
      background: transparent;
      text-align: center;
      font-size: 26px; }
  .controls .shift {
    font-size: 16px; }
    .controls .shift > div {
      padding: 2px;
      position: absolute; }
      .controls .shift > div.up {
        top: 2px;
        left: 15px; }
      .controls .shift > div.right {
        right: 2px;
        top: 14px; }
      .controls .shift > div.down {
        left: 15px;
        bottom: 2px; }
      .controls .shift > div.left {
        top: 14px;
        left: 2px; }

.frame {
  display: inline-block;
  margin: 20px 20px 0 0; }
  .frame .row {
    height: 5px; }
    .frame .row .pixel {
      display: inline-block;
      height: 5px;
      width: 5px;
      border-top: solid 1px #ccc;
      border-left: solid 1px #ccc;
      cursor: pointer; }
      .frame .row .pixel.selected {
        background: #000; }
      .frame .row .pixel:last-of-type {
        border-right: solid 1px #ccc; }
    .frame .row:last-of-type > .pixel {
      border-bottom: solid 1px #ccc; }
  .frame.current .row:first-of-type > .pixel {
    border-top: solid 1px red; }
  .frame.current .pixel:first-of-type {
    border-left: solid 1px red; }
  .frame.current .pixel:last-of-type {
    border-right: solid 1px red; }
  .frame.current .row:last-of-type > .pixel {
    border-bottom: solid 1px red; }
  .frame .fps {
    position: absolute;
    color: #999;
    bottom: -8px;
    right: 2px; }

.frames .frame {
  position: relative;
  background: #fff; }

.editor .frame-editor {
  width: 400px;
  background: #fff; }
  .editor .frame-editor .row {
    height: 25px; }
    .editor .frame-editor .row .pixel {
      height: 25px;
      width: 25px; }
.editor .normal-frame {
  position: relative; }
.editor .onion-skin {
  position: absolute; }
  .editor .onion-skin .pixel.selected {
    background: #e5e5e5; }

.frame-scroll-container {
  height: 135px;
  overflow-y: hidden; }

.code-overlay {
  position: absolute;
  top: 20px;
  left: 0;
  width: 400px;
  height: 535px;
  background: #fff; }
  .code-overlay > div textarea {
    resize: none;
    line-height: 12px;
    width: 100%;
    height: 535px; }

/*# sourceMappingURL=app.css.map */
