@font-face {
  font-family: 'D2Coding';
  font-style: normal;
  font-weight: 400;
  src: url('D2Coding.eot');
  src: local('※'), local('D2Coding'),
       url('D2Coding.eot?#iefix') format('embedded-opentype'),
       url('D2Coding.woff2') format('x-woff2'),
       url('D2Coding.woff') format('woff'),
       url('D2Coding.ttf') format('truetype'),
       url('D2Coding.svg') format('svg');
}
@font-face {
  font-family: 'D2Coding';
  font-style: normal;
  font-weight: 700;
  src: url('D2CodingBold.eot');
  src: local('※'), local('D2Coding Bold'),
       url('D2CodingBold.eot?#iefix') format('embedded-opentype'),
       url('D2CodingBold.woff2') format('x-woff2'),
       url('D2CodingBold.woff') format('woff'),
       url('D2CodingBold.ttf') format('truetype'),
       url('D2CodingBold.svg') format('svg');
}


body {
    margin: 1em;
    background-color: #0f8ebf;
    /*font-family: D2Coding, monospace;*/
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #333;
}

h1 {
    padding: 1em;
    color: #666;
    font-size: 100%;
}

hr {
    border-top: 2px solid #e3e3e3;
}

pre {
    overflow: auto;
    margin: 1em;
    line-height: 2em;
}

footer {
    margin: 1em;
}

.container {
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
}

/* ***** */
/* Icons */
/* ***** */

pre a[href]:before,
pre a[href$="/"]:before {
    content: "";
    padding: 5px 25px 0 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}

a[href]:before {
    background: url(../images/icons/default.png);
}

a[href$="/"]:before {
    background: url(../images/icons/folder.png);
}

/* Checksums */

a[href$=".md5"]:before {
    background: url(../images/icons/checksum.png);
}

/* Compression */

a[href$=".bz2"]:before {
   background: url(../images/icons/bz2.png);
}

a[href$=".gz"]:before {
   background: url(../images/icons/gz.png);
}

a[href$=".tar.gz"]:before {
   background: url(../images/icons/tar.gz.png);
}

/* Vagrant */

a[href$=".box"]:before {
   background: url(../images/icons/vagrant.png);
}

/* Debian */

a[href$=".deb"]:before {
   background: url(../images/icons/debian.png);
}

/* Crypt */

a[href$=".gpg"]:before {
   background: url(../images/icons/crypt.png);
}
