1/**
2 * css
3 *
4 * @author Mirko Windhoff
5 */
6
7body {
8  background-color:white;
9}
10
11table.layout {
12  width: 100%;
13}
14td.layout_left {
15  min-width:10% !important;
16  width:200px !important;
17  background: transparent url(images/body.png) repeat-x 0px -121px;
18}
19td.layout_right {
20  min-width:10% !important;
21  width:200px !important;
22  background: transparent url(images/body.png) repeat-x 0px -121px;
23}
24td.layout_center {
25  padding: 0px;
26}
27
28div.dokuwiki ul {
29  list-style-image: url(images/bullet.png);
30}
31div.dokuwiki ul.admin_tasks, div.dokuwiki ul.acl {
32  list-style: none;
33}
34div.leftbar ul {
35  list-style: none;
36  margin: 0;
37}
38/* sidebar */
39div.leftbar, div.rightbar {
40  padding:0;
41  padding: 1.5em 1em;
42}
43
44/* leftbar */
45div.leftbar li {
46  line-height: 100%;
47}
48div.leftbar a.wikilink1, div.leftbar a.wikilink2, div.leftbar a.mail {
49  display: block;
50  padding: 4px 4px 4px 15px;
51  font-weight: bold;
52}
53div.leftbar a.wikilink1 {
54  color: __extern__ !important;
55}
56div.leftbar a.wikilink1:hover, div.leftbar a.wikilink2:hover {
57  text-decoration: none;
58  color: white !important;
59  background-color: __background_hover__;
60}
61
62/* special headlines */
63div.leftbar h1 a, div.leftbar h2 a, div.leftbar h3 a, div.leftbar h4 a, div.leftbar h5 a {
64  padding: 4px 4px 4px 10px;
65}
66div.leftbar h1, div.leftbar h2, div.leftbar h3, div.leftbar h4, div.leftbar h5 {
67  margin-left:0;
68}
69
70/* indent different sections */
71div.leftbar div.level1 { margin-left: -65px; }
72div.leftbar div.level2 { margin-left: -45px; }
73div.leftbar div.level3 { margin-left: -25px; }
74div.leftbar div.level4 { margin-left: -5px; }
75div.leftbar div.level5 { margin-left: 15px; }
76div.rightbar div.level1 { margin-left: 0.1em; margin-right: 0.1em; }
77div.rightbar div.level2 { margin-left: 0.1em; }
78div.rightbar div.level3 { margin-left: 1px; }
79div.rightbar div.level4 { margin-left: 1px; }
80div.rightbar div.level5 { margin-left: 1px; }
81
82div.leftbar div.secedit input.button {
83  vertical-align: middle;
84  text-decoration: none;
85  margin: 0;
86  padding: 0;
87  font-size: 10px;
88  cursor: pointer;
89  display: inline;
90}
91
92/* garland menu */
93div.top_menu {
94  padding-right: 10px;
95  float:right;
96}
97div.top_menu ul {
98  display:inline;
99}
100div.top_menu ul li {
101  background-image:none;
102  float:left;
103  margin:0;
104  padding:0;
105  display:inline;
106  list-style-type:none;
107  padding:0 0.5em;
108}
109div.top_menu ul li a, div.top_menu ul li a:link, div.top_menu ul li a:visited {
110  background:transparent url(images/bg-navigation-item.png) no-repeat scroll 50% 0;
111  color:white !important;
112  display:block;
113  margin:0 1em;
114  padding:0.75em 0 0;
115}
116div.top_menu ul li a:hover, div.top_menu ul li a.active {
117  background:transparent url(images/bg-navigation-item-hover.png) no-repeat scroll 50% 0;
118  color:white !important;
119}
120#bar__bottomcenter {
121  padding: 4px 0 0 40px;
122}
123/* garland overlap style */
124div.squeeze {
125  background:#ffffff url(images/bg-content.png) repeat-x scroll 50% 0;
126  position:relative;
127  top:-41px;
128  margin-right:10px;
129}
130div.right-corner {
131  background:transparent url(images/bg-content-right.png) no-repeat scroll 100% 0;
132  position:relative;
133  left:10px;
134}
135div.left-corner {
136  background:transparent url(images/bg-content-left.png) no-repeat scroll 0 0;
137  position:relative;
138  left:-10px;
139  margin-left:-10px;
140  min-height:400px;
141  padding:13px 10px 5em 20px;
142}
143div.page {
144  padding-top: 23px;
145}
146/* misc */
147#bar__bottom a img {
148    opacity: 0.5;
149}
150#bar__bottom a:hover img {
151    opacity: 1;
152}
153div.plugin_translation {
154  padding-top: 5px;
155}
156
157div.plugin_translation a, div.plugin_translation span {
158  color: #dddddd;
159}
160div.dokuwiki form.bureaucracy__plugin fieldset {
161float:left;
162width:500px;
163}
164div.dokuwiki pre.code {
165  max-width:80em;
166  overflow:visible;
167  font-family:Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
168  margin-bottom:10px;
169  padding:5px;
170  border:1px dashed #BBBBBB;
171  font-size:100%;
172  line-height:130%;
173}
174