Fixed navigation for documentation HTML pages

This commit is contained in:
William Miceli
2021-02-03 17:05:10 -05:00
parent 47d317cac7
commit b723b3f7e1
63 changed files with 397 additions and 239 deletions

View File

@@ -83,8 +83,8 @@
display: none;
position: absolute;
left: 0; top: 0;
border: 1px solid #88B0E2;
background-color: #F9FBFD;
border: 1px solid #83A5D8;
background-color: #F8FAFD;
z-index: 10001;
padding-top: 4px;
padding-bottom: 4px;
@@ -128,7 +128,7 @@ a.SelectItem:active {
a.SelectItem:hover {
color: #FFFFFF;
background-color: #2A66B0;
background-color: #2E5896;
outline-style: none;
text-decoration: none;
cursor: pointer;
@@ -147,7 +147,7 @@ iframe#MSearchResults {
position: absolute;
left: 0; top: 0;
border: 1px solid #000;
background-color: #EDF3FA;
background-color: #ECF1F9;
z-index:10000;
}
@@ -183,7 +183,7 @@ body.SRPage {
.SRSymbol {
font-weight: bold;
color: #2D6EBD;
color: #325FA2;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
outline: none;
@@ -191,7 +191,7 @@ body.SRPage {
a.SRScope {
display: block;
color: #2D6EBD;
color: #325FA2;
font-family: Arial, Verdana, sans-serif;
text-decoration: none;
outline: none;
@@ -226,7 +226,7 @@ div.searchresults {
/*---------------- External search page results */
.searchresult {
background-color: #EFF4FB;
background-color: #EEF3F9;
}
.pages b {