-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update styles and configuration to latest.
- Update styles from upstream Sphinx Book Theme. - In todo directive, replace pencil icon with a clipboard list icon. - For video directive, limit the width to 100% of the page content container. - Add YouTube social icon to configuration. - Rename Twitter social icon to X (formerly Twitter).
- Loading branch information
1 parent
de3f661
commit ce1a32b
Showing
6 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Update styles and configuration to latest. @stevepiercy | ||
- Update styles from upstream Sphinx Book Theme. | ||
- In todo directive, replace pencil icon with a clipboard list icon. | ||
- For video directive, limit the width to 100% of the page content container. | ||
- Add YouTube social icon to configuration. | ||
- Rename Twitter social icon to X (formerly Twitter). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* Add Font Awesome 5 icon for todo */ | ||
:root { | ||
--pst-icon-clipboard-list: '\f46d'; | ||
--pst-icon-admonition-todo: var(--pst-icon-clipboard-list); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/* Prevent videos from overlapping the main content */ | ||
video { | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,6 @@ | |
@import "components/title"; | ||
|
||
@import "content/code"; | ||
|
||
@import "extensions/todo"; | ||
@import "extensions/video"; |
4 changes: 2 additions & 2 deletions
4
src/plone_sphinx_theme/theme/plone-sphinx-theme/static/styles/plone-sphinx-theme.css
Large diffs are not rendered by default.
Oops, something went wrong.