BeeWare Theme Demo¶
Theme checklist¶
Things to manually check:
Titlebar¶
A dark gray titlebar is on the page. This confirms the theme template has been applied.
Header and logo icons¶
The header icon top-left has been rendered. This confirms the template can reference external resources.
The logo icon in the left sidebar has been rendered. This confirms the sidebar will render properly on the target sites.
Heading font¶
Headings are rendered in Cutive. This confirms the BeeWare custom CSS theme has been applied.
Inline Code¶
Inline code is rendered in the same color as the surrounding font. This confirms that the theme has not caused any undesired changes.
This is text with inline code here and inline code here.
Tabbed Content Code¶
Code is in a contrasting color to the background. This confirms that the theme has not caused any undesired changes.
$ git clone https://github.com/beeware/beeware-theme.git
$ git clone https://github.com/beeware/beeware-theme.git
C:\...>git clone https://github.com/beeware/beeware-theme.git
Table Caption Placement¶
Table title renders above the table. This confirms the CSS theme has not caused any undesired changes.
Heading row 1, column 1 |
Heading row 1, column 2 |
|---|---|
Row 1, column 1 |
|
Row 2, column 1 |
Row 2, column 2 |
Custom static content¶
The title of this section is rendered in dark red. This confirms that the docs project can still provide static content.
Final Checks¶
Navigate to BeeWare Theme Demo Section Two for the final checks.