This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style-light.css
executable file
·95 lines (88 loc) · 2.77 KB
/
style-light.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
#top-bar {
background: url("images/sprite_h_light.png") repeat-x scroll left -196px #eee;
border-color:#bbb;
}
#header {
border-color:#999;
}
/* Top level header menu, default state */
#header-menu-wrap {
background: url(images/sprite_h.png) left -300px repeat-x #ddd;
}
#header-menu > li > a {
color: #000;
}
#header-menu > li > a > span {
color: #484848;
}
#header-menu > li.menu-item-ancestor > a {
background: url(images/sprite_master.png) -877px -192px no-repeat transparent;
}
.rtl #header-menu > li.menu-item-ancestor > a {
background-position: right -60px;
}
/* Top level header menu, hover and current state */
#header-menu > li:hover,
#header-menu > li.current-menu-item,
#header-menu > li.current-menu-ancestor {
background: url(images/sprite_h.png) left -4px repeat-x #eee;
}
#header-menu > li:hover > a,
#header-menu > li.current-menu-item > a,
#header-menu > li.current-menu-ancestor > a {
color: #fff;
}
#header-menu > li:hover > a > span,
#header-menu > li.current-menu-item > a > span,
#header-menu > li.current-menu-ancestor > a > span {
color: #aaa;
}
#header-menu > li.menu-item-ancestor:hover > a,
#header-menu > li.current-menu-item > a,
#header-menu > li.current-menu-ancestor > a {
background-position: -877px -236px;
}
.rtl #header-menu > li.menu-item-ancestor:hover > a,
.rtl #header-menu > li.current-menu-item > a,
.rtl #header-menu > li.current-menu-ancestor > a {
background-position: right -104px;
}
/* Secondary menu */
/* Top level, default state */
#secondary-menu-wrap {
border-top: 1px solid #fff;
background: url(images/sprite_h.png) left -1014px repeat-x #222;
}
#secondary-menu > li > a {
color: #000;
}
#secondary-menu > li.menu-item-ancestor > a {
background: url(images/sprite_master.png) -877px -283px no-repeat transparent;
}
.rtl #secondary-menu > li.menu-item-ancestor > a {
background-position: right -151px;
}
/* Top level, hover and current state */
#secondary-menu > li:hover,
#secondary-menu > li.current-menu-item,
#secondary-menu > li.current-menu-ancestor {
background: url(images/sprite_h.png) left -940px repeat-x #eee;
}
#secondary-menu > li:hover > a,
#secondary-menu > li.current-menu-item > a,
#secondary-menu > li.current-menu-ancestor > a {
color: #fff;
}
#secondary-menu > li.menu-item-ancestor:hover > a,
#secondary-menu > li.current-menu-item > a,
#secondary-menu > li.current-menu-ancestor > a {
background-position: -877px -316px;
}
.rtl #secondary-menu > li.menu-item-ancestor:hover > a,
.rtl #secondary-menu > li.current-menu-item > a,
.rtl #secondary-menu > li.current-menu-ancestor > a {
background-position: right -184px;
}
#top_search button {
background: url("images/sprite_master_light.png") no-repeat scroll -38px top transparent;
}