forked from goldendict/goldendict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
article-style-st-lingvo.css
100 lines (84 loc) · 1.39 KB
/
article-style-st-lingvo.css
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
94
95
96
97
98
99
100
html
{
background-color: white;
}
body
{
background: white;
}
a
{
text-decoration: none;
color: darkblue;
}
a:hover
{
text-decoration: underline;
}
.gdarticle
{
background: white;
}
/* Dictionary's name heading */
.gddictname
{
border: 1px dotted black; padding: 0.2em; padding-left: 0.5em;
margin-top: 1.2em; margin-bottom: 0.1em; font-weight: bold; font-size: 14px;
background: #87CEEB;
}
/* The 'From ' string which preceeds dictionary name in the heading */
.gdfromprefix
{
display: none;
}
.gddictname
{
font-size: 13px;
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-size: 13px;
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;
}