Skip to content

Commit

Permalink
updated link to ALA4R
Browse files Browse the repository at this point in the history
added colour css from commonui-bs3
  • Loading branch information
temi committed Jul 26, 2019
1 parent 0a66ffc commit 1e5508d
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 6 deletions.
25 changes: 24 additions & 1 deletion assets/css/ala-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,27 @@ section#breadcrumb li + li::before{ font-family: 'Glyphicons Halflings';content

/* table of contents floating div */
.toc-floating-menu.affix {position: static;}
.sidebar-col {margin-bottom: 20px;position:relative !important;}
.sidebar-col {margin-bottom: 20px;position:relative !important;}

/* Colours and Swatchs
================================= */
.swatch-colour{height:70px;width:100%;display:block;border-bottom:1px solid #ccc;}
.color--dark-grey{color: #9d9d9d;} .backgroundcolor--dark-grey{background-color: #9d9d9d;}
.color--dark-red{color: #C44D34;} .backgroundcolor--dark-red{background-color: #C44D34;}
.color--green{color: #006435;} .backgroundcolor--green{background-color: #006435;}
.color--medium-blue{color: #2475A4;} .backgroundcolor--medium-blue{background-color: #2475A4;}
.color--medium-grey{color: #637073;} .backgroundcolor--medium-grey{background-color: #637073;}
.color--mellow-red{color: #DF3034;} .backgroundcolor--mellow-red{background-color: #DF3034;}
.color--off-black{color: #212121;} .backgroundcolor--off-black{background-color: #212121;}
.color--off-white{color: #F2F2F2;} .backgroundcolor--off-white{background-color: #F2F2F2;}
.color--pink{color: #D0367D;} .backgroundcolor--pink{background-color: #D0367D;}
.color--primary-red{color: #F26649;} .backgroundcolor--primary-red{background-color: #F26649;}
.color--purple{color: #2E358B;} .backgroundcolor--purple{background-color: #2E358B;}
.color--red{color: #B10E1E;} .backgroundcolor--red{background-color: #B10E1E;}
.color--white{color: #fff !important;} .backgroundcolor--white{background-color: #fff;}
.color--yellow{color: #FFBF47;} .backgroundcolor--yellow{background-color: #FFBF47;}
.color--apple{color: #65B044;} .backgroundcolor--apple{background-color: #65B044;}
.color--flamingo{color: #f26649;} .backgroundcolor--flamingo{background-color: #f26649;}
.color--mojo{color: #C44D34;} .backgroundcolor--mojo{background-color: #C44D34;}
.color-lochmara {color: #0087BE;} .background-lochmara {background-color: #0087BE;}
.color-facebook {color: #507CBE;} .background-facebook {background-color: #507CBE;}
25 changes: 24 additions & 1 deletion build/css/ala-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,27 @@ section#breadcrumb li + li::before{ font-family: 'Glyphicons Halflings';content

/* table of contents floating div */
.toc-floating-menu.affix {position: static;}
.sidebar-col {margin-bottom: 20px;position:relative !important;}
.sidebar-col {margin-bottom: 20px;position:relative !important;}

/* Colours and Swatchs
================================= */
.swatch-colour{height:70px;width:100%;display:block;border-bottom:1px solid #ccc;}
.color--dark-grey{color: #9d9d9d;} .backgroundcolor--dark-grey{background-color: #9d9d9d;}
.color--dark-red{color: #C44D34;} .backgroundcolor--dark-red{background-color: #C44D34;}
.color--green{color: #006435;} .backgroundcolor--green{background-color: #006435;}
.color--medium-blue{color: #2475A4;} .backgroundcolor--medium-blue{background-color: #2475A4;}
.color--medium-grey{color: #637073;} .backgroundcolor--medium-grey{background-color: #637073;}
.color--mellow-red{color: #DF3034;} .backgroundcolor--mellow-red{background-color: #DF3034;}
.color--off-black{color: #212121;} .backgroundcolor--off-black{background-color: #212121;}
.color--off-white{color: #F2F2F2;} .backgroundcolor--off-white{background-color: #F2F2F2;}
.color--pink{color: #D0367D;} .backgroundcolor--pink{background-color: #D0367D;}
.color--primary-red{color: #F26649;} .backgroundcolor--primary-red{background-color: #F26649;}
.color--purple{color: #2E358B;} .backgroundcolor--purple{background-color: #2E358B;}
.color--red{color: #B10E1E;} .backgroundcolor--red{background-color: #B10E1E;}
.color--white{color: #fff !important;} .backgroundcolor--white{background-color: #fff;}
.color--yellow{color: #FFBF47;} .backgroundcolor--yellow{background-color: #FFBF47;}
.color--apple{color: #65B044;} .backgroundcolor--apple{background-color: #65B044;}
.color--flamingo{color: #f26649;} .backgroundcolor--flamingo{background-color: #f26649;}
.color--mojo{color: #C44D34;} .backgroundcolor--mojo{background-color: #C44D34;}
.color-lochmara {color: #0087BE;} .background-lochmara {background-color: #0087BE;}
.color-facebook {color: #507CBE;} .background-facebook {background-color: #507CBE;}
2 changes: 1 addition & 1 deletion build/css/ala-styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
title="Fishmap" href="https://fish.ala.org.au/">Fishmap</a></li>
<li id="menu-item-41589"
class="menu-item menu-item-type-custom menu-item-object-custom"><a title="ALA4R"
href="https://www.ala.org.au/faq/spatial-portal/spatial-portal-case-studies/ala4r/">ALA4R</a>
href="https://support.ala.org.au/support/solutions/folders/6000233099">ALA4R</a>
</li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion build/testPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
title="Fishmap" href="https://fish.ala.org.au/">Fishmap</a></li>
<li id="menu-item-41589"
class="menu-item menu-item-type-custom menu-item-object-custom"><a title="ALA4R"
href="https://www.ala.org.au/faq/spatial-portal/spatial-portal-case-studies/ala4r/">ALA4R</a>
href="https://support.ala.org.au/support/solutions/folders/6000233099">ALA4R</a>
</li>
</ul>
</li>
Expand Down
2 changes: 1 addition & 1 deletion footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h4 class="h4"><a href="https://spatial.ala.org.au/" class="underline">Explore t
title="Fishmap" href="https://fish.ala.org.au/">Fishmap</a></li>
<li id="menu-item-41589"
class="menu-item menu-item-type-custom menu-item-object-custom"><a title="ALA4R"
href="https://www.ala.org.au/faq/spatial-portal/spatial-portal-case-studies/ala4r/">ALA4R</a>
href="https://support.ala.org.au/support/solutions/folders/6000233099">ALA4R</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit 1e5508d

Please sign in to comment.