<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'oraculum_ocms_font';
    src: url('../fonts/call_me_maybe-webfont.woff2') format('woff2'),
         url('../fonts/call_me_maybe-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.oraculum_ocms_title {
    font-family: oraculum_ocms_font;
    font-weight: normal;
    font-size: 40px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.device_type_drag,
.device_type_ghost {
    color: #fff;
    background-color: #6a0000;
}

.nav-pills .nav-link {
    padding: 10px 15px;
}

.btn-block {
    display: block;
    width: 100%;
}

.author-page-message, .author-page-bio {
    padding-bottom: 1rem;
}


./* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.translate-text {
    border-bottom: solid thin #333;
}

.bootbox-close-button {
    color: #888;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.modal .close {
    font-weight: 100;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-body &gt; .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    z-index: 1;
}

.other-page-settings-link {
    padding-bottom:10px;
    cursor:pointer;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}

.sidebar-link {
    line-height:18px;
}</pre></body></html>