File: article-style-st-lingvo.css

package info (click to toggle)
goldendict-webengine 23.02.05-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,148 kB
  • sloc: cpp: 58,537; javascript: 9,942; ansic: 9,242; xml: 41; makefile: 15; sh: 9
file content (93 lines) | stat: -rw-r--r-- 1,285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
html
{
  background-color: white;
}

body
{
  background: white;
}

a
{
  text-decoration: none;
  color: darkblue;
}

a:hover
{
  text-decoration: underline;
}

.gdarticle
{
  background: white;
}

/* The 'From ' string which preceeds dictionary name in the heading */
.gdfromprefix
{
  display: none;
}

/* Dictionary's name heading */
.gddictname
{
  padding: 0.2em; padding-left: 0.5em;
  margin-bottom: 0.1em; 
  font-size: 14px;
  font-weight: normal;
  float: right;
  border: 1px solid white;
  margin-top: 7px;
  color: #7f7f7f;
  background: white;
}

.gdarticleseparator + script + .gdarticle .gddictname
{
  border-top: 1px solid #ccc;
/*  margin-top: 11px;*/
}

.gdactivearticle .gddictname
{
  font-weight: normal;
  
  float: right;
  border: 1px solid #b3d7f7;
  margin-top: 7px;
  color: #0066ff;
  background: #deecf8;
}

.gdarticleseparator + script + .gdactivearticle .gddictname
{
  border-top: 1px solid #b3d7f7;
/*  margin-top: 11px;*/
}

.gdarticleseparator
{
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0px;
  width: 100%;
  display: inline-block;
  clear: both;
}

.gddictname + h3, .gddictname + .dsl_article > .dsl_headwords
{
  margin-top: 10px;
}

.dsl_ex, .dsl_ex .dsl_opt
{
  color: inherit;
}

.dsl_com
{
  color: black;
}