forked from hr6r/yadng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yadng.css
77 lines (60 loc) · 1.18 KB
/
yadng.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
@CHARSET 'UTF-8';
.img_bg {
background-position: 0 center;
background-repeat: no-repeat;
}
.img_bg_header {
padding-left: 40px;
}
.img_bg_label {
padding-left: 20px;
}
#logo {
background-image: url('img/yadng_32.png');
padding-left: 48px;
}
#url_header {
background-image: url('img/world_link.png');
}
#search_header {
background-image: url('img/arrow_out.png');
}
#vote_header {
background-image: url('img/zone.png');
}
#donate_header {
background-image: url('img/moneybox.png');
}
#selected_mode_0_label {
background-image: url('img/shape_move_front.png');
}
#selected_mode_1_label {
background-image: url('img/shape_move_back.png');
}
#index_mode_0_label {
background-image: url('img/tab_right.png');
}
#index_mode_1_label {
background-image: url('img/tab_left.png');
}
.se_input_url {
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 25px;
}
.yadng_zone {
margin: 0 auto 10px auto;
}
.zone_4 {
width: 48px;
}
.zone_9 {
width: 72px;
}
.zone_icon {
background-repeat: no-repeat;
background-position: center center;
width: 24px;
height: 24px;
float: left;
}