summaryrefslogtreecommitdiffstats
path: root/documentation/themes/chapter-themes.asciidoc
blob: 727e42b3e964cceeab41727bbd021232987390d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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")))