diff options
author | Laurent BP <laurent.balland-poirier@laposte.net> | 2022-09-11 17:27:45 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-09-14 20:09:59 +0200 |
commit | 84cfd8c856e5d564e33b93cf3f8cf6ffe3df3793 (patch) | |
tree | 27c6a5c643072ae9954c3d0795718cb73c8beb89 /extras | |
parent | fcbd3882ae2c529c355386e4d2a08b0d3d46ef8b (diff) |
tdf#135060 Modify Sunset template
Remove gradient of hidden rectangle
When using template as master page, styles Accent_x are not imported
This patch add direct formating to keep format when using template as
master page.
Change-Id: I06c85be58593b63f55b3f61100a431f5ccf8c0c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139776
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/templates/presnt/Sunset/styles.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extras/source/templates/presnt/Sunset/styles.xml b/extras/source/templates/presnt/Sunset/styles.xml index 37439484cc5b..5cced0cab123 100644 --- a/extras/source/templates/presnt/Sunset/styles.xml +++ b/extras/source/templates/presnt/Sunset/styles.xml @@ -387,14 +387,14 @@ <style:graphic-properties draw:stroke="none" draw:fill="none" draw:fill-color="#ffffff" draw:textarea-vertical-align="bottom" draw:auto-grow-height="false" fo:min-height="1.485cm"/> <style:paragraph-properties style:writing-mode="lr-tb"/> </style:style> - <style:style style:name="Mgr3" style:family="graphic" style:parent-style-name="Accent_20_3"> - <style:graphic-properties draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="14.25cm" fo:min-width="25.709cm"/> + <style:style style:name="Mgr3" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties svg:stroke-width="0.3cm" svg:stroke-color="#ffffff" draw:stroke-linejoin="miter" draw:fill="solid" draw:fill-color="#2a6099" draw:shadow-offset-x="0.05cm" draw:shadow-offset-y="0.05cm" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="14.25cm" fo:min-width="25.709cm"/> </style:style> - <style:style style:name="Mgr4" style:family="graphic" style:parent-style-name="Accent_20_1"> - <style:graphic-properties draw:stroke="none" draw:fill="solid" draw:fill-color="#111111" draw:opacity="64%" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="14.534cm" fo:min-width="24.784cm"/> + <style:style style:name="Mgr4" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties svg:stroke-width="0.3cm" draw:marker-start-width="0.66cm" draw:marker-end-width="0.66cm" draw:stroke="none" draw:fill="solid" draw:fill-color="#111111" draw:opacity="64%" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="14.534cm" fo:min-width="24.784cm"/> </style:style> - <style:style style:name="Mgr5" style:family="graphic" style:parent-style-name="Accent_20_1"> - <style:graphic-properties draw:fill="gradient" draw:fill-gradient-name="Gradient_20_5" draw:gradient-step-count="0" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="14.25cm" fo:min-width="24.5cm"/> + <style:style style:name="Mgr5" style:family="graphic" style:parent-style-name="standard"> + <style:graphic-properties svg:stroke-width="0.3cm" svg:stroke-color="#ffffff" draw:stroke-linejoin="miter" draw:fill="gradient" draw:fill-gradient-name="Gradient_20_5" draw:gradient-step-count="0" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="14.25cm" fo:min-width="24.5cm"/> </style:style> <style:style style:name="Mgr6" style:family="graphic" style:parent-style-name="standard" style:list-style-name="ML1"> <style:graphic-properties draw:stroke="none" svg:stroke-width="0cm" svg:stroke-color="#808080" draw:marker-start="" draw:marker-start-width="0.2cm" draw:marker-start-center="false" draw:marker-end="" draw:marker-end-width="0.2cm" draw:marker-end-center="false" draw:fill="solid" draw:fill-color="#ffffa6" draw:opacity="4%" draw:textarea-horizontal-align="justify" draw:textarea-vertical-align="middle" draw:auto-grow-height="false" fo:min-height="0.526cm" fo:min-width="12.414cm" fo:padding-top="0.125cm" fo:padding-bottom="0.125cm" fo:padding-left="0.25cm" fo:padding-right="0.25cm" draw:shadow="hidden" draw:shadow-offset-x="0.2cm" draw:shadow-offset-y="0.2cm" draw:shadow-color="#808080"/> |