124 Commits

Author SHA1 Message Date
Bradley Sepos
27285e8760
templates: Improve lightbox script to handle images with srcset attribute. 2018-01-28 07:22:22 -05:00
Bradley Sepos
34aa438d5b
templates: Update to jQuery 3.3.1. 2018-01-28 07:22:22 -05:00
Bradley Sepos
61d85446ff
templates: Update to Featherlight 1.7.12. 2018-01-28 07:22:22 -05:00
Bradley Sepos
c6d0a186c6 template: Add styles for tables. 2016-12-12 16:55:29 -05:00
Bradley Sepos
cf5356491f template: Add temporary hack to handle breadcrumbs edge case.
Eventually the build system should handle the creation of breadcrumb navigation.
2016-11-19 14:45:55 -05:00
Bradley Sepos
a0b229843d template: Invert logic for displaying language and version in breadcrumbs. 2016-11-19 13:44:31 -05:00
Bradley Sepos
1f11462fcd template: Only show system select on articles.
Fixes regression.
2016-11-19 13:44:20 -05:00
Bradley Sepos
f0afc8f11f template: Move text node out of ul element.
Valid HTML now.
2016-11-08 10:24:24 -05:00
Bradley Sepos
ef175ea653 template: Remove charset tag on article element. 2016-11-08 10:02:50 -05:00
Bradley Sepos
8c9bbb3679 template: Fix missing closing tag for span element. 2016-11-08 10:00:48 -05:00
Bradley Sepos
16f19cf3be template: Hardcode text encoding (UTF-8 everywhere). 2016-11-05 03:52:08 -04:00
Bradley Sepos
0e0f97959b template: Wrap yaml with key "Template". 2016-11-05 02:10:02 -04:00
Bradley Sepos
2eb16cb102 template: Use pipe symbol in variables with text filters. 2016-10-27 02:44:14 -04:00
Bradley Sepos
7e1f3a7a94 template: Make credits and license links project-specific.
At least for now, it is easier to leave these out of the build system.
2016-10-27 02:36:25 -04:00
Bradley Sepos
d199e6162e template: Rename document.content variable to document. 2016-10-25 20:27:34 -04:00
Bradley Sepos
37e989ba4a template: Rename advanced navigation variable. 2016-10-25 19:31:51 -04:00
Bradley Sepos
f792a074d3 template: Move partials and assets into subdirectories. 2016-10-18 19:50:47 -04:00
Bradley Sepos
37f14e64db template: Add partials namespace. 2016-10-18 19:36:44 -04:00
Bradley Sepos
b683a9dc6a template: Rename some partials.
This will make more sense for files that include multiple documents (archives).
2016-10-18 19:25:23 -04:00
Bradley Sepos
f9cb4c876a template: Add content template. 2016-10-15 17:50:11 -04:00
Bradley Sepos
cc5925292f template: Remove notice template, move contents to document template. 2016-10-15 17:50:08 -04:00
Bradley Sepos
afe803960a template: Stylesheet cosmetics. 2016-10-10 18:16:43 -04:00
Bradley Sepos
dc5b09b5a3 templates: Fix figure caption spacing issue occuring in certain scenarios. 2016-10-10 18:15:26 -04:00
Bradley Sepos
b09de67551 template: Use proper yaml arrays in configuration. 2016-10-06 12:00:43 -04:00
Bradley Sepos
f970a144dd template: Split fonts stylesheet into individual font stylesheets. 2016-10-05 14:45:32 -04:00
Bradley Sepos
bd4eff03e6 template: Fix CSS bug causing system select to unhide without js. 2016-09-22 18:00:40 -04:00
Bradley Sepos
03a0015bf2 template: Remove fragment identifier when selecting system.
Adds a history state entry if window location has changed, removing fragment identifier due to footnotes.
2016-09-07 06:41:19 -04:00
Bradley Sepos
6b056cd12c template: Improve js selectors scope and performance. 2016-09-07 06:29:45 -04:00
Bradley Sepos
97a919e625 template: Move system select definition from js to html.
Keeps html with html. Slightly more flexible placement for multiple instances later.
2016-09-07 06:22:09 -04:00
Bradley Sepos
298c35374f template: Hide system select and advanced nav when CSS is disabled. 2016-09-07 06:06:30 -04:00
Bradley Sepos
5a17c7d1b1 template: Remove meta and title partials.
Meta and title can only be placed inside head, so they are not reusable outside the base template.
2016-09-07 05:54:32 -04:00
Bradley Sepos
f73f401d99 template: Move styles and scripts inside article tag.
Encapsulating more information within the article tag for embedded output.
2016-09-07 05:49:01 -04:00
Bradley Sepos
f4c5717a5e template: Add document type, lang, and charset to article tag.
Removes document type class from body tag, encapsulating more information within the article tag for embedded output.
2016-09-07 05:43:28 -04:00
Bradley Sepos
e2a8413d47 template: Add styles to hide part of nav on Credits. 2016-08-21 17:06:24 -04:00
Bradley Sepos
9fac6f1d97 template: Show nav for type article instead of type not license. 2016-08-21 17:05:24 -04:00
Bradley Sepos
913660cc46 template: Add footer link and styles for credits. 2016-08-21 16:56:39 -04:00
Bradley Sepos
0aa0a7627b template: Add template and styles for notices. 2016-08-16 15:55:39 -04:00
Bradley Sepos
50bc4cb734 template: Add margins to legal license list items for legibility. 2016-08-12 06:40:09 -04:00
Bradley Sepos
53602dbf48 template: Add styles for nested lists. 2016-08-11 14:10:48 -04:00
Bradley Sepos
b67ac9ad9b template: Tweak figure position at largest breakpoint. 2016-08-11 12:58:33 -04:00
Bradley Sepos
ea4159e4c2 template: Adjust footnote styles. 2016-08-11 12:52:15 -04:00
Bradley Sepos
a57c45c29d template: Add next steps / continue styles. 2016-08-11 12:52:08 -04:00
Bradley Sepos
6c802e3495 template: Tweak alignment of preformatted code blocks. 2016-06-28 16:20:18 -04:00
Bradley Sepos
7fcea084f1 template: Add styles for code and pre. 2016-06-28 14:58:13 -04:00
Bradley Sepos
5f47face52 template: Use positive selectors to target article documents. 2016-05-20 19:49:37 -04:00
Bradley Sepos
89b0f56b52 template: Improve scroll position for fragment identifiers' targets. 2016-05-20 19:34:57 -04:00
Bradley Sepos
f499e055c0 template: Add hint to hardware accelerate rendering of advanced nav. 2016-05-20 18:07:50 -04:00
Bradley Sepos
0861a78277 template: Use relative units where practical. 2016-05-20 18:05:10 -04:00
Bradley Sepos
90d1e6181a template: Move selector for context. 2016-05-20 18:01:26 -04:00
Bradley Sepos
9e8a2803eb template: Refactor scrolling on system select.
Abstract core behavior into function (DRY).
Scroll to first relevant heading near the first selected system section, or not at all (never to top).
2016-05-19 20:26:02 -04:00