"

Publishing Checklist

  1. Load the cover and check all book information including the metadata
  2. Check the acknowledgements page
  3. Check the about this book page
  4. Add in the navigation page
  5. Add in the version history page.
  6. Export the book
  7. Check the Print PDF for errors
  8. Change the settings to the following:

OER Design Studio Library Button

HTML

<a class="call-to-action" href="https://www.fanshawelibrary.com/oer-collection-2/" target="_blank" rel="noopener noreferrer">
OER Design Studio Library <img src="https://ecampusontario.pressbooks.pub/app/uploads/sites/3267/2025/11/White_maple_leaf_symbol-1.png" width="30" height="30" alt="image" /></a>

CSS

/* Library button */
.book-header__description .call-to-action {
color: white; /*change this to var(--header-color) if using boilerplate, or to desired colour*/
background-color: rgb(34, 34, 34); /*change this to var(--header-bg) if using boilerplate, or to desired colour*/
text-decoration-line: none;
font-size: 1rem;
margin-top: 2rem;
display: table;
}

/* Library button when hovered */
.book-header__description .call-to-action:hover {
background-color: white; /*change this to var(--header-color) if using boilerplate, or to desired colour*/
color: rgb(34, 34, 34); /*change this to var(--header-bg) if using boilerplate, or to desired colour*/
img {
filter: invert(100%);
}
}

 

 

 

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Fanshawe OER Training Guide Copyright © 2024 by Fanshawe College is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.