forked from goldendict/goldendict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
article-style-st-babylon.css
100 lines (82 loc) · 1.59 KB
/
article-style-st-babylon.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
html
{
background-color: white;
}
body
{
background: white;
font-size: 13px;
}
.gdarticle
{
background: white;
}
h3 {
font-size: 1em;
}
::selection
{
background: #4492E8;
color: white;
}
/* Dictionary's name heading */
.gddictname
{
font-weight: normal;
font-size: 11px;
border: none;
border-top-left-radius: 8px;
border-top-right-radius: 0px;
background: #F0EDED;
padding-top: 5px;
padding-bottom: 5px;
}
.gddicticon
{
display: inline;
padding-right: 5px;
}
.gddicticon img
{
border: 0;
height: 16px;
vertical-align: text-top;
}
/* The 'From ' string which preceeds dictionary name in the heading */
.gdfromprefix
{
display: none;
}
/* Move the collapse/expand buttons to the right */
.collapse_expand_area
{
float: right;
margin-right: 2px;
}
.gdexpandicon, .gdexpandicon:hover, .gdcollapseicon, .gdcollapseicon:hover
{
width:15px;
background-position: center;
background-repeat:no-repeat;
vertical-align: text-bottom;
padding-left: -5px;
margin-left: 0px;
}
.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');
}
.bglpos { color: black; font-weight: bold; font-size: 11px; background: #F0EDED; display: inline; }
.bgltrn { color: #808080; font-size: 12px; display: inline; }
a, .mwiki a
{
color: #0066CC;
}