89 lines
2.0 KiB
CSS
89 lines
2.0 KiB
CSS
|
|
body {
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/*#swagger-ui > section > div.topbar > div > div > form > label > span,
|
|||
|
|
.information-container {
|
|||
|
|
display: none;
|
|||
|
|
}*/
|
|||
|
|
.swagger-ui .info {
|
|||
|
|
margin: 10px 0 !important;
|
|||
|
|
text-align: center !important;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.swagger-ui .info hgroup.main a,
|
|||
|
|
.info__contact,
|
|||
|
|
.info__license {
|
|||
|
|
display: none !important;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div.information-container.wrapper > section > div > div > hgroup > h2 > span > small:nth-child(2) {
|
|||
|
|
display: none;
|
|||
|
|
}
|
|||
|
|
.swagger-ui .opblock-tag {
|
|||
|
|
background-image: linear-gradient(370deg, #f6f6f6 70%, #e9e9e9 4%);
|
|||
|
|
margin-top: 20px;
|
|||
|
|
margin-bottom: 5px;
|
|||
|
|
padding: 5px 10px !important;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.swagger-ui .opblock-tag.no-desc span {
|
|||
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|||
|
|
font-weight: bolder;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.swagger-ui .info .title {
|
|||
|
|
font-size: 24px;
|
|||
|
|
margin: 0;
|
|||
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|||
|
|
color: #0c4da1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.swagger-ui a.nostyle {
|
|||
|
|
color: navy !important;
|
|||
|
|
font-size: 0.9em !important;
|
|||
|
|
font-weight: normal !important;
|
|||
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#swagger-ui > section > div.topbar > div > div > a > img,
|
|||
|
|
img[alt="Swagger UI"] {
|
|||
|
|
display: block;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
content: url('/Content/logo.jpg');
|
|||
|
|
width: 154px;
|
|||
|
|
height: auto;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.swagger-ui .topbar {
|
|||
|
|
padding: 10px 0;
|
|||
|
|
background-color: #fff;
|
|||
|
|
color: navy;
|
|||
|
|
}
|
|||
|
|
.select-label {
|
|||
|
|
color: navy !important;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.opblock-summary-description {
|
|||
|
|
font-size: 1em !important;
|
|||
|
|
color: navy !important;
|
|||
|
|
text-align:right;
|
|||
|
|
}
|
|||
|
|
pre.microlight {
|
|||
|
|
background-color: darkblue !important;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
span.model-box > div > span > span > span.inner-object > table > tbody > tr {
|
|||
|
|
border: solid 1px #ccc !important;
|
|||
|
|
padding: 5px 0px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.swagger-ui .topbar .download-url-wrapper .select-label select {
|
|||
|
|
border: solid 2px navy !important;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.swagger-ui .opblock {
|
|||
|
|
margin: 2px 0px !important;
|
|||
|
|
}
|