Skip to content

davidbasswwu/primo-alma-mashup.css-customizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Primo openurl / Alma mashup.css customizations

Here are the steps I took to change the CSS on our openurl pages (example: http://tinyurl.com/openurl-example) which are powered by ExLibris Alma/Primo:

  1. I modified the existing CSS and created new classes by using Chrome's "inspect element" style editor.

  2. Once I had the CSS I wanted, I added it to a custom CSS file and stored it on our webserver:

http://library.wwu.edu/info/alma/css/viewit_customizations.css

  1. Then I logged-in to Alma, and went to General Configuration > Configuration Menu > Branding/Logo > Digital Delivery > Add Skin, and downloaded the provided "Default Zip file". Unzip that file, and then replace the contents of mashup.css with your custom CSS, or with the following line of code (which points to the CSS file on your web server):

@import url("//your.website.edu/info/alma/css/viewit_customizations.css?year-month-day");

The advantage of hosting the file on your webserver with @import is that you can quickly and easily make changes to the CSS without having to download, unzip, modify, zip, and upload your changes into Alma again. The name of my new skin in Alma is "viewit_customizations".

  1. Zip the files and upload them into Alma.

  2. Login to the Primo Back Office (PBO), go to Advanced Configuration > All Mapping Tables> Delivery > Templates, and append "&req.skin=viewit_customizations" to the end of the following mapping table values:

  • Almaviewit
  • Almaviewit_remote
  • almaviewit_services

Please note:

About

Here are the steps I took to change the CSS on a page like http://tinyurl.com/openurl-example (continue as Guest).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published