Skip to content

Commit

Permalink
Completed output + fixed with Aidan's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Jul 7, 2023
1 parent 2bb42dd commit 83e5173
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 68 deletions.
26 changes: 18 additions & 8 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
--md-typeset-kbd-color: rgb(39, 39, 39); /* keyboard key background (<kbd> tag) */
--md-typeset-kbd-accent-color: rgb(126, 126, 126, .16); /* keyboard key inner border (<kbd> tag) */
--md-typeset-kbd-border-color: rgb(30, 30, 30); /* text as keyboard outer border (<kbd> tag) */
--navigation-borders: var(--md-default-fg-color--lighter); /* Left border on the toc and navigation, border of cards */
--navigation-borders: var(--md-primary-fg-color--dark); /* Left border on the toc and navigation, border of cards */
--md-typeset-table-color: var(--navigation-borders); /* table borders (<table> tag) */
--navigation-borders: #115D9750; /* Left border on the toc and navigation */
--card-borders: var(--md-primary-fg-color--dark); /* Borders of cards */
--md-typeset-table-color: var(--card-borders); /* table borders (<table> tag) */
--md-admonition-fg-color: var(--md-typeset-color); /* Main text warnings */
--md-admonition-bg-color: var(--md-default-bg-color); /* Background warnings */
--md-footer-fg-color: var(--md-primary-bg-color); /* footer text (not much used) */
Expand All @@ -75,6 +75,7 @@
--terminal-animation-directory: var(--nri-green);
--terminal-animation-buttons: var(--nri-orange);
--terminal-animation-buttons-hover: var(--nri-dark-blue);

}

