2017-08-04 12:29:43 +00:00
|
|
|
@media (max-width: 1000px) {
|
|
|
|
#home {
|
2023-05-16 13:19:25 +00:00
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
margin: 0px;
|
|
|
|
background: white url(../logos/logo-banner-dark-256.png) no-repeat center center;
|
|
|
|
height: 94px;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#home a {
|
2023-05-16 13:19:25 +00:00
|
|
|
width: 100%;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#search {
|
2023-05-16 13:19:25 +00:00
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
margin: 0px;
|
|
|
|
background: white;
|
|
|
|
padding: 0px;
|
|
|
|
height: 2em;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#search form {
|
2023-05-16 13:19:25 +00:00
|
|
|
padding: 5px;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api > h1,
|
|
|
|
#the-virtualization-api > h2 {
|
2023-05-16 13:19:25 +00:00
|
|
|
display: none;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#jumplinks {
|
2023-05-16 13:19:25 +00:00
|
|
|
padding: 0px;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0px;
|
|
|
|
height: 1.3em;
|
|
|
|
font-size: 1em;
|
|
|
|
border-top: 3px solid rgb(60, 133, 124);
|
|
|
|
border-bottom: 3px solid rgb(60, 133, 124);
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#jumplinks ul {
|
2023-05-16 13:19:25 +00:00
|
|
|
display: block;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#jumplinks li {
|
2023-05-16 13:19:25 +00:00
|
|
|
margin: 0px;
|
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-right: 0.5em;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#nav {
|
2023-05-16 13:19:25 +00:00
|
|
|
border: 0px;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#search.navhide {
|
2023-05-16 13:19:25 +00:00
|
|
|
display: none !IMPORTANT;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#home.navhide {
|
2023-05-16 13:19:25 +00:00
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
z-index: 9001;
|
|
|
|
width: 6em;
|
|
|
|
display: block;
|
|
|
|
margin: 0px;
|
|
|
|
background: inherit;
|
|
|
|
height: 1.3em;
|
|
|
|
border-top: 3px solid rgb(60, 133, 124);
|
|
|
|
border-bottom: 3px solid rgb(60, 133, 124);
|
|
|
|
font-size: 1em;
|
|
|
|
text-indent: 0px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 1em;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#home.navhide a {
|
2023-05-16 13:19:25 +00:00
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#home.navhide a:hover {
|
2023-05-16 13:19:25 +00:00
|
|
|
color: rgb(255, 230, 0);
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#jumplinks.navhide {
|
2023-05-16 13:19:25 +00:00
|
|
|
position: fixed;
|
|
|
|
text-align: right;
|
|
|
|
top: 0px;
|
|
|
|
z-index: 9000;
|
|
|
|
background: rgb(0, 95, 97);
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#jumplinks.navhide ul {
|
2023-05-16 13:19:25 +00:00
|
|
|
z-index: 9001;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
|
|
|
#body {
|
2023-05-16 13:19:25 +00:00
|
|
|
margin-top: 180px;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api section,
|
|
|
|
#the-virtualization-api .section,
|
2023-05-16 13:50:47 +00:00
|
|
|
#documentation section,
|
|
|
|
#documentation .section,
|
|
|
|
#knowledge-base section,
|
2022-08-03 12:59:14 +00:00
|
|
|
#knowledge-base .section {
|
2023-05-16 15:09:00 +00:00
|
|
|
width: 100%;
|
|
|
|
margin-left: 0px;
|
2023-05-16 13:19:25 +00:00
|
|
|
float: none;
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|
2019-04-05 15:49:05 +00:00
|
|
|
#advancedsearch {
|
2023-05-16 13:19:25 +00:00
|
|
|
margin-top: 4em;
|
|
|
|
border: 0px;
|
|
|
|
background: white;
|
|
|
|
color: black;
|
2019-04-05 15:49:05 +00:00
|
|
|
}
|
2017-08-04 12:29:43 +00:00
|
|
|
}
|