[Libreoffice-bugs] [Bug 142531] Online Help: include the css files for each individual language
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri May 28 11:44:12 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=142531
--- Comment #3 from Olivier Hallot <olivier.hallot at libreoffice.org> ---
All the css mentioned (helpcontent2/source/auxiliary/$lang/default.css) are
obsolete since we changed our Help.
Although your solution is feasible, I would prefer not to split css in
languages (you are the first to ask for this change). The diff between en-US
and zh-CN in 2005 is below. I note that zh-CN has some special fonts, not
required in western languages.
Anyway please give us here your suggested changes for zh-CN for investigation.
-------------------8<-----------------------
olivier at olivier-ntbk:~/tmp2/help/source/auxiliary/zh-CN$ diff default.css
../en-US/default.css
23c23
< + CHINESE SIMPL +
---
> + WESTERN LANGUAGES +
25c25
< + LAST CHANGES: 24-MAR-2005 +
---
> + LAST CHANGES: 15-NOV-2004 +
30,31c30,31
< body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent,
.tablecontentintable
< { font-family: 方正宋体,"MSung Light
SC",SimSun,FZSongYi,FZShuSong,NSimSun,"Andale Sans UI","Arial Unicode
MS","Lucida Sans Unicode",Song; }
---
> body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable
> { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; }
34c34
< { font-family: 方正宋体,"MSung Light SC","Cumberland
AMT",Cumberland,Courier New,Courier,"Lucida Sans Typewriter","Lucida
Typewriter",Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;}
---
> { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; }
55c55
< { font-size: 11pt; }
---
> { font-size: 11pt; margin-top: 2px; margin-bottom: 2px;}
79c79
< { background:#EEEEEE;}
---
> { background:#EEEEEE; margin: 0px;}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210528/23f252e6/attachment.htm>
More information about the Libreoffice-bugs
mailing list