summaryrefslogtreecommitdiffstats
path: root/documentation/themes/chapter-themes.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/themes/chapter-themes.asciidoc')
-rw-r--r--documentation/themes/chapter-themes.asciidoc37
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")))