Skip to content

Commit edc050c

Browse files
committed
add more information
1 parent 285dbd3 commit edc050c

File tree

6 files changed

+28
-8
lines changed

6 files changed

+28
-8
lines changed

icons.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Icons are shipped via plone.staticresources. Check out the [package.json](https:
3636
* Setup profile to install icon font
3737
* Usage as known from e.g. Font Awesome
3838

39+
3940
# Iconresolver
4041

4142
## Get Icon URL

registry/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Registry and Plone 6 Classic UI
22

3+
* All-new resource registry
34
* No more separation between anonymous and logged in
45
* No more resources
56
* Just regular bundles
67
* Available attributes (TODO)
78

8-
# Order
9+
10+
# Loading order of resources
911

1012
* All registered bundles
1113
* Diazo stuff
1214
* custom.css
15+

theming/barceloneta/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# TTW Customizations in Plone 6 Classic UI
2-
3-
Small CSS changes via control panel in Plone 6 Classic UI's custom.css.
1+
# Plone Classic UI Theming based on Barceloneta
42

53
* TODO
64
* SCSS

theming/diazo/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Plone Classic UI Theming from scratch
1+
# Plone Classic UI Theming with Diazo
22

33
Theming based on Diazo.

theming/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ TODO
88
* Minor CSS changes via controlpanel (TTW)
99
* Theming based on Barceloneta
1010
* Theming from scratch (without dependencies)
11-
* Thiming with Diazo
11+
* Theming with Diazo

theming/ttw/index.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1-
# Plone Classic UI Theming based on Barceloneta
1+
# TTW Customizations in Plone 6 Classic UI
22

3-
Theming based on a filesystem package without any dependency.
3+
Small CSS changes via control panel in Plone 6 Classic UI's custom.css.
4+
5+
* Logo change control panel
6+
* Favicon change via control panel
7+
* Custom CSS (controlpanel)
8+
9+
# Custom CSS
10+
11+
Available via controlpanel
12+
13+
* Custom styles without compilation
14+
* Shipped as last resource after all other CSS files
15+
* Ovierride default CSS
16+
17+
## CSS Variables
18+
19+
* CSS variables are available
20+
* Bootstrap's CSS variables are used
21+
* Use it to tweak colors, fonts, etc.

0 commit comments

Comments
 (0)