diff --git a/docs/content/content-themes.html b/docs/content/content-themes.html index 7ce05325..f3a5e6c3 100755 --- a/docs/content/content-themes.html +++ b/docs/content/content-themes.html @@ -24,10 +24,12 @@
The main content area of a page (container with the data-role="content" attribute) should be themed by adding the data-theme attribute to the data-role="page" container to ensure that the background colors are applied to the full page, regardless of the content length. (If you add to the data-theme to the content container, the background color will stop after the content so there may be a gap in color between the content and fixed footer.)
Additionally, the content area can be themed to match the theme of the collapsible header using the data-content-theme attribute.
-<div data-role="page" data-theme="a">
-
+<div data-role="page" data-theme="a" data-content-theme="a">
+
+
To set the color of the collapsible header, add the data-theme attribute to the collapsible container. The icon and body are not currently themable through data attributes, but can be styled directly with custom css.
I have data-theme attribute set manually on my container to set the color to match the content block I'm in.
I have data-content-theme attribute set manually on my container to set the color to match the content block I'm in.
B theme swatch on content & collapsible
@@ -54,6 +60,10 @@I have data-theme attribute set manually on my container to set the color to match the content block I'm in.
I have data-content-theme attribute set manually on my container to set the color to match the content block I'm in.
C theme swatch on content & collapsible
@@ -64,6 +74,10 @@I have data-theme attribute set manually on my container to set the color to match the content block I'm in.
I have data-content-theme attribute set manually on my container to set the color to match the content block I'm in.
D theme swatch on content & collapsible
@@ -74,6 +88,10 @@I have data-theme attribute set manually on my container to set the color to match the content block I'm in.
I have data-content-theme attribute set manually on my container to set the color to match the content block I'm in.
E theme swatch on content & collapsible
@@ -84,6 +102,10 @@I have data-theme attribute set manually on my container to set the color to match the content block I'm in.
I have data-content-theme attribute set manually on my container to set the color to match the content block I'm in.