source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/greenstone/themes/sxs/style.css@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.1 KB
Line 
1/*
2 * elements for the 'sxs' theme
3 *
4 * @author Don Bowman <[email protected]>
5 */
6
7div.dokuwiki #header {
8 background: transparent url(themes/__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/__theme__/bullet.gif);
29}
30
31div.dokuwiki li.open {
32 list-style-image: url(themes/__theme__/open.gif);
33}
34
35div.dokuwiki li.closed {
36 list-style-image: url(themes/__theme__/closed.gif);
37}
38
39div.dokuwiki #sitecmd ul li {
40 background: transparent url(themes/__theme__/bullet.gif) left top no-repeat;
41}
42
43div.dokuwiki #sitenav ul.idx li.open {
44 background: transparent url(themes/__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/__theme__/closed.gif) left top no-repeat;
50}
51
Note: See TracBrowser for help on using the repository browser.