Skip to content

Releases: omeka-s-themes/default

v1.8.0

18 Apr 01:18
Compare
Choose a tag to compare
  • 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

01 Jun 20:52
Compare
Choose a tag to compare
  • Set media render as a default block for media/show.

v1.7.1

07 Feb 19:13
Compare
Choose a tag to compare
  • Fix font weight for Font Awesome usages.

v1.7.0

13 Dec 19:57
a430ada
Compare
Choose a tag to compare
  • Include support for resource page blocks.
  • Update styles to match new core metadata markup.
  • Update dependencies.

v1.6.4

27 May 20:49
Compare
Choose a tag to compare
  • Improves layout of field meta description toggle and add value button on advanced search form.
  • Removes Omeka object that was causing javascript errors on the advanced search form.
  • Updates dependencies and css watch task in gulpfile.

v1.6.3

05 Apr 20:43
Compare
Choose a tag to compare
  • Style value annotations.
  • Update sass task.
  • Add jsTranslate() to layout.phtml.
  • Raise minimum Omeka version.

v1.6.2

22 Nov 19:24
Compare
Choose a tag to compare
  • 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.

v1.6.1

20 Jul 15:10
Compare
Choose a tag to compare
  • Update dependencies.
  • Correct default link color value in setting description. (Fix #22)
  • When looking at the advanced search on mobile resolutions, hide the simple search.
  • Add README and LICENSE.

v1.6.0

06 Oct 20:35
Compare
Choose a tag to compare
  • Updates for compatibility with Omeka S 3.0
  • Adds a skipnav link
  • Styles new cross-site and fulltext search views

v1.5.1

31 Mar 18:44
Compare
Choose a tag to compare
  • Refactor mobile navigation behavior.
  • Update dependencies.