[data-md-color-scheme="custom-light"] {
Expand Down Expand Up @@ -126,8 +127,9 @@
--md-typeset-kbd-color: rgb(226, 226, 226); /* keyboard key background (<kbd> tag) */
--md-typeset-kbd-accent-color: rgb(255, 255, 255, .78); /* keyboard key inner border (<kbd> tag) */
--md-typeset-kbd-border-color: rgb(212, 212, 212); /* text as keyboard outer border (<kbd> tag) */
--navigation-borders: var(--md-primary-fg-color--dark); /* Left border on the toc and navigation, border of cards */
--md-typeset-table-color: var(--navigation-borders); /* table borders (<table> tag) */
--navigation-borders: #FAA61950; /* Left border on the toc and navigation */
--card-borders: var(--md-primary-fg-color--dark); /* Borders of cards */
--md-typeset-table-color: var(--card-borders); /* table borders (<table> tag) */
--md-admonition-fg-color: var(--md-typeset-color); /* Main text warnings */
--md-admonition-bg-color: var(--md-default-bg-color); /* Background warnings */
--md-footer-fg-color: var(--md-primary-bg-color); /* footer text (not much used) */
Expand Down Expand Up @@ -157,6 +159,10 @@ h1 {
font-weight: 600 !important;
}

h2 {
font-weight: 500 !important;
}

h3 {
margin: 1em 0 0.4em !important;
}
Expand Down Expand Up @@ -392,7 +398,7 @@ h3 {
display: flex;
justify-content: center;
align-items: center;
border: 1px solid var(--navigation-borders);
border: 1px solid var(--card-borders);
border-radius: 15px;
box-shadow: 6px 6px 10px var(--card-shadows);
}
Expand Down Expand Up @@ -594,6 +600,11 @@ pre>code {
color: var(--terminal-animation-buttons-hover);
}

/* Try to format like the output of `ls` command */
.ls-output-format {
word-spacing: 2em;
word-break: normal;
}

/* ===============================================================
Miscellaneous
Expand Down Expand Up @@ -627,8 +638,7 @@ pre>code {
/* With borders */
.with-border {
border-radius: 7px;
/* border: 2px solid var(--navigation-borders); */
border: 1px solid var(--navigation-borders);
border: 1px solid var(--card-borders);
box-sizing: border-box;
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.
Empty file.
37 changes: 10 additions & 27 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,16 @@ nav:
- ACCESS-OM: models/configurations/access-om.md

- Run a Model:
- models/running-a-model/index.md
- models/run-a-model/index.md
# If we add an additional subsection
# - Getting Started:
# - models/running-a-model/getting_started/index.md
# - Access to Gadi@NCI: models/running-a-model/getting_started/access_to_gadi_at_nci.md
- Computing Access (Gadi@NCI): models/running-a-model/getting_started/access_to_gadi_at_nci.md
- Run ACCESS-ESM: models/running-a-model/running-access-esm.md
- Run ACCESS-CM: models/running-a-model/running-access-cm.md
- Run ACCESS-AM: models/running-a-model/running-access-am.md
- Run ACCESS-OM: models/running-a-model/running-access-om.md
- Computing Access (Gadi@NCI): models/run-a-model/getting_started/access_to_gadi_at_nci.md
- Run ACCESS-ESM: models/run-a-model/run-access-esm.md
- Run ACCESS-CM: models/run-a-model/run-access-cm.md
- Run ACCESS-AM: models/run-a-model/run-access-am.md
- Run ACCESS-OM: models/run-a-model/run-access-om.md

- Model Evaluation:
- model_evaluation/index.md
Expand Down Expand Up @@ -179,8 +179,6 @@ nav:
# Footer
extra:
generator: true
# version:
# provider: mike
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/ACCESS_NRI
Expand All @@ -195,25 +193,10 @@ extra:
provider: google
property: G-2T6SQEH2CX

# Original implementation
# supported: '<a href="https://access-hive.org.au/about/support"><i class="icon-supported" title="Supported by ACCESS-NRI"></i></a>'
# recommended: '<a href="https://access-hive.org.au/about/support"><i class="icon-recommended" title="Recommended by ACCESS-NRI"></i></a>'
# community: '<a href="https://access-hive.org.au/about/support"><i class="icon-community" title="Community Contributed"></i></a>'

# Octicons experimental
# supported: ':octicons-check-circle-24:{ .icon-supported title="Supported by ACCESS-NRI" }'
# recommended: ':octicons-star-24:{ .icon-recommended title="Recommended by ACCESS-NRI" }'
# community: ':octicons-heart-fill-24:{ .heart title="Community contributed" }'

# Material icons experimental
# supported: '<a href="https://access-hive.org.au/about/support"><i class="material-icons icon-supported" title="Supported by ACCESS-NRI">check_circle_outlined</i></a>'
# recommended: '<a href="https://access-hive.org.au/about/support"><i class="material-icons icon-recommended" title="Recommended by ACCESS-NRI">star</i></a>'
# community: '<a href="https://access-hive.org.au/about/support"><i class="material-icons heart" title="Community Contributed">favorite</i></a>'

# Fontawesome icons
supported: '<a href="https://access-hive.org.au/about/support"><span class="icon-supported center-icons"><i class="fa fa-check" title="Supported by ACCESS-NRI"></i></span></a>'
recommended: '<a href="https://access-hive.org.au/about/support"><span class="icon-recommended center-icons"><i class="fa fa-star" title="Recommended by ACCESS-NRI"></i></span></a>'
community: '<a href="https://access-hive.org.au/about/support"><span class="heart center-icons"><i class="heart fa-regular fa-heart" title="Community Contributed"></i></span></a>'
# # Fontawesome icons
# supported: '<a href="https://access-hive.org.au/about/support"><span class="icon-supported center-icons"><i class="fa fa-check" title="Supported by ACCESS-NRI"></i></span></a>'
# recommended: '<a href="https://access-hive.org.au/about/support"><span class="icon-recommended center-icons"><i class="fa fa-star" title="Recommended by ACCESS-NRI"></i></span></a>'
# community: '<a href="https://access-hive.org.au/about/support"><span class="heart center-icons"><i class="heart fa-regular fa-heart" title="Community Contributed"></i></span></a>'

extra_css:
- css/fontello.css
Expand Down

0 comments on commit 83e5173

Please sign in to comment.