diff --git a/Templates.md b/Templates.md index 0357fef..7b892f6 100644 --- a/Templates.md +++ b/Templates.md @@ -18,18 +18,39 @@ To enable the use of a template, configure its name (without the `.html` ending) This is the classic ZeroBin template as used until 0.19 Alpha: -![page ZeroBin template](https://zerobin.dssr.ch/img/0.21/page.png?foo) +![page ZeroBin template](https://zerobin.dssr.ch/img/0.22/page.png) ### bootstrap This is a [bootstrap CSS](http://getbootstrap.com/) based ZeroBin template and the default as of 0.20: -![bootstrap ZeroBin template](https://zerobin.dssr.ch/img/0.21/bootstrap.png?foo) +![bootstrap ZeroBin template](https://zerobin.dssr.ch/img/0.22/bootstrap.png) ### bootstrap-compact This is a slightly modified template based on the bootstrap one above. It moves some options into a drop down and the navigation floats fixed to the top, even when scrolling down: -![bootstrap-compact ZeroBin template](https://zerobin.dssr.ch/img/0.21/bootstrap-compact.png?foo) \ No newline at end of file +![bootstrap-compact ZeroBin template](https://zerobin.dssr.ch/img/0.22/bootstrap-compact.png) + + +### bootstrap-page + +Not everybody liked the order of the "New" and "Send" buttons so they were switched for usability reasons. For those preferring the order as in the classic "page"-template there is this bootstrap CSS based theme: + +![bootstrap ZeroBin template](https://zerobin.dssr.ch/img/0.22/bootstrap-page.png) + + +### bootstrap-dark + +Based on the [darkstrap](https://github.com/danneu/darkstrap) bootstrap CSS theme, this is a dark ZeroBin template: + +![bootstrap ZeroBin template](https://zerobin.dssr.ch/img/0.22/bootstrap-dark.png) + + +### bootstrap-dark-page + +Not everybody liked the order of the "New" and "Send" buttons so they were switched for usability reasons. For those preferring the order as in the classic "page"-template there is this [darkstrap](https://github.com/danneu/darkstrap) based theme: + +![bootstrap ZeroBin template](https://zerobin.dssr.ch/img/0.22/bootstrap-dark-page.png) \ No newline at end of file