| Current Path : /proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Magento_Swagger/swagger-ui/css/ |
| Current File : //proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Magento_Swagger/swagger-ui/css/style.css |
html {
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin:0;
background: #fafafa;
}
#header {
background-color: #89bf04;
padding: 14px;
}
#header a#logo {
font-size: 1.5em;
font-weight: bold;
text-decoration: none;
background: transparent url(../images/logo_small.png) no-repeat left center;
padding: 20px 0 20px 40px;
color: white;
}
#header form#api_selector {
display: block;
clear: none;
float: right;
}
#header form#api_selector .input {
display: block;
clear: none;
float: left;
margin: 0 10px 0 0;
}
#header form#api_selector .input input#input_apiKey {
width: 200px;
}
#header form#api_selector .input input#input_baseUrl {
width: 400px;
}
#header form#api_selector .input a#explore {
display: block;
text-decoration: none;
font-weight: bold;
padding: 6px 8px;
font-size: 0.9em;
color: white;
background-color: #547f00;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
#header form#api_selector .input a#explore:hover {
background-color: #547f00;
}
#header form#api_selector .input input {
font-size: 0.9em;
padding: 3px;
margin: 0;
}
#content_message {
margin: 10px 15px;
font-style: italic;
color: #999999;
}
.swagger-ui .topbar {
display: none;
}