Commit grafiek

48 Commits

Auteur SHA1 Bericht Datum
7a07b61b18 Upgrade NPM Dependencies 2019-05-28 22:12:50 +02:00
3982139892 Update npm dependencies 2018-09-21 22:12:07 +02:00
34aa4d5a76 Build with latest crafty 2018-05-05 17:35:12 +02:00
2caa193a16 Fix code blocks presentation 2018-02-27 23:43:36 +01:00
e31be9d02e Added Powered By 2018-02-27 22:47:07 +01:00
e3a156f770 Improve default theme 2018-02-26 22:46:36 +01:00
2a3d513a40 Create a variables file to customize theme easily, lint CSS 2018-02-25 23:02:09 +01:00
3346dec1d6 Use crafty to build css, convert less to scss 2018-02-25 20:12:18 +01:00
91014cef8b Manage table of contents differently 2017-12-11 21:14:18 +01:00
60c7737e8a Use CSS classes for "Modified Date" and "Edit On" in page header 2017-10-26 21:25:51 +02:00
ef36a953b4 Use checkbox instead of changing text 2017-10-19 21:20:58 +02:00
5c95d20280 Embed HTML5 Shiv, fixes 2017-10-18 22:41:07 +02:00
c59fe318c3 Change Daux website 2017-09-13 23:34:48 +02:00
1f84f500c1 Use offline fonts, closes 2017-09-13 23:27:01 +02:00
a825b1a28b Compile theme, a bug put back the old theme 2017-03-01 10:53:56 +01:00
8eb5ad6ae4 Tweak theme and search 2017-02-23 23:15:07 +01:00
cf05db04b6 Update npm dependencies, use yarn 2017-01-09 17:50:45 +01:00
5af481f1ab Upgrade to highlight.js 9.7.0, added all languages 2016-09-30 21:29:10 +02:00
e9cd1e3c27 Remove ribbon, add "Edit on Github" links, fixes 2016-08-17 00:18:34 +02:00
8ac4137007 Show broken links in red, external link with an arrow. fixes 2016-08-16 23:25:06 +02:00
80d4646b2d Update npm packages, remove grunt, lint css, add print styles 2016-08-06 00:14:15 +02:00
948f2aaa39 Fix bugs reported by scrutinizer 2016-07-29 22:38:03 +02:00
b63dfd1cb9 Minify files 2016-07-29 21:56:09 +02:00
05a39eeeff Remove Bootstrap and simplify styles 2016-07-29 21:56:09 +02:00
1127cc600e Improve readability of the theme, fixes 2016-05-05 23:43:37 +02:00
b472a82083 Fix off-by-one error in daux theme media queries 2016-05-01 20:56:23 +02:00
b037a43e2d Add Table Of Contents feature 2016-04-12 08:38:52 +02:00
108545ee10 Fix floating value read 2016-04-08 00:23:12 +02:00
f78a5ec245 Improve toggle usability 2016-04-08 00:13:06 +02:00
2bd1978f0e Add an arrow to open sub-trees, fixes 2016-04-02 13:39:04 +02:00
d4c78ae3f9 Finalize search feature for merge 2016-03-13 21:51:58 +01:00
d52c377d21 safer 2016-01-08 18:04:35 +08:00
fcbc6d84fb while use locally, no need of ribbon 2016-01-08 18:00:44 +08:00
5997820360 Update NPM Dependencies, replace csswring by cssnano 2015-12-22 21:52:22 +01:00
295aee5f77 Create single-page HTML output, prepares the terrain for PDF/ePub output 2015-11-06 22:44:34 +01:00
975f7fdee3 Updated highlightjs to 8.9.1, updated code highlight page, fixes 2015-11-04 23:11:15 +01:00
18a34beac3 Add previous and next links to the pages, fixes 2015-10-28 00:18:29 +01:00
f96659fc6f CSS Tweaking, fixes 2015-10-21 23:46:32 +02:00
be439a3eb9 Fix width of nested elements in float mode, fixes 2015-08-16 22:41:55 +02:00
edb670ba3e Fix float behaviour fixes 2015-08-13 23:03:19 +02:00
abfc3fa597 Change font size for header chevrons, fixes 2015-08-09 23:10:07 +02:00
e343c03d5e Merge all daux themes together and introduce variants 2015-08-09 23:06:50 +02:00
9dca1e09c0 remove bootstrap-js and require-jquery as theme options 2015-08-09 22:19:06 +02:00
f9d87c5c71 Updated libs to use /templates and /themes/{theme}/templates
Renamed /themes/core to /themes/daux
Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides
Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors
Moved fonts from themes variants into /themes/daux/fonts
2015-08-06 16:47:38 -04:00
fca2b4dc6a Refactored /templates and /resources into a single /themes folder. 2015-07-31 11:54:02 -04:00
9ef2f5aee4 Themes integrated as part of Template 2014-10-12 12:55:33 +05:30
39aaad2255 Resolve theme issues with https behind reverse proxy
Resolving 2 issues by changing the protocol to //.
When terminating https at the ACE level the HTTPS field is false
resulting in http requests for css on an https site.

Requesting the Roboto Slab font always goes over http. This is a problem
for browsers when the site is hosted over https.
2014-10-07 14:45:24 -04:00
04a68f3cdd Code rewrite to OOPs base
Update Bootstrap to v3.2 and skim built-in themes to bare essentials
2014-07-31 08:08:22 +05:30