Releases: omeka-s-themes/default
v1.9.1
v1.9.0
Features
Asset block template: 3-column grid
This template is best used for displaying page links with asset images. It lays the assets out in a 3-column grid for widths greater than 800px, then scales down to 2 for widths greater than 400px, then a single column for anything smaller.
Media block template: 2-column cards
This presents media attachments as white cards with the media on the left and metadata on the right, each taking up half the card width. At widths above 800px, it shows as 2 columns. Each card should be a uniform height in its row. This template ignores the vertical vs horizontal layout setting. It looks best with an even number of attachments, each set with a short caption.
HTML class: "spotlight"
Available paired classes: "left-image"
This is intended to pair a user-assigned decorative background image inline with text content, ideal for blocks like "HTML" or "List of sites" for a landing page section . The user must set a background image using the block configuration. By default, the background image is aligned to the right. Users can pair this class with "left-image" to move the background image to the left.
HTML class: "light-accent" and "dark-accent"
These classes provide light and dark backgrounds that bleed to the edge of the browser window. They are intended for use with most page blocks.
Fixes
- Fix awkward wrapping in browse control pagination.
- Fix item set show region widths. (Fix #40)
- Remove references to configurable right sidebar.
v1.8.0
- Offer block templates:
- Asset block template "3-column grid": This template is best used for displaying page links with asset images. It lays the assets out in a 3-column grid for widths greater than 800px, then scales down to 2 for widths greater than 400px, then a single column for anything smaller.
- Media block template "2-column cards": This presents media attachments as white cards with the media on the left and metadata on the right, each taking up half the card width. At widths above 800px, it shows as 2 columns. Each card should be a uniform height in its row. This template ignores the vertical vs horizontal layout setting. It looks best with an even number of attachments, each set with a short caption.
- Offer classes to set on HTML blocks:
- "spotlight": This is intended to pair a user-assigned decorative background image inline with text content. The user must set a background image using the block configuration. By default, the background image is aligned to the right.
- Users can pair this class with "left-image" to move the background image to the left.
- There are also options to set a single color accent background using "light-accent" and "dark-accent".
- Include theme documentation in the README.
- Offer browse body truncation options: fade, clipped with an ellipsis, show full body value.
- Remove unused right sidebar config area.
- Remove susy config from sass.
v1.7.2
v1.7.1
v1.7.0
v1.6.4
v1.6.3
v1.6.2
- Adds banner theme setting. Users can upload a banner image to appear on all pages, set fixed heights for both mobile and desktop resolutions, and assign fixed position for scaling.
- Improve advanced search layout for mobile device resolutions.
- Fix how dropdown menu height works on desktop resolutions.
- Update dependencies.