1/**
2 * Tableless Layout for default template
3 *
4 * @author Andreas Gohr <andi@splitbrain.org>
5 * @author moraes <moraes@tipos.com.br>
6 */ /* -------------- top row --------------- */
7div.dokuwiki .header {
8	padding: 3px 0 0 2px;
9}
10
11div.dokuwiki .pagename {
12	float: right;
13	font-size: 120%;
14	font-weight: bolder;
15	color: __background_alt__;
16	text-align: right;
17	vertical-align: middle;
18	top: 0px;
19	left: 0px;
20}
21
22div.dokuwiki .pagename a {
23	color: __extern__ !important;
24	text-decoration: none !important;
25}
26
27div.dokuwiki .logoshadow {
28	clear: both;
29	margin-top: 10px;
30	border-right: 2px solid __shadow__;
31	border-bottom: 2px solid __shadow__;
32	background-color: __shadow__;
33	margin-left: 20%;
34	margin-right: 20%;
35}
36
37div.dokuwiki .logo {
38	background-image: url(__background_image__);
39	background-repeat: repeat;
40	//background-color: #999;
41	background-color: __white__;
42	position: relative;
43	top: -5px;
44	left: -6px;
45	float: none;
46	font-size: 250%;
47	font-weight: bolder;
48	font-variant: small-caps;
49	text-align: center;
50	vertical-align: middle;
51	padding: 10px;
52	padding-bottom: 5px;
53	font-family: monospace;
54	font-weight: bolder;
55	border: 1px solid __black__;
56	clear: both;
57	color: __black__;
58	font-color: __black__;
59}
60
61div.dokuwiki .logo:AFTER {
62	content: "Lesen - Schreiben - Verlegen";
63	display: block;
64	font-weight: bolder;
65	font-variant: small-caps;
66	color: __black__;
67	font-color: __black__;
68}
69
70div.dokuwiki .logo a, div.dokuwiki .logo a:visited{
71	//color: __background__ !important;
72	color: __black__;
73	font-color: __black__;
74	text-decoration: none !important;
75	font-variant: small-caps;
76	letter-spacing: 2pt;
77}
78
79/* ---------------  top and bottom bar ---------------- */
80div.dokuwiki .bar {
81	border-top: 0px solid __border__;
82	border-bottom: 0px solid __border__; //
83	background: __page_background__;
84	padding: 0.0em 0.0em;
85	clear: both;
86}
87
88div.dokuwiki .navigation-bar {
89	border-top: 0px solid __border__;
90	border-bottom: 0px solid __border__;
91	background: __background_alt__;
92	padding: 0.0em 0.0em;
93	clear: both;
94	margin-top: 25px;
95	margin-bottom: 15px;
96}
97
98div.dokuwiki .bar-left {
99	float: left;
100}
101
102div.dokuwiki .bar-right {
103	float: right;
104	text-align: right;
105	bottom: 0px;
106	min-width: 150px;
107	max-width: 10%; //
108	border-top: 1px solid __background_alt__; //
109	border-bottom: 1px solid __background_alt__; //
110	background: __background_alt__;
111	z-index: 99;
112}
113
114div.dokuwiki #bar__topright {
115	position: fixed;
116	right: 0px;
117	top: 0px;
118	height: 18px;
119	float: right;
120	text-align: right;
121	min-width: 150px;
122	max-width: 10%;
123	width: 10%; //
124	border-left: 10px solid __background_alt__;
125	border-top: 2px solid __background_alt__;
126	border-bottom: 1px solid __background_alt__;
127	background: __background_alt__;
128}
129
130div.dokuwiki #bar__bottomright {
131	float: right;
132	text-align: right;
133	bottom: 0px;
134	min-width: 250px;
135	max-width: 80%; //
136	border-top: 1px solid __background_alt__; //
137	border-bottom: 1px solid __background_alt__; //
138	background: __background_alt__;
139	z-index: 99;
140}
141
142div.dokuwiki .rssfeed {
143	float: right;
144	text-align: right;
145	bottom: 0px;
146	background: __background__;
147	font-size: 80%;
148}
149
150div.dokuwiki .commonpages {
151	float: left;
152	text-align: left;
153	bottom: 0px;
154	background: __background__;
155	font-size: 80%;
156	vertical-align: bottom;
157}
158
159div.dokuwiki #bar__bottom {
160	position: fixed;
161	width: 100%;
162	bottom: 0px;
163	right: 0px;
164	left: 0px;
165	max-height: 18px;
166	margin-bottom: 0px;
167}
168
169/* ------------- File Metadata ----------------------- */
170div.dokuwiki div.meta {
171	position: absolute;
172	right: 90%;
173	left: 5%;
174	bottom: 100%;
175	clear: both;
176	float: left;
177	padding-bottom: 1em;
178	margin-top: 1em;
179	color: __text_alt__;
180	font-size: 70%;
181}
182
183div.dokuwiki div.meta div.user {
184	float: left;
185	max-width: 50%;
186	max-height: 2em;
187	overflow: hidden;
188}
189
190div.dokuwiki div.meta div.doc {
191	float: right;
192	text-align: right;
193	max-height: 2em;
194	overflow: hidden;
195	white-space: nowrap;
196	clip: auto;
197}