Go binary/server for helping run/build sessions for the Maze Rats TTRPG
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

212 lines
4.1 KiB

/* Forgive me for these awful hacks. */
body {
background: #000000;
}
.swagger-ui {
color: #000000;
}
.swagger-ui a {
color: #00FF00;
}
.swagger-ui .model,
.swagger-ui .model-title {
color: #00FF00;
}
.swagger-ui .prop-type {
color: #00FF00;
}
.swagger-ui section.models,
.swagger-ui section.models.is-open h4,
.swagger-ui section.models h4 {
border-color: #00FF00;
color: #00FF00;
}
.swagger-ui section.models .model-container:first-of-type {
margin: 0 0 0 20px;
}
.swagger-ui section.models .model-container {
margin: 0 0 0 20px;
}
.swagger-ui section.models .model-box {
padding: 2px;
}
.swagger-ui .info {
margin: 0;
}
.swagger-ui .info .title {
color: #00FF00;
}
.swagger-ui .info .base-url {
color: #00FF00;
}
.swagger-ui .info a {
display: none;
}
.swagger-ui .info .title small {
background: #005007;
}
.swagger-ui .info .title small pre {
color: #00FF00;
}
.swagger-ui .info .title small pre {
color: #00FF00;
}
.swagger-ui .info p {
color: #00FF00;
}
.swagger-ui a.nostyle,
.swagger-ui a.nostyle:active,
.swagger-ui a.nostyle:hover,
.swagger-ui a.nostyle:visited
{
color: #00FF00;
}
.swagger-ui .opblock.opblock-get,
.swagger-ui .opblock.opblock-get .opblock-summary {
border-color: #00FF00;
background: #000000;
}
.swagger-ui .opblock.opblock-get .opblock-summary-method {
background: #007000;
color: #00FF00;
}
.swagger-ui .opblock-description-wrapper p {
color: #00FF00;
}
.swagger-ui .opblock .opblock-section-header {
background: #000000;
}
.swagger-ui .opblock .opblock-summary-description {
color: #00FF00;
}
.swagger-ui .opblock .opblock-section-header h4 {
color: #00FF00;
}
.swagger-ui .opblock .opblock-section-header>label {
color: #00FF00;
}
.swagger-ui .btn {
border-color: #00FF00;
color: #00FF00;
}
.swagger-ui .btn.cancel {
border-color: #00FF00;
color: #00FF00;
}
.swagger-ui .btn.execute {
border-color: #00FF00;
background: #000000;
color: #00FF00;
}
.swagger-ui select,
.swagger-ui select[disabled] {
background: #000000;
border-color: #00FF00;
color: #00FF00;
}
.swagger-ui .response-col_status,
.swagger-ui .response-col_status .response-undocumented,
.swagger-ui .response-col_description {
color: #00FF00;
}
.swagger-ui .responses-inner h4,
.swagger-ui .responses-inner h5 {
color: #00FF00;
}
.swagger-ui textarea.curl {
background: #000000;
border: 1px solid #00FF00;
color: #00FF00;
}
.swagger-ui .opblock-body pre.microlight {
background: #000000;
border: 1px solid #00FF00;
color: #00FF00;
}
.swagger-ui .opblock-body pre.microlight span {
color: #00FF00!important;
}
.swagger-ui .download-contents {
background: #000000;
color: #00FF00;
}
.swagger-ui .copy-to-clipboard {
background: #000000;
color: #00FF00;
}
.swagger-ui .copy-to-clipboard button {
background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" aria-hidden="true"><path fill="%230f0" fill-rule="evenodd" d="M2 13h4v1H2v-1zm5-6H2v1h5V7zm2 3V8l-3 3 3 3v-2h5v-2H9zM4.5 9H2v1h2.5V9zM2 12h2.5v-1H2v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H1c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V6H1v9h10v-2zM2 5h8c0-.55-.45-1-1-1H8c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H3c-.55 0-1 .45-1 1z"/></svg>') 50% no-repeat;
color: #00FF00;
margin-right: 10px;
}
.swagger-ui table thead tr td,
.swagger-ui table thead tr th {
color: #00FF00;
}
.swagger-ui .parameter__name,
.swagger-ui .parameter__type,
.swagger-ui .parameter__in,
.swagger-ui .markdown p {
color: #00FF00;
}
.swagger-ui .parameters-col_description input[type=text],
.swagger-ui .parameters-col_description input[type=text]:focus {
outline: 0;
color: #00FF00;
border-color: #00FF00;
background: #000000;
}
.swagger-ui .parameters-col_description input[type=text]::placeholder,
.swagger-ui .parameter__name.required span,
.swagger-ui .parameter__name.required:after {
color: #00AA00;
}
.swagger-ui .loading-container .loading::before,
.swagger-ui .loading-container .loading::after {
color: #00FF00;
border-color: #001100;
border-top-color: #00FF00;
}