Alma Branding Skin is the customization for Alma elements that are embedded within a Primo (new UI) interface, typically in the Physical Copy (Get It) section in the full details of a record. Examples of such elements include the table of physical holdings for a title, buttons for triggering patron hold requests or showing the item location, and the citation form for purchase requests.
This project involves only style changes (i.e. CSS and images). For changes in text or translation, look for the appropriate code table in Alma.
Use this project to generate a zip file that can be uploaded to Alma.
- Checkout the source (alma_branding_skin) folder from GitHub
$ git checkout https://github.com/smu-libraries/alma_branding_skin.git
- Edit the CSS file branding_skin/css/mashup_new.css
$ npm install -g gulp-cli
- Install project dependencies using NPM
$ npm install
- Run the zip task in gulp
$ gulp zip
The output zip file (skin.zip) will be created in the working directory.
- Go to Alma Configuration > General > [User Interface Settings] Delivery System Skins
- Select the correct skin
- Use the form to upload skin.zip
If the changes are not applying, make sure to read through the Alma-Primo Branding the Delivery Tabs documentation carefully.
Except where otherwise stated, this project is released under the MIT License.