diff options
author | Markus Koivisto <markus@vaadin.com> | 2016-01-22 14:55:18 +0200 |
---|---|---|
committer | Markus Koivisto <markus@vaadin.com> | 2016-01-22 14:55:18 +0200 |
commit | 99d6de546c74f0eed230ea8253dda6b85109d2e7 (patch) | |
tree | 10fc21c557566fe3241e6e13499df18d80f8dcb2 /documentation/themes/chapter-themes.asciidoc | |
parent | 610736d9f373d4b37fd39ff8f90aabd13eab7926 (diff) | |
download | vaadin-framework-99d6de546c74f0eed230ea8253dda6b85109d2e7.tar.gz vaadin-framework-99d6de546c74f0eed230ea8253dda6b85109d2e7.zip |
Add documentation to master branch
Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
Diffstat (limited to 'documentation/themes/chapter-themes.asciidoc')
-rw-r--r-- | documentation/themes/chapter-themes.asciidoc | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/documentation/themes/chapter-themes.asciidoc b/documentation/themes/chapter-themes.asciidoc new file mode 100644 index 0000000000..727e42b3e9 --- /dev/null +++ b/documentation/themes/chapter-themes.asciidoc @@ -0,0 +1,37 @@ +[[themes]] +== Themes + +((("theme", id="term.themes", range="startofrange"))) + + +((("CSS", id="term.themes-css", range="startofrange"))) + + +This chapter provides details about using and creating __themes__ that control +the visual look of web applications. Themes are created using Sass, which is an +extension of CSS (Cascading Style Sheets), or with plain CSS. We provide an +introduction to CSS, especially concerning the styling of HTML by element +classes. + + +include::themes-overview.asciidoc[leveloffset=+2] + +include::themes-css.asciidoc[leveloffset=+2] + +include::themes-sass.asciidoc[leveloffset=+2] + +include::themes-compiling.asciidoc[leveloffset=+2] + +include::themes-creating.asciidoc[leveloffset=+2] + +include::themes-eclipse.asciidoc[leveloffset=+2] + +include::themes-valo.asciidoc[leveloffset=+2] + +include::themes-fonticon.asciidoc[leveloffset=+2] + +include::themes-fonts.asciidoc[leveloffset=+2] + +include::themes-responsive.asciidoc[leveloffset=+2] +(((range="endofrange", startref="term.themes"))) +(((range="endofrange", startref="term.themes-css"))) |