Skip to content

Commit

Permalink
footer styling and change link
Browse files Browse the repository at this point in the history
  • Loading branch information
brettesler-ext committed May 29, 2024
1 parent 7f3a056 commit 8d881f8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions template-local/content/assets/css/fhir.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#segment-footer > .container {
background-color: #ff9000;
background-color: #d87600;
}
.navbar-inverse {
background-color: #ff9000;
background-color: #d87600;
}
.navbar-inverse .navbar-nav > li > a:hover {
background-color: #790713;
Expand Down
11 changes: 9 additions & 2 deletions template-local/content/assets/css/hl7.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* Product families should override the following two colors with family-specific colors */
#segment-footer > .container {
background-color: #ff9000;
background-color: #d87600;
}
.navbar-inverse {
background-color: #ff9000;
background-color: #d87600;
}
.navbar-inverse .navbar-nav > li > a:hover {
background-color: #808080;
Expand Down Expand Up @@ -66,4 +66,11 @@
#background-color: yellow;
color: red;
font-weight: bold;
}

:root {
/* -- project styling */
--footer-text-color: #ffffff; /* 24. Footer highlight font color */
--footer-hyperlink-text-color: #ffeedd; /* 25. Footer hyperlinks font color */
--footer-highlight-text-color: #ffeedd; /* 26. Footer highlight font color */
}
7 changes: 7 additions & 0 deletions template-local/includes/fragment-footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Links: <a style="color: var(--footer-hyperlink-text-color)" href="{{site.data.info.assets}}toc.html">Table of Contents</a> |
<a style="color: var(--footer-hyperlink-text-color)" href="qa.html">QA Report</a>
{% for feedbacklink in site.data.features.feedback %}{% if feedbacklink.dashboard %} | <a style="color: var(--footer-hyperlink-text-color)" target="_blank" href="{{feedbacklink.dashboard.url}}">{{feedbacklink.dashboard.label}}</a>{% endif %}{% endfor %}

| <a style="color: var(--footer-hyperlink-text-color)" target="_blank" href="{{site.data.fhir.canonical}}/history.html">Version History</a> |
<a style="color: var(--footer-hyperlink-text-color)" rel="license" href="{{site.data.fhir.path}}license.html"><img style="border-style: none;" alt="CC0" src="cc0.png"/></a> |
<a style="color: var(--footer-hyperlink-text-color)" target="_blank" href="https://sparked.csiro.au/index.php/contact-us">Propose a change</a>

0 comments on commit 8d881f8

Please sign in to comment.