/******************************************************************************/
/********************************************************************* fonts **/
/******************************************************************************/
@font-face {
    font-family: 'Eraser';
    font-style: normal;
    font-weight: 400;
    src: local('Eraser'), url(../../static/font/Eraser.ttf);
}
@font-face {
    font-family: 'Gloria Hallelujah';
    font-style: normal;
    font-weight: 400;
    src: local('Gloria Hallelujah'), local('GloriaHallelujah'), url(../../static/font/GloriaHallelujah.ttf);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/******************************************************************************/
/********************************************************************* reset **/
/******************************************************************************/
* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box;
}

/******************************************************************************/
/********************************************************* page layout/style **/
/******************************************************************************/
body {
    background-color: #121212;
    background-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    font-family: Gloria Hallelujah, serif;
    color: rgba(255, 255, 255, .65);
}
h2 {
    text-align: center;
    font-family: Eraser, sans-serif;
    padding: 20px 0;
    font-weight: normal;
    color: #cdbcf3;
}
a {
    text-decoration: none;
    color: #94d9de;
}
a:visited {
    color: #cdbcf3;
}
form {
    text-align: center;
}
input, select, textarea {
    width: 300px;
    background-color: transparent;
    background-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/shade.png);
    padding: 0 10px;
    line-height: 32px;
    border: 3px solid;
    border-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/border.png) 4 3 4 3 repeat;
    font-family: Gloria Hallelujah, serif;
    font-weight: bold;
    margin-bottom: 10px;
}
input[type=radio] {
    width: auto;
}
textarea {
    width: 500px;
    padding: 5px;
    line-height: 16px;
}
option {
    background: #121212;
}
input:focus, textarea:focus {
    background-color: rgba(255, 255, 255, .1);
    font-family: sans-serif;
}
input[type=submit] {
    border: 0;
    padding: 0;
    width: 143px;
    height: 42px;
    background-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/btn.png);
    font-family: Eraser, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    color: #cdbcf3;
}
nav a, nav a:visited, footer a, footer a:visited, footer, input, select, textarea {
    color: #e0e0d9;
}
header, main {
    width: 90%;
    margin: auto;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h1, nav {
    padding: 15px 20px;
}
nav {
    font-family: Eraser, sans-serif;
    font-size: 22px;
}
nav a {
    text-decoration: none;
}
nav a:hover, nav a.active {
    color: #f3ea95;
}
nav a:not(:last-child)::after {
    content: " ::";
    color: #e0e0d9;
}
table {
    width: 100%;
    border-spacing: 0;
}
td, th {
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/border.png) 4 3 4 3 repeat;
}
th {
    line-height: 40px;
    cursor: pointer;
    border-top: 3px solid;
    font-family: Eraser, sans-serif;
    font-weight: normal;
    color: #cdbcf3;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
td:first-child, th:first-child {
    border-left: 3px solid;
}
tr:hover td {
    background: rgba(255, 255, 255, .05);
}
main {
    font-weight: bold;
    line-height: 22px;
}
footer, footer * {
    vertical-align: middle;
}
footer {
    padding: 30px 0;
    font-family: Eraser, sans-serif;
    text-align: center;
}
footer a {
    text-decoration: none;
}
footer span {
    color: #f39e9e;
}
footer a:hover {
    color: #cdbcf3;
}
footer a:hover span {
    color: #94d9de;
}


/******************************************************************************/
/*********************************************************** specific styles **/
/******************************************************************************/
.avatar, .number, .local, .remote, .status {
    text-align: center;
}
.local, .text-success {
    color: #bbe4ab;
}
.remote, .text-danger, .alert-danger, .text-warning {
    color: #f39e9e;
}
.alert {
    padding: 20px 0;
    text-align: center;
    font-size: 1.2em;
}
.alert-info {
    color: #f3ea95;
}
.ownteam td, .ownteam:hover td {
    background-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/shade.png);
}
.solved td, .solved:hover td {
    background-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/smudge.png);
    background-repeat: repeat-x;
    background-position: center;
}
.solved td, .solved a {
    color: rgba(255, 255, 255, 0);
}
.solved:hover td, .solved:hover a {
    color: rgba(255, 255, 255, .4);
}
.form-group div {
    text-align: left;
}
.form-group input {
    margin: 0;
}
.form-group {
    width: 700px;
    margin: 10px auto;
    display: flex;
    align-items: top;
    justify-content: flex-start;
}
.form-group:first-child {
    margin-top: 0;
}
.form-group label {
    flex-shrink: 0;
    width: 200px;
    text-align: right;
    padding: 9px 10px 0 0;
}
.help-block {
    font-size: 12px;
}
.input-group-addon {
    padding-left: 5px;
}
.list-group {
    padding: 15px 10px;
    border-bottom: 3px solid;
    border-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/border.png) 4 3 4 3 repeat;
}
.list-group small {
    color: rgba(255, 255, 255, .3);
}
.list-group:last-child {
    border: 0;
}
.list-group:first-child {
    padding-top: 0;
}
.challenge {
    margin-bottom: 30px;
    border: 3px solid;
    border-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/border.png) 4 3 4 3 repeat;
}
.challenge h3 {
    border-bottom: 3px solid;
    border-top: 3px solid;
    border-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/border.png) 4 3 4 3 repeat;
}
.challenge h2 {
    background-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/shade.png);
    padding: 10px 10px;
    text-align: left;
}
.challenge h3 div {
    font-weight: normal;
    font-size: 16px;
    padding: 3px 10px;
}
.challenge .points {
    float: right;
}
.challenge .author {
    float: left;
}
.challenge h3::after {
    content: "";
    display: block;
    clear: both;
}
.challenge p {
    padding: 10px 10px 40px;
}
.challenge img {
    margin-bottom: -12px;
}
.radios {
    padding-top: 30px;
}
.radios span {
    padding: 0 10px;
    border: 3px solid;
    border-image: url(/web/20180626011037im_/https://school.fluxfingers.net/static/images/border.png) 4 3 4 3 repeat;
}
img.avatar {
    width: 90px;
    vertical-align: middle;
    max-height: 25px;
}

/******************************************************************************/
/************************************************************* media queries **/
/******************************************************************************/
@media only screen and (min-width: 1500px) {
    header, main {
        width: 80%;
    }
    nav {
        font-size: 24px;
    }
}


/* okay at this point I really don't want to edit any fucking CSS anymore */

#challenge-list {
    padding-left: 35px;
    padding-bottom: 30px;
}

/*
     FILE ARCHIVED ON 01:10:37 Jun 26, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:57:34 Oct 27, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.659
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.01
  esindex: 0.014
  cdx.remote: 11.927
  LoadShardBlock: 67.757 (3)
  PetaboxLoader3.datanode: 64.8 (4)
  load_resource: 147.854
  PetaboxLoader3.resolve: 136.816
*/
