1/**
2 * Tableless Layout for default template
3 *
4 * @author Andreas Gohr <andi@splitbrain.org>
5 * @author moraes <moraes@tipos.com.br>
6 */
7
8/* ---------------  top and bottom bar ---------------- */
9div.dokuwiki .bar {
10  background: __background__;
11  padding: 0.1em 0.15em;
12  clear: both;
13  position: fixed;
14  display: inline;
15  opacity: 0.1;
16  bottom: 10px;
17  right: 10px;
18}
19
20div.dokuwiki .bar:hover {
21  opacity: 1.0;
22}
23