/* styles for the post editor */

h2.posting-title a{
    color: grey;
}

/* wrapper around the post editor */
div#postingbox {
    color: #eee;
    padding: 0;
}

/* headline "post a new topic" */
div#postingbox > div.inner > h3{
    padding: 0.5rem;
    color: #eee;
    border-color: black;
}

/* links, it is basically only the bbcode link */
div#postingbox > div.inner a{
    color: #eee;
    font-weight: bold;
}

/* wrapper enclosing textarea and emote box */
div#postingbox div#message-box{
    width: 80%;
}

div.format-buttons > button.button{
    height: 100%;
    background-color: #181818;
    background-image: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
    /* border-top: none; */
    /* border-bottom: none; */
    border: none;
    border-color: black;
    box-shadow: none;
    padding: 0.3rem;
    /* display: inline-flex; */
    /* align-items: center; */
}

div.format-buttons > button.button > i.icon{
    transform: translateY(1px) scale(0.9);
}

div.format-buttons > button.button:hover{
    text-shadow: none;
    color: red;
}