forked from goldendict/goldendict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
article-style-st-lingoes.css
101 lines (85 loc) · 1.47 KB
/
article-style-st-lingoes.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
101
a
{
color: #2233bb;
text-decoration: none;
}
a:hover
{
color: #6677ff;
}
::selection
{
background: #3399ff;
color: white;
}
body
{
background: #fffef2;
color: black;
font-family: Tahoma, Verdana, SimSun, SimSun-ExtB, sans-serif;
margin: 5px;
}
.gdarticle
{
background: #fffef2;
margin-top: -8px;
position: relative;
}
.gddicticon
{
display: inline;
margin-left: -3px;
padding-right: 5px;
}
.gddicticon img
{
border: 0px;
height: 16px;
vertical-align: text-top;
}
.gdfromprefix
{
display: none;
}
.gddictname
{
display: inline-block;
border: 1px solid #92b0dd;
padding: 0.2em;
padding-left: 0.5em;
padding-right: 0.5em;
margin-top: 1em;
margin-bottom: -0.1em;
background: #cfddf0;
color: #000080;
font-weight: normal;
font-size: 12px;
}
.collapse_expand_area
{
position: absolute;
right: 0px;
}
.gdexpandicon, .gdexpandicon:hover, .gdcollapseicon, .gdcollapseicon:hover
{
background-position: center 35%;
background-repeat:no-repeat;
}
.gdexpandicon {
background-image: url('qrcx://localhost/icons/expand_article.png');
}
.gdexpandicon:hover {
background-image: url('qrcx://localhost/icons/expand_article_hovered.png');
}
.gdcollapseicon {
background-image: url('qrcx://localhost/icons/collapse_article.png');
}
.gdcollapseicon:hover {
background-image: url('qrcx://localhost/icons/collapse_article_hovered.png');
}
.gddictnamebodyseparator
{
display: inline-block;
width: 100%;
border-top: 1px solid #92b0dd;
}