
/* {font-size:13pt;font-weight:normal;} */
html {
    background-color: #111; }
.eightychar {
    width: 80ch;
    /* color: #00ff00; */
    color: #70CD6F;
    /* background-color: rgba(0, 0, 0, .5); */
}

* {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    padding: 1em;
    max-width: 64em;
    font-family: "courier new", monospace;
    color: #fb5;
    background-color: #111;
    background-image: url("../images/tilde-bg-dark.webp");
    background-position: center;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    word-wrap: break-word;
}

@media (min-width: 64em) {
    .row {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
    }
    .col { flex-grow: 1; }
}

.grid {
    border-collapse: collapse;
}
.col {
    border: 6px double #fb5;
    padding: 1em;
}

.user-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    list-style-type: none;
    padding: 0;
}
.user-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 10em;
}
.user-list::after {
    content: "";
}

a {
    text-decoration: none;
    color: #f70;
    font-weight: bold;
    padding-right: 0.25em;
}
a:hover {color: #f20;}
hr {
    border-color: #fb5;
}
.text-center {
    text-align: center
}
.advisory {
    background: #fc4;
    color: #222;
    font-weight: bold;
    padding: 1em;
    border-radius: 0.25em;
}
h1 {
    text-transform: uppercase;
    color: #fb5;
    font-family: monospace;
}

/* THEGOODS */
#fancyboi::before {
    content: "$ ";
}
@media (prefers-reduced-motion: no-preference) {
    @keyframes flash {
	50% { opacity: 0; }
    }
    @keyframes reveal {
	from { width: 2em; } /* Width of ::before */
	to { width: 100%; }
    }
    #fancyboi {
	overflow: hidden;
	white-space: nowrap;
	animation: reveal 4s linear;
	text-overflow: "█";
    }
    #fancyboi::after {
	content: "█";
	animation: flash 0.5s step-end infinite;
    }
}
/* SDOOGEHT */

.sourceCode {
    color:#008000;
}

code > span.fl {
    color: #008000;
}

/* Style the navbar */
#navbar {
    overflow: hidden;
    background-color: #fb5;
    color: #222;
    z-index: 99;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0.25em;
}

#navbar a:hover {
    background-color: #f93;
}

/* Navbar links */
#navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

/* Page content */
.content {
    padding-top: 5px;
}

input[type="text"],
textarea {
    background-color: #333;
    color: darkorange;
}

div.alert-warning {
    background-color: darkred;
}
div.alert-success {
    background-color: darkgreen;
}

blockquote {
    border-left: 2px solid #fb5;
    background-color: rgba(255, 187, 85, 5%);
    padding: 0.5em;
}

/* Mobile */
@media (max-width: 768px) {
    td {
	display: block;
    }
}

p {
    width: 70ch;
}
.shade {
    opacity: 0.5;
}

span {
    color: lightblue;
}

.medium {
    width: 350px;
    height: 350px;
}

em p {
    color: #ff7f50;
}
