e.g.
- Code: Select all
MainWindow #body[currentGroup="Bengali"]
- Using black background makes the dictionary title box doted line to disappear. Can we change the color of this doted line?
Cheers
MainWindow #body[currentGroup="Bengali"]
/* Dictionary's name heading */
.gddictname
{
border: 1px solid #C6CED3; padding: 0.5em; padding-left: 0.5em;
margin-top: 1.2em; margin-bottom: 0.1em; font-weight: bold; font-size: 11px;
background: #FFFEF2;
}
goldenaddict wrote:- http://goldendict.org/wiki/index.php/FAQ shows how to change the style according to the language we are translating to or from... how to do the same thing but for a given group?
e.g.
- Code: Select all
MainWindow #body[currentGroup="Bengali"]
- Using black background makes the dictionary title box doted line to disappear. Can we change the color of this doted line?
Cheers
MainWindow #searchPane #translateLine[currentGroup="en"], MainWindow #searchPane #wordList[currentGroup="en"]
{
background: red;
color: black;
font-size: 20px;
}
goldenaddict wrote:Thanks chulai.
I found that .gddictname trick saving an article to html and then opening it with a text editor.
It works great.
I tried your suggestion for applying article changes only to one group (in the example: "Bengali"). It did not work, and I can't find "currentGroup" in the html.
Users browsing this forum: No registered users and 4 guests