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 row --------------- */
9div.dokuwiki .header {
10  padding: 3px 0 0 2px;
11  background: transparent url(images/header_bg.jpg) no-repeat;
12  background-position: right;
13}
14
15div.dokuwiki .pagename {
16  float: left;
17  font-size: 200%;
18  font-weight: bolder;
19  color: __background_alt__;
20  text-align: left;
21  vertical-align: middle;
22}
23
24div.dokuwiki .pagename a {
25  color: __extern__ !important;
26  text-decoration: none !important;
27}
28
29div.dokuwiki .logo {
30  float: right;
31  font-size: 11px;
32  text-align: right;
33  vertical-align: middle;
34  color: __white__;
35  padding-right: 20px;
36}
37
38div.dokuwiki .logo a {
39  color: __white__ !important;
40  text-decoration: none !important;
41}
42
43/* ---------------  top and bottom bar ---------------- */
44div.dokuwiki .bar {
45  border-top: 1px solid __border__;
46  border-bottom: 1px solid __border__;
47  background: __background_alt__;
48  padding: 0.1em 0.15em;
49  clear: both;
50  background: url(images/toolbar_bg.gif) repeat-x;
51}
52
53div.dokuwiki .bar-left {
54  float: left;
55}
56
57div.dokuwiki .bar-right {
58  float: right;
59  text-align: right;
60}
61
62div.dokuwiki #bar__bottom {
63  margin-bottom:3px;
64}
65
66/* ------------- File Metadata ----------------------- */
67
68div.dokuwiki div.meta {
69  clear: both;
70  margin-top: 1em;
71  color: __text_alt__;
72  font-size: 70%;
73}
74
75div.dokuwiki div.meta div.user {
76  float: left;
77}
78
79div.dokuwiki div.meta div.doc {
80  text-align: right;
81}
82