/* 1993 Old Skool BBS Style for Synchronet webv4 */

body {
    background-color: #000000 !important;
    color: #00FFFF !important; /* Classic Cyan */
    font-family: "Courier New", Courier, monospace !important;
}

/* Override Bootstrap containers and panels */
.container, .panel, .list-group-item, .well {
    background-color: #000000 !important;
    border: 1px solid #00AAAA !important;
    color: #00FFFF !important;
}

.panel-heading, .list-group-item-heading {
    background-color: #0000AA !important; /* Classic Blue Header */
    color: #FFFFFF !important;
    border-bottom: 1px solid #00AAAA !important;
    font-weight: bold;
    text-transform: uppercase;
}

/* Links */
a {
    color: #FFFF00 !important; /* Classic Yellow Links */
    text-decoration: none;
}

a:hover {
    color: #FFFFFF !important;
    background-color: #0000AA !important;
}

/* Tables */
.table, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #00AAAA !important;
    background-color: #000000 !important;
    color: #00FFFF !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #000022 !important;
}

/* Buttons */
.btn-primary, .btn-default {
    background-color: #0000AA !important;
    border: 1px solid #00FFFF !important;
    color: #FFFFFF !important;
    border-radius: 0 !important;
    text-transform: uppercase;
}

/* Navbar */
.navbar-default {
    background-color: #0000AA !important;
    border-bottom: 2px solid #00AAAA !important;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF !important;
}

.navbar-default .navbar-brand {
    color: #FFFF00 !important;
    font-weight: bold;
}

/* Badges */
.badge {
    background-color: #AA0000 !important; /* Classic Red Badge */
    border-radius: 0 !important;
}

/* Scrollbar for that old look */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #000000;
}
::-webkit-scrollbar-thumb {
    background: #0000AA;
    border: 1px solid #00FFFF;
}
