<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* make sure Matrix styles won't pass on to viper */
.Viper-textbox-input { box-shadow: none !important; }
.Viper-textbox-textArea { box-shadow: none !important; }

.Viper-textbox.Viper-disabled .Viper-textbox-input[type=text],
.Viper-textbox.Viper-disabled .Viper-textbox-textArea {
    background: none;
    border: none;
}

.Viper-chooseAssetRow,
.Viper-chooseAssetRow * {
    box-sizing: content-box;
}

/* view source code mode requires specific font to work, so have to stop Matrix styles passing on it */
.ace_editor {
    font-family: 'Monaco','Menlo','Ubuntu Mono','Consolas','source-code-pro',monospace !important;
    text-align: left !important;
}

.ace_search {
    max-width: 360px !important;
}



.viper-toolbar-container {
    position: relative;
}

/* adjust logo position slightly */
.ViperTP-bar .Viper-logo {
    top: 56%;
}

/* this is for the div saying "there is no content, click to start editting" */
.matrix-viper-no-content {
    min-width: 500px;
    min-height: 30px;
    padding: 20px 10px 10px;

    color: #aaa;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.5em;
    text-align: center;

    background: #fff;
    border-radius: 0 0 3px 3px;
}

/* SM11151 - Assetpicker button margin is off within admin mode */
.Viper-button.Viper-ees-target,
.Viper-button.Viper-assetSelector-button {
    margin-right: 2px;
}

/* push viper bar down under fixed locks screen */
.viper-active-under-locks {
    top: 0;
}

.VSVP-source.ace_editor .ace_search_field {
    width: 240px !important;
    margin: 0;
}

.VSVP-source.ace_editor .ace_searchbtn,
.VSVP-source.ace_editor .ace_replacebtn {
    margin: 0;
    padding: 0 5px;

    text-align: center;

    background-color: #fff;
}

.VSVP-source.ace_editor .ace_searchbtn_close {
    position: relative;
    bottom: 3px;
}

.VSVP-source.ace_editor .ace_replacebtn {
    min-width: 29px;
    margin: 0 -1px;
}

.VSVP-source.ace_editor .ace_searchbtn:last-child,
.VSVP-source.ace_editor .ace_replacebtn:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.Matrix-Viper-commentdialog-reply-header {
    height: 30px;
}
</pre></body></html>