1/*
2Wikimagination Template for DokuWiki.
3
4http://www.wikimagination.org/
5
62012-09-19 Felix Pleşoianu <felixp7@yahoo.com>
7*/
8body {
9	Color: __text__;
10	Background-color: __background__;
11	Margin: 2%;
12}
13
14#header {
15	Padding-bottom: 1em;
16	Border-collapse: collapse;
17	Text-align: center;
18}
19
20#header #logo {
21	Float: right;
22	Clear: right;
23	Width: 20%;
24}
25
26#header h1 {
27	Font-size: 3em;
28	Font-variant: small-caps;
29	Font-weight: bold;
30	Margin-top: 0;
31	Margin-bottom: 0;
32	Width: 96%;
33	/*Border-right: 5px double __border__;*/
34}
35
36#header h2 {
37	Font-size: 2em;
38	Font-weight: bold;
39	Margin-top: 0;
40	Margin-bottom: 0;
41	Padding-bottom: 0.5em;
42	Width: 96%;
43	Overflow: hidden;
44}
45
46#header form.search {
47	Width: 96%;
48	Vertical-align: middle;
49	Padding-bottom: 0.5em;
50}
51
52#content-area {
53	Width: 96%;
54	Padding-top: 1em;
55	Text-align: center;
56}
57
58#content-area p, #content-area div, #content-area ul, #content-area ol {
59	Text-align: left;
60}
61
62#content-area table {
63	Border-top: 3px double __border__;
64	Border-bottom: 3px double __border__;
65	Margin-top: 1em;
66	Margin-bottom: 1em;
67	Margin-left: auto;
68	Margin-right: auto;
69}
70
71th, td {
72	Margin: 0;
73	Padding: 0.5em;
74	Text-align: left;
75}
76
77th {
78	Font-weight: bold;
79	Font-variant: small-caps;
80	/*Border-bottom: 1px solid __border__;*/
81}
82
83#content-area img {
84	Margin: 0.5em;
85}
86
87#content-area blockquote {
88	Text-align: left;
89	Margin-left: 3em;
90	Margin-right: 3em;
91	Border-left: 3px double __border__;
92	Border-right: 3px double __border__;
93	Padding: 0.5em;
94}
95
96.wikilink1 {
97	Color: __existing__;
98}
99
100.wikilink2 {
101	Color: __missing__;
102}
103
104#dw__toc {
105	Float: left;
106	Font-size: 90%;
107	Margin: 1em;
108	Margin-top: 0;
109	Padding: 1em;
110	Background-color: __background__;
111	Border: 5px ridge __border__;
112}
113
114#dw__toc h3 {
115	Margin: 0;
116	Margin-bottom: 0.5em;
117}
118
119ul.toc {
120	Padding-left: 1em;
121}
122
123#navigation-area {
124	Padding: 0.5em;
125	Width: 96%;
126	Border-top: 3px double __border__;
127	Border-bottom: 3px double __border__;
128}
129
130#site-commands, #page-commands, .link-to-top {
131	Display: none;
132	/*Width: 20%;
133	Text-align: center;
134	Float: right;
135	Clear: right;*/
136}
137
138#site-commands p, #page-commands p {
139	Font-weight: bold;
140	Font-variant: small-caps;
141}
142
143#footer {
144	Clear: both;
145}
146
147#footer address {
148	Width: 96%;
149	Padding: 0.5em;
150	Border-top: 3px double __border__;
151	Border-bottom: 3px double __border__;
152}
153
154input.button {
155	Background-color: __background__;
156	Border: 3px double __border__;
157	Margin-bottom: 0.5em;
158	Font-weight: bold;
159	Font-variant: small-caps;
160	Cursor: pointer;
161}
162
163input.button:hover {
164	Color: __existing__;
165}
166
167form.button input.button, .link-to-top input.button {
168	Width: 11em;
169}
170
171form.search input.button {
172	Margin-bottom: 0;
173}
174
175a img {
176	Border: 0;
177}
178
179/* For the image detail page. */
180dl.img_tags {
181	Border-top: 3px double __border__;
182	Border-bottom: 3px double __border__;
183}
184
185dl.img_tags dt {
186	Font-weight: bold;
187	Font-variant: small-caps;
188}
189
190/* For the media manager page. */
191#media__opts, #media__tree {
192	Position: relative;
193	Top: -3em;
194	Width: 30%;
195	Float: right;
196	Clear: right;
197	Padding: 0.5em;
198	Border-top: 3px double __border__;
199	Border-bottom: 3px double __border__;
200	Margin: 1em;
201	Background-color: __background__;
202}
203
204#media__right div.odd, #media__right div.even {
205	Border-top: 3px double __border__;
206	Margin-top: 1em;
207}
208
209#dw__search, #info-area { Display: none; }
210