Commit graph

16 commits

Author SHA1 Message Date
Xiao YiFang 21fa719c03 style: minor css changes 2023-04-09 19:41:41 +08:00
shenleban tongying 540dda26ed cleanup: Replace all usages of qrcx://localhost with qrc://
The replacement command:
git grep -l 'qrcx://localhost' | xargs sed -i 's/qrcx:\/\/localhost/qrc:\/\//g'

The qrcx:// URL scheme was introduced in 2009 or earlier - it is present
in the first commit in GoldenDict's git history. Back then GoldenDict
supported Qt versions earlier than 4.6, in which
QWebSecurityOrigin::addLocalScheme() was introduced. Adding the qrc URL
scheme as local obsoletes the qrcx URL scheme. GoldenDict does not
compile against Qt versions earlier than 4.6, so there is no reason to
use this custom URL scheme anymore.

Co-authored-by:  Igor Kushnir <[email protected]>
2023-03-05 15:20:05 -05:00
Xiao YiFang b23e57d08c fix:rtl display in Arabic/Persian language
fix goldendict#1565
2022-10-27 21:30:06 +08:00
Xiao YiFang 382702f753 style: remove css -webkit-user-select and replace with user-select 2022-08-19 19:46:55 +08:00
yifang 8e3dce66e9 style:fix css warning Fixes#21 2022-02-17 20:10:39 +08:00
xiaoyifang 42befe5895 style:Unexpected duplicate selector .dsl_s_wav a, first used at line 220 (no-duplicate-selectors) #16 2022-02-16 21:16:38 +08:00
yifang 037dcfd5a1
imp. : when click article collapse banner,single click to selection should supress 2022-01-20 20:43:42 +08:00
Abs62 022682a4f9 1. One more fix for "Modern" and "Lingoes-blue" styles
2. Set some styles via article-style.css instead of direct command
2017-06-20 17:41:30 +03:00
Abs62 c35dcbeb2b Fix article header in "Modern" and "Lingoes-Blue" styles for very long dictionary names 2014-06-26 18:07:28 +04:00
Abs62 93d3d27944 DSL: Small fix for accent color in "Lingoes-Blue" style 2013-11-27 18:56:29 +04:00
Abs62 7699bd9ff4 DSL: Adjust colors for [p], [ex], [*] tags 2013-11-09 14:36:11 +04:00
Tvangeste f2ebba10fe Adjust fonts for some styles: Modern, Lingoes, Lingoes-Blue 2013-07-26 18:00:48 +02:00
Tvangeste 3be5e5574b Adjust Modern and Lingoes-Blue styles to handle expand/collapse buttons better 2013-06-02 14:34:59 +02:00
Tvangeste eb50478755 DSL compatibility: Enforce the example color even if the childen tags say otherwise 2013-04-21 14:21:59 +02:00
Tvangeste e3d0cb090b Tweaks to Lingoes-Blue style (by anion23) 2013-03-25 09:26:59 +01:00
Tvangeste 994eb998e9 Another lingoes style. The previous one is renamed to Lingoes-Blue 2013-03-24 21:19:03 +01:00