Merge pull request #191 from ASzc/KEYCLOAK-5387
Convert frames.html into non-frame global navigation bar
This commit is contained in:
commit
c843927c75
20 changed files with 105 additions and 75 deletions
81
aggregation/navbar-head.html
Normal file
81
aggregation/navbar-head.html
Normal file
|
@ -0,0 +1,81 @@
|
|||
<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>
|
9
aggregation/navbar.html
Normal file
9
aggregation/navbar.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<ul id="globalnav">
|
||||
<li><a href="../getting_started/{masterFile}.html">Getting Started</a></li>
|
||||
<li><a href="../server_installation/{masterFile}.html">Server Installation</a></li>
|
||||
<li><a href="../securing_apps/{masterFile}.html">Securing Apps</a></li>
|
||||
<li><a href="../server_admin/{masterFile}.html">Server Admin</a></li>
|
||||
<li><a href="../server_development/{masterFile}.html">Server Development</a></li>
|
||||
<li><a href="../authorization_services/{masterFile}.html">Authorization Services</a></li>
|
||||
<li><a href="../upgrading/{masterFile}.html">Upgrading</a></li>
|
||||
</ul>
|
|
@ -1,17 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Documentation Index</title>
|
||||
</head>
|
||||
<style>
|
||||
img {
|
||||
position: absolute;
|
||||
top: 0; bottom:0; left: 0; right:0;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<img src="keycloak_logo.png"/>
|
||||
</body>
|
||||
</html>
|
|
@ -1,47 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Documentation Index</title>
|
||||
</head>
|
||||
<style>
|
||||
body {
|
||||
background-color: #ededed;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
li {
|
||||
float: left;
|
||||
}
|
||||
|
||||
li a {
|
||||
display: inline-block;
|
||||
color: #004670;
|
||||
text-align: center;
|
||||
padding: 5px 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li a:hover {
|
||||
color: #428bca;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<ul>
|
||||
<li><a href="getting_started/${masterFile}.html" target="main">Getting Started</a></li>
|
||||
<li><a href="server_installation/${masterFile}.html" target="main">Server Installation</a></li>
|
||||
<li><a href="securing_apps/${masterFile}.html" target="main">Securing Apps</a></li>
|
||||
<li><a href="server_admin/${masterFile}.html" target="main">Server Admin</a></li>
|
||||
<li><a href="server_development/${masterFile}.html" target="main">Server Development</a></li>
|
||||
<li><a href="authorization_services/${masterFile}.html" target="main">Authorization Services</a></li>
|
||||
<li><a href="upgrading/${masterFile}.html" target="main">Upgrading</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Keycloak Documentation</title>
|
||||
</head>
|
||||
<frameset rows="45px,90%">
|
||||
<frame name="top" src="frames-links.html" frameborder="0"/>
|
||||
<frame name="main" src="frames-index.html" frameborder="0"/>
|
||||
</frameset>
|
||||
</html>
|
1
authorization_services/docinfo-footer.html
Symbolic link
1
authorization_services/docinfo-footer.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar.html
|
1
authorization_services/docinfo.html
Symbolic link
1
authorization_services/docinfo.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar-head.html
|
1
getting_started/docinfo-footer.html
Symbolic link
1
getting_started/docinfo-footer.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar.html
|
1
getting_started/docinfo.html
Symbolic link
1
getting_started/docinfo.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar-head.html
|
1
pom.xml
1
pom.xml
|
@ -99,6 +99,7 @@
|
|||
<idprefix/>
|
||||
<idseparator>-</idseparator>
|
||||
<docinfo1>true</docinfo1>
|
||||
<masterFile>${masterFile}</masterFile>
|
||||
</attributes>
|
||||
<resources>
|
||||
<resource>
|
||||
|
|
1
securing_apps/docinfo-footer.html
Symbolic link
1
securing_apps/docinfo-footer.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar.html
|
1
securing_apps/docinfo.html
Symbolic link
1
securing_apps/docinfo.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar-head.html
|
1
server_admin/docinfo-footer.html
Symbolic link
1
server_admin/docinfo-footer.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar.html
|
1
server_admin/docinfo.html
Symbolic link
1
server_admin/docinfo.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar-head.html
|
1
server_development/docinfo-footer.html
Symbolic link
1
server_development/docinfo-footer.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar.html
|
1
server_development/docinfo.html
Symbolic link
1
server_development/docinfo.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar-head.html
|
1
server_installation/docinfo-footer.html
Symbolic link
1
server_installation/docinfo-footer.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar.html
|
1
server_installation/docinfo.html
Symbolic link
1
server_installation/docinfo.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar-head.html
|
1
upgrading/docinfo-footer.html
Symbolic link
1
upgrading/docinfo-footer.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar.html
|
1
upgrading/docinfo.html
Symbolic link
1
upgrading/docinfo.html
Symbolic link
|
@ -0,0 +1 @@
|
|||
../aggregation/navbar-head.html
|
Loading…
Reference in a new issue