1/* Settings Optimized for 1024 pixel secreen width  */
2
3/** Side Bar width and page width are controlled by the width attribute of div.right_page,
4 /*  which is set to 80%. Setting it to  a greater percentage of the overall width makes the
5 /*  side bar smaller and decreasing it makes the sidebar bigger.  Text which is greater
6 /*  than the width of the sidebar will run over into the main page.
7*/
8div#top_bar {
9        padding: 0.2em 0.53em 0 0;
10        width: __top_bar_width__;
11        background-color: white;
12        margin: auto;
13        padding-left: 8px;
14        padding-right:8px;
15}
16
17
18div#bar__bottom {
19        padding: 0.2em 0.53em 0 0;
20        width:  __bottom_bar_width__;
21        padding-left: 8px;
22        padding-right:8px;
23        float:right;
24}
25div#footer { clear: right;
26             padding-top: .5em; padding-left: 12em;    }
27
28body {
29     /* uncomment following line to revert to smaller font size */
30     /*   font: 9pt bold Verdana,"Lucida Grande",Lucida,Helvetica,Arial,sans-serif;color:#333333;  */
31         overflow: scroll;
32    }
33
34
35div#wrapper {
36    margin:auto; ; background-color:#ffffff;
37    padding:0.2em 0.53em 0 0; width: __page_width__ ;
38
39    }
40
41#toggler {
42   padding-top: 0px;
43   padding-bottom: 0px;
44   padding-left: .5em;
45   margin-top: 0px;
46   margin-bottom: 0px;
47   margin-left: 16px;
48}
49
50div.left_sidebar  {
51    float:left;  padding:0.2em 0.5em 1em 2em;  display:block
52
53    }
54div.left_sidebar.ssb_admin  {
55    display:none;
56}
57div.right_page {
58    float:right;  padding:0px; border-left:1px solid #ccc; width: __right_width__ ;
59
60    }
61div.right_page.ssb_admin {
62      padding:0px; border-left:1px solid #ccc; width: 101%;
63
64    }
65.menu_item { font-size: 9pt; font-weight: bold;}
66.menu_title { font-size: 10pt; font-weight: bold;
67              color: #436976;  background-color:#DEE7EC;
68              line-height: 150%;
69            }
70
71div.meta { text-align: right; }
72
73div.dokuwiki div.tags {
74  border-top: 2px dotted __border__;
75  font-size: 95%;
76  text-align: right;
77  clear: both;
78}
79
80div.dokuwiki div.tags span {
81  background: transparent url(images/tag.gif) 0px 1px no-repeat;
82  padding: 1px 0px 1px 16px;
83}
84div#top_bar.ssb_admin { padding-left: 0px; }
85#bar__bottom.ssb_admin { margin-left: 0px;  width: 980px;}
86
87#personal_ssb	{ overflow: auto;  width:  __personal_sbar__width; }