﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

table td {
    padding: 4px;
    vertical-align: top;
}

table th {
    border-bottom: 1px solid lightgrey;
}

table {
    border: 1px dashed lightgrey;
    width: 100%;
}

div {
    display: inline-block;
}

.tag a {
    border: 1px dashed lightgrey;
    border-radius: 6px;
    margin: 2px;
    padding: 5px 7px;
    display: inline-block;
}

    .tag a:visited {
        color: #800080;
    }
    .tag a:visited:hover{
        background-color: lightgrey;
        border: 2px solid grey;
    }

    .tag a:hover {
        background-color: lightblue;
        text-decoration: none;
    }

body {
    margin: auto;
    width: 95%;
}

.container {
    margin-top: 15px;
    width: 100% !important;
    max-width: inherit !important;
}

.container.article{
    width:95% !important;
}
.container.tag{
    
}

div.navigation {
    font-size: 1.4em;
}

.highlight a {
    border: 1px dashed red !important;
}

.relatedarticle {
    width: 100%;
}

.right {
    float: right;
}

.tag-editor {
    width: 700px;
}

.taglist{
    margin-bottom:12px;
}

.title-editor {
    width: 700px;
    font-size: 3em;
}

blockquote {
    padding: 0 1em;
    color: #6a737d;
    border-left: .25em solid #dfe2e5;
}

.nb {
    white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Vollkorn', 'Georgia', serif;
    font-weight: normal;
    color: #222;
    line-height: 1.1em;
    margin-bottom: 3px;
}
h1 {
    margin-bottom:8px !important;
}

.articleLinks{
    margin:auto;
    width:85%;
}