/* ==========================================
   TRUE WIKIPEDIA "VECTOR 2010" PURIST SKIN
   ========================================== */

/* 1. THE LIQUID PAPER BASE */
body {
    background-color: #ffffff !important;
    color: #222222 !important;
    font-family: sans-serif !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

/* 2. DESTROY THE 960px ISLAND — GO 100% WIDE */
.container {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

/* 3. THE TRANSPARENT PALE-BLUE MEDIAWIKI HEADER */
.navbar, .navbar-default, .navbar-inverse {
    background-color: #f6f6f6 !important;
    /* This calls the literal, actual 1px gradient image hosted on Wikimedia servers since 2010 */
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/e0/MediaWiki_Vector_skin_header_background.png') !important;
    background-repeat: repeat-x !important;
    border: none !important;
    border-bottom: 1px solid #a7d7f9 !important; /* Wikipedia's pale blue anchor line */
    box-shadow: none !important;
    border-radius: 0 !important;
    height: 44px !important;
}

/* Site Title (Top Left) */
.navbar .navbar-brand {
    color: #000000 !important;
    font-family: "Linux Libertine", "Georgia", "Times", serif !important;
    font-size: 21px !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    padding-left: 20px !important;
}

.navbar .nav > li > a { color: #0645ad !important; font-family: sans-serif !important; font-size: 12px !important; }
.navbar .nav > li > a:hover { color: #0b0080 !important; background: none !important; text-decoration: underline; }

/* 4. THE LEFT SIDEBAR "TRENCH" */
/* MkDocs puts the left sidebar in a Bootstrap 'col-md-3' */
.col-md-3 {
    background-color: #f6f6f6 !important;
    border-right: 1px solid #a7d7f9 !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    min-height: 100vh !important;
}

/* The left navigation text */
.bs-sidebar .nav > li > a {
    color: #0645ad !important;
    font-size: 12px !important;
    padding: 3px 15px !important;
}
.bs-sidebar .nav > li > a:hover { background: none !important; text-decoration: underline; }

/* 5. THE MAIN READING "ARTICLE" ZONE */
/* MkDocs puts the article in a 'col-md-9' */
.col-md-9 {
    background-color: #ffffff !important;
    padding: 25px 45px 100px 35px !important;
}

/* 6. WIKIPEDIA TYPOGRAPHY (Serif H1/H2, Sans-Serif Body) */
h1 {
    font-family: "Linux Libertine", "Georgia", "Times", serif !important;
    font-size: 28px !important;
    font-weight: normal !important;
    color: #000000 !important;
    border-bottom: 1px solid #a7d7f9 !important; /* The definitive Wikipedia H1 line */
    padding-bottom: 4px !important;
    margin-bottom: 12px !important;
    margin-top: 0 !important;
}

h2 {
    font-family: "Linux Libertine", "Georgia", "Times", serif !important;
    font-size: 21px !important;
    font-weight: normal !important;
    color: #000000 !important;
    border-bottom: 1px solid #aaaaaa !important;
    padding-bottom: 3px !important;
    margin-top: 1.5em !important;
}

h3, h4 { font-family: sans-serif !important; font-weight: bold !important; color: #000 !important; }

/* 7. OFFICIAL MEDIAWIKI VECTOR HYPERLINKS */
a { color: #0645ad !important; text-decoration: none !important; }
a:hover { text-decoration: underline !important; }
a:visited { color: #0b0080 !important; }

/* True Redlinks */
a.wikilink-undefined, a.red-link { color: #ba0000 !important; }
a.wikilink-undefined:visited, a.red-link:visited { color: #a55858 !important; }

/* 8. THE SEARCH BAR (Strictly un-rounded, pale gray) */
input[type="text"], .mkdocs-search-query {
    background-color: #ffffff !important;
    border: 1px solid #aaaaaa !important;
    border-radius: 0px !important; /* Kill the pill */
    box-shadow: none !important;
    height: 24px !important;
    font-family: sans-serif !important;
    font-size: 12px !important;
    padding-left: 6px !important;
}

/* 9. THE DRY "WIKIPEDIA INFOBOX" */
table {
    background-color: #f9f9f9 !important;
    border: 1px solid #aaaaaa !important;
    border-collapse: collapse !important;
    font-size: 11.5px !important;
    color: #000 !important;
    margin: 1em 0;
}
th { background-color: #f2f2f2 !important; border: 1px solid #aaaaaa !important; padding: 4px 8px; text-align: left; font-weight: bold;}
td { border: 1px solid #aaaaaa !important; padding: 4px 8px; }

/* Turn the "Download APK" button into a sterile, boxed Wikipedia File-Link */
.download-btn {
    display: inline-block;
    background-color: #f9f9f9 !important;
    border: 1px solid #cccccc !important;
    border-left: 4px solid #5bb75b !important; /* Just a tiny green tag on the left edge */
    color: #0645ad !important;
    font-family: sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    padding: 4px 10px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.download-btn:hover { background-color: #ffffff !important; border-color: #aaa !important; text-decoration: underline !important;}

/* ==========================================
   MOBILE "MEDIAWIKI" TIGHTENING PASS
   ========================================== */

@media only screen and (max-width: 768px) {
    /* 1. Kill Bootstrap's invisible bottom bumper */
    .navbar, .navbar-default, .navbar-inverse {
        margin-bottom: 0 !important;
        min-height: 44px !important;
        height: auto !important;
    }

    /* 2. DEMOLISH THE "100vh" SKYSCRAPER */
    .col-md-3 {
        min-height: auto !important;       /* <--- The magic bullet that kills the gap */
        height: auto !important;
        width: auto !important;
        margin: 12px 16px 16px 16px !important;
        padding: 10px 14px 12px 14px !important;
        background-color: #f9f9f9 !important; /* Authentic Wikipedia TOC gray */
        border: 1px solid #aaaaaa !important; /* Authentic Wikipedia TOC border */
        border-radius: 0 !important;
    }

    /* Force the MkDocs TOC wrapper inside it to strip its modern styling */
    .bs-sidebar {
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .bs-sidebar .nav > li > a {
        padding: 3px 0 !important;
        font-size: 13px !important;
        color: #0645ad !important;
    }

    /* 3. Pull the reading paper right up against the bottom of the new TOC box */
    .col-md-9 {
        padding-top: 0px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin-top: 0 !important;
    }

    .navbar .navbar-brand {
        font-size: 18px !important;
        line-height: 44px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .navbar .navbar-toggle {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
        padding: 6px 9px !important;
    }

    h1 {
        font-size: 24px !important;
        margin-top: 8px !important;
    }
}