#id_data {
    visibility: visible;
    display: block;
}

div.img img {
    max-width: 100%;
    /* filter: brightness(0.25); */
}
div.video video {
    max-width: 100%;
}
div.audio audio {
    max-width: 100%;
}
div.application application {
    max-width: 100%;
}
iframe {
    width: 100%;
    height: 1000px;
}
div.txt {
    margin-bottom: 20px;
    padding-bottom: 5px;
    max-width: 100%;
    border-bottom: 1px dotted #aaa;
}

#detail_content {
    display: flex;
}

#detail_content .article_category {
    position: fixed;
    top: 100px;
    width: fit-content;
    max-width: 18%;
    height: 75%;
    font-size: small;
}

#detail_content .article_category dl {
    max-height: 100%;
    /* overflow: hidden; */
    overflow-y: scroll;
}

#detail_content .article_category dt {
    font-weight: bold;
    padding-left: 2px;
}

#detail_content .article_category dd > a:hover {
    background-color: blue;
}

#detail_content .article_category .MB {
    color: red;
    background-color: yellow;
}

#detail_right {
    width: 100%;
    margin-left: 20%;
}

/* a:hover {
    background-color: rgb(143, 199, 255);
    color: white;
    font-family: 22dpi bold;
} */

a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.979);
    text-shadow: 0 0 20px #fff, 0 0 40px silver, 0 0 60px silver,
        0 0 80px silver, 0 0 90px silver, 0 0 100px silver,
        0 0 120px silver;
}

div.img {
    padding-top: 0px;
}

div #article_form,
#media_form {
    position: fixed;
    top: 50px;
    right: 0px;
    /* background-color: rgb(0, 225, 255); */
    z-index: 1000;
    padding: 5px;
}

.new_edit_items {
    position: fixed;
    top: 50px;
    right: 10px;
}

#top_banner {
    position: fixed;
    top: -10px;
    left: 10px;
    text-decoration: none;
}

#top_banner > a {
    background-color: rgb(255, 255, 255, 0);
    text-decoration: none;
}

#top_banner > a > img {
    width: 15%;
}

input:hover {
    background-color: rgb(143, 199, 255);
    color: rgb(255, 255, 255);
}

#category_container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    height: auto;
}

.article_category {
    /* border: solid rgb(143, 199, 255, 0) 1px; */
    margin: 2px;
    padding: 1px;
}

dl {
    height: fit-content;
    overflow-y: scroll;
}

dl > div {
    height: 30vh;
    overflow-y: scroll;
}

dt {
    /* background-color: rgb(0, 0, 58); */
    font-family: "Ink Free";
    font-weight: bold;
    padding-left: 2px;
    /* pre {
        background-color: rgba(221, 192, 219, 0.24);
    }; */
}

a > span {
    color: rgb(200, 255, 100);
}

a .MB {
    color: red;
    background-color: yellow;
}
a .TY {
    color: greenyellow;
    background-color: white;
}

h1 {
    position: relative;
    background-color: rgb(34, 177, 76, 0);
    color: rgb(200, 255, 50);
}

#detail_description {
    display: flex;
    background-color: rgb(34, 177, 76, 0);
    color: white;
}
#detail_category {
    display: flex;
    right: 10px;
    /* color: rgb(200, 255, 100); */
    font-style: italic;
}

#detail_createtime {
    color: rgb(100, 128, 200);
    background-color: rgb(0, 0, 0, 0);
}

div#detail_title {
    padding-bottom: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid #707070;
}

pre {
    font-family: "Inconsolate", "霞鹜文楷等宽", "Courier New", "Verdana",
        "Tahoma";
    font-weight: normal;
    font-size: small;
    white-space: pre-wrap;
}

.mathjax_process {
    font-family: "Inconsolate", "霞鹜文楷等宽", "Courier New", "Verdana",
        "Tahoma";
    white-space: pre-wrap;
}

div.mathjax_process > span {
    /* color: black; */
    background-color: transparent;
}

::-webkit-scrollbar {
    height: 12px;
    width: 6px;
    background: rgb(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
    background: rgb(0, 25, 50, 0.5);
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: rgb(238, 255, 7);
}
