1/*
2 * elements for the 'sxs' theme
3 *
4 * @author Don Bowman  <don@lynsoft.co.uk>
5 */
6
7div.dokuwiki #header {
8  background: transparent url(themes/@{ini_theme}/title_bar.jpg);
9}
10
11div.dokuwiki #header_bar {
12  background: transparent;
13}
14
15div.dokuwiki div.preview {
16  background-color: __background_other__;
17}
18
19div.dokuwiki #sitecmd_content, #sitenav_content {
20	background-color: __background_sidebar__;
21}
22
23div.dokuwiki #sitenav a, #sitecmd a, div.user {
24	color: __background_alt__;
25}
26
27div.dokuwiki ul {
28  list-style-image: url(themes/@{ini_theme}/bullet.gif);
29}
30
31div.dokuwiki li.open {
32  list-style-image: url(themes/@{ini_theme}/open.gif);
33}
34
35div.dokuwiki li.closed {
36  list-style-image: url(themes/@{ini_theme}/closed.gif);
37}
38
39div.dokuwiki #sitecmd ul li {
40  background: transparent url(themes/@{ini_theme}/bullet.gif) left top no-repeat;
41}
42
43div.dokuwiki #sitenav ul.idx li.open {
44	background: transparent url(themes/@{ini_theme}/open.gif) left top no-repeat;
45}
46
47div.dokuwiki #sitenav ul li,
48div.dokuwiki #sitenav ul.idx li.closed {
49	background: transparent url(themes/@{ini_theme}/closed.gif) left top no-repeat;
50}
51
52