keycloak-scim/aggregation/navbar-head.html

82 lines
1.1 KiB
HTML
Raw Normal View History

<style>
/* Global Navbar */
ul#globalnav {
background-color: #ededed;
font-family: "Open Sans","DejaVu Sans",sans-serif;
list-style: none;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
position: fixed;
left: 0px;
top: 0px;
font-size: 0.6em;
height: 30px;
}
ul#globalnav::after {
content: "";
display: block;
clear: both;
}
ul#globalnav li {
float: left;
}
ul#globalnav li a {
display: inline-block;
color: #004670;
text-align: center;
padding: 0.75em;
text-decoration: none;
}
ul#globalnav li a:hover {
color: #428bca;
}
#toc.toc2 {
top: 30px;
}
body.toc2 {
padding-top: 30px;
}
@media only screen and (min-width:768px) {
ul#globalnav {
font-size: 0.75em;
height: 40px;
}
#toc.toc2 {
top: 40px;
}
body.toc2 {
padding-top: 40px;
}
}
@media only screen and (min-width:1280px) {
ul#globalnav {
font-size: 1em;
height: 48px;
}
#toc.toc2 {
top: 48px;
}
body.toc2 {
padding-top: 48px;
}
}
</style>