mirror of https://github.com/morpheus65535/bazarr
33 lines
950 B
HTML
33 lines
950 B
HTML
{#<link media="screen" rel="stylesheet" type="text/css"
|
|
href="{{ swagger_static('css/typography.css') }}" />
|
|
<link media="screen" rel="stylesheet" type="text/css"
|
|
href="{{ swagger_static('css/reset.css') }}" />
|
|
<link media="screen" rel="stylesheet" type="text/css"
|
|
href="{{ swagger_static('css/screen.css') }}" />
|
|
<link media="print" rel="stylesheet" type="text/css"
|
|
href="{{ swagger_static('css/reset.css') }}"/>
|
|
<link media="print" rel="stylesheet" type="text/css"
|
|
href="{{ swagger_static('css/screen.css') }}" />
|
|
#}
|
|
<link media="screen" rel="stylesheet" type="text/css" href="{{ swagger_static('droid-sans.css') }}" />
|
|
<link media="screen" rel="stylesheet" type="text/css" href="{{ swagger_static('swagger-ui.css') }}" />
|
|
<style>
|
|
html
|
|
{
|
|
box-sizing: border-box;
|
|
overflow: -moz-scrollbars-vertical;
|
|
overflow-y: scroll;
|
|
}
|
|
*,
|
|
*:before,
|
|
*:after
|
|
{
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
body {
|
|
margin:0;
|
|
background: #fafafa;
|
|
}
|
|
</style>
|