mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
21 lines
1.5 KiB
HTML
21 lines
1.5 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<!-- gdhelp_en.qdoc -->
|
||
|
<title>12 User styles | GoldenDict</title>
|
||
|
<link rel="stylesheet" type="text/css" href="style/offline.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
|
||
|
<h1 class="title">12 User styles</h1>
|
||
|
<!-- $$$cssfiles.html-description -->
|
||
|
<div class="descr" id="details">
|
||
|
<p>To change of dictionary articles presentation you can create the file with styles which will be used while articles output. Such file must be named "article-style.css" and placed in GoldenDict configuration folder beside the "config" file. The "article-style.css" is just style sheet file wrote in accordance with standard html style sheet <a href="http://www.w3.org/Style/CSS/" translate="no">rules</a>. To see a class names used in articles you can call inspector via article context menu.</p>
|
||
|
<p>Also you can tune GoldenDict interface. To make it you should create the "qt-style.css" style sheet file in GoldenDict configuration folder beside the "config" file. The rules for Qt style sheets you can find <a href="http://qt-project.org/doc/qt-4.8/stylesheet-syntax.html" translate="no">here</a>.</p>
|
||
|
<p>The examples of "article-style.css" and "qt-style.css" files you can find in <a href="https://github.com/goldendict/goldendict" translate="no">GoldenDict source code</a>.</p>
|
||
|
</div>
|
||
|
<!-- @@@cssfiles.html -->
|
||
|
</body>
|
||
|
</html>
|