summaryrefslogtreecommitdiffstats
path: root/src/css
Commit message (Collapse)AuthorAgeFilesLines
...
* show navigation list titlesDan Allen2018-02-071-28/+30
| | | | | | | | | | | | | - show title (level 0) of navigation list - add toggle button next to title of navigation list - hide first level of list by default - indent first level of list - if navigation list has no title * don't output toggle button and text in HTML * automatically expand first level * align first level of list with other navigation list titles - add title of component above navigation menu - tighten spacing in navigation menu
* tweak pre, code, and admonition block font sizesDan Allen2018-02-061-3/+7
|
* update admonition p and code font sizeSarah White2018-02-061-2/+3
| | | | | - add admonition block to title group - add complex admonition to preview source
* add list-style none on inline (flex) listsDan Allen2018-02-042-1/+2
|
* style checklistsDan Allen2018-01-261-2/+25
| | | | | | | - hide default bullet - add list marker using CSS - add checklist to example - reset font style for all i.fa elements
* align templates with UI modelDan Allen2018-01-023-15/+15
| | | | | | | | | | | | | | - align templates with Antora's UI model - add relativize helper to relativize a root relative URL to the current page - add detag helper to strip HTML tags from content - detag page title in HTML title element - replace the term "domain" with "component" - rename navigation-component to navigation-menu - update navigation JavaScript to activate path to current page in navigation tree - update build preview task to assign correct properties on model - update sample UI model - remove page-versions and has-versions helpers - compare selected/latest/current using equality instead of checking boolean property
* remove redundant units on line-height valueDan Allen2017-11-201-2/+2
|
* add JavaScript for mobile navbarDan Allen2017-11-201-5/+1
|
* use back icon for control to hide open navigation menuDan Allen2017-11-181-1/+1
|
* add JavaScript for navigation menuDan Allen2017-11-181-0/+1
|
* add GitHub-inpsired theme for highlight.jsDan Allen2017-10-242-0/+97
|
* add CSS and sample content for articleDan Allen2017-10-243-12/+449
| | | | | - add sample content for testing article styles - add CSS to style article
* add CSS for UI shellDan Allen2017-10-2414-3/+907
| | | | | | | - add CSS for all UI elements outside of article content - add additional CSS classes to be activated by JavaScript - add Roboto and Roboto Mono font packages as dev dependencies - change navigation button in toolbar to a toggle
* add lint:css build taskDan Allen2017-10-071-0/+3
| | | | | | | - add stylelint Gulp plugin - add stylelint standard config - add lint:css build task - rename previous lint build task to lint:js
* resolves #1 add initial Gulp buildDan Allen2017-10-071-0/+0
- add task to compile assets (build) - add task to package assets (pack) - add task to build preview site (build:preview) - add task to preview site with file monitor (preview) - create minimum required files for preview site (stylesheet, default template, index.html)