summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help3xsl/default.css18
-rw-r--r--help3xsl/online_transform.xsl6
2 files changed, 12 insertions, 12 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 9b7028af4d..2594c5de64 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -86,7 +86,7 @@ h6,
pointer-events: auto;
}
body {
- background-color: #F4F7F7;
+ background-color: #F7F8F7;
margin: 0;
line-height: normal;
}
@@ -159,16 +159,16 @@ pre,
margin-top: 15px;
}
.note {
- border-left: 4px solid #FFDE09;
- background-color: #FFF4D0;
+ border-left: 4px solid #61897C;
+ background-color: #D9E7E2;
}
.tip {
- border-left: 4px solid #38618C;
- background-color: #DAE2EA;
+ border-left: 4px solid #4866AD;
+ background-color: #CDD5E8;
}
.warning {
- border-left: 4px solid #FF5964;
- background-color: #FFE0E2;
+ border-left: 4px solid #D5B177;
+ background-color: #F9EEDC;
}
.noteicon, .notetext {
padding:0.3em;
@@ -260,8 +260,8 @@ h6 {
margin-left: 5px;
}
.howtoget {
- background: #CCF4C6;
- border-left: 4px solid #148603;
+ background: #EBE7E9;
+ border-left: 4px solid #4E4B55;
border-radius: 0 4px 4px 0;
box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2);
padding: 0.3em;
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index f52edfa01a..02a166c637 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -94,9 +94,9 @@
<xsl:variable name="linkpostfix" select="''"/>
<!-- images for notes, tips and warnings -->
-<xsl:variable name="note_img" select="concat($img_url_prefix,'icon-themes/help/note.svg')"/>
-<xsl:variable name="tip_img" select="concat($img_url_prefix,'icon-themes/help/tip.svg')"/>
-<xsl:variable name="warning_img" select="concat($img_url_prefix,'icon-themes/help/warning.svg')"/>
+<xsl:variable name="note_img" select="concat($img_url_prefix,'icon-themes/res/helpimg/note.svg')"/>
+<xsl:variable name="tip_img" select="concat($img_url_prefix,'icon-themes/res/helpimg/tip.svg')"/>
+<xsl:variable name="warning_img" select="concat($img_url_prefix,'icon-themes/res/helpimg/warning.svg')"/>
<!-- Strings for the help UI page -->
<xsl:variable name="tmp_href_ui"><xsl:value-of select="concat($urlpre,'text/shared/help/browserhelp.xhp')"/></xsl:variable>
tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svx/svdomeas.hxx
AgeCommit message (Expand)Author
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-30loplugin:finalclasses svxNoel Grandin
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin
2019-02-13Pointer is pointlessNoel Grandin
2018-09-21remove SdrObject::GetHdl in favour of AddToHdlListNoel Grandin
2018-07-07use std::unique_ptr fo CreateObjectSpecificPropertiesNoel Grandin
2018-07-03use std::unique_ptr for CreateObjectSpecificViewContactNoel Grandin
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin
2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand
2018-05-06svx: remove comment cruftChris Sherlock
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2017-05-04convert EVAnchorMode enum to scoped enumJochen Nitschke
2017-04-26Translate German comments (leftovers in include/svx/)Johnny_M
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-03Fix typosAndrea Gelmini
2016-11-16loplugin:countusersofdefaultparams in include/svx..unotoolsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-01loplugin:countusersofdefaultparamsNoel Grandin
2016-01-10Fix typosAndrea Gelmini