1/**
2 * This file provides the main design styles for the
3 * bits that surround the content.
4 *
5 * @author Anika Henke <anika@selfthinker.org>
6 * @author Andreas Gohr <andi@splitbrain.org>
7 */
8
9
10/* header
11********************************************************************/
12
13#dokuwiki__header {
14    margin: 0 0 20px -20px;
15    background:url('images/cabecera/rotator.php') no-repeat;
16    background-size: cover;
17-moz-background-size: cover;
18-webkit-background-size: cover;
19}
20#IE7 #dokuwiki__header {
21    margin-top: 2em;
22}
23
24#dokuwiki__header .headings {
25    margin-bottom: 2.1em;
26}
27#dokuwiki__header h1 {
28    margin-left: 20px;
29    margin-top: 100px;
30    margin-bottom: 0.2em;
31    font-size: 3em;
32    text-shadow: 3px 2px 1px #000 !important;
33}
34#dokuwiki__header h1 a {
35    text-decoration: none;
36    color: #F5F5E1;
37    background-color: inherit;
38}
39#dokuwiki__header p.claim {
40    margin-left: 20px;
41    margin-bottom: 0;
42    color: #F5F5E1;
43    text-shadow: 1px 1px 0px #000 !important;
44}
45#dokuwiki__header h2 {
46    margin-bottom: 0;
47    font-size: 1.125em;
48}
49
50#dokuwiki__header .tools {
51    margin-bottom: 2.1em;
52}
53#dokuwiki__header .tools ul {
54    margin-bottom: 0;
55}
56#dokuwiki__header .tools ul li {
57    display: inline;
58}
59
60#dokuwiki__header form.search {
61    margin: 0.5em 0 0;
62    display: block;
63}
64#dokuwiki__header form.search #qsearch__in {
65    width: 12em;
66    margin-right: .5em;
67}
68
69#dokuwiki__header div.breadcrumbs {
70    margin-left: 20px;
71    margin-bottom: .3em;
72}
73#dokuwiki__header div.breadcrumbs a {
74    color: __existing__;
75    background-color: inherit;
76}
77
78
79/* tools
80********************************************************************/
81
82/* make wiki links look the same as tool links in tool bars */
83#dokuwiki__usertools a.wikilink1,
84#dokuwiki__pagetools a.wikilink1,
85#dokuwiki__usertools a.wikilink2,
86#dokuwiki__pagetools a.wikilink2 {
87    color: #00c;
88    border-bottom-width: 0;
89}
90#dokuwiki__usertools a.wikilink2:hover,
91#dokuwiki__pagetools a.wikilink2:hover,
92#dokuwiki__usertools a.wikilink2:active,
93#dokuwiki__pagetools a.wikilink2:active,
94#dokuwiki__usertools a.wikilink2:focus,
95#dokuwiki__pagetools a.wikilink2:focus {
96    text-decoration: underline;
97}
98
99/* highlight selected tool */
100.mode_admin a.action.admin,
101.mode_login a.action.login,
102.mode_register a.action.register,
103.mode_profile a.action.profile,
104.mode_recent a.action.recent,
105.mode_index a.action.index,
106.mode_revisions a.action.revs,
107.mode_backlink a.action.backlink,
108.mode_subscribe a.action.subscribe {
109    font-weight: bold;
110}
111
112/*____________ user tools ____________*/
113
114#dokuwiki__usertools {
115/*    position: absolute;*/
116    top: 0;
117    right: 0;
118    border-bottom: 1px solid __border__;
119/*    background-color: __background_alt__;*/
120    background-color: transparent;
121    width: 100%;
122}
123
124#dokuwiki__usertools ul,
125#dokuwiki__pagetools ul {
126    /* imitate #dokuwiki__site */
127    margin: 0 auto;
128    max-width: 64em;
129    padding: 0 1em;
130}
131#IE6 #dokuwiki__usertools ul {
132    width: 100%;
133}
134#dokuwiki__usertools ul li.user {
135    float: left;
136    margin-left: 0;
137}
138
139/*____________ page tools ____________*/
140
141#dokuwiki__pagetools {
142    position: fixed;
143    bottom: 0;
144    left: 0;
145    border-top: 1px solid __border__;
146    background-color: __background_alt__;
147    width: 100%;
148    z-index: 10;
149}
150#IE6 #dokuwiki__content {
151    margin-bottom: 1.4em;
152}
153#dokuwiki__pagetools ul li {
154    display: inline;
155    margin: 0 1.5em 0 0;
156}
157#dokuwiki__pagetools ul li a.action.top {
158    float: right;
159}
160#IE6 #dokuwiki__pagetools ul,
161#IE7 #dokuwiki__pagetools ul {
162    position: relative;
163}
164#IE6 #dokuwiki__pagetools ul li a.action.top,
165#IE7 #dokuwiki__pagetools ul li a.action.top {
166    position: absolute;
167    top: 0;
168    right: 0;
169}
170
171
172/* sidebar
173********************************************************************/
174
175#dokuwiki__aside {
176    padding-top: .4em;
177    line-height: 1.2;
178}
179
180/* make sidebar more condensed */
181
182#dokuwiki__aside h1 { margin-bottom: .222em; }
183#dokuwiki__aside h2 { margin-bottom: .333em; }
184#dokuwiki__aside h3 { margin-bottom: .444em; }
185#dokuwiki__aside h4 { margin-bottom: .5em; }
186#dokuwiki__aside h5 { margin-bottom: .5714em; }
187
188#dokuwiki__aside p, #dokuwiki__aside ul, #dokuwiki__aside ol, #dokuwiki__aside dl,
189#dokuwiki__aside pre, #dokuwiki__aside table, #dokuwiki__aside fieldset,
190#dokuwiki__aside hr, #dokuwiki__aside blockquote, #dokuwiki__aside address {
191    margin-bottom: .7em;
192}
193
194#dokuwiki__aside ul, #dokuwiki__aside ol {
195    padding-left: 0;
196}
197#dokuwiki__aside li ul, #dokuwiki__aside li ol {
198    margin-bottom: 0;
199}
200
201
202/* content
203********************************************************************/
204
205.dokuwiki .page {
206
207}
208
209 .page {background-image:url('images/background_top.jpg');
210        padding-top: 10px;
211        padding-right: 20px;
212        padding-left: 40px;
213        padding-bottom: 40px;
214        margin-left: -35px;
215       	background-repeat: no-repeat;
216}
217
218
219/*____________ misc ____________*/
220
221/* license note in footer and under edit window */
222.dokuwiki div.license {
223    font-size: 11px;
224    padding-top: 4px;
225    padding-bottom: 10px;
226}
227
228#IE6 .dokuwiki input.button, #IE6 .dokuwiki button,
229#IE7 .dokuwiki input.button, #IE7 .dokuwiki button {
230    line-height: 1.4;
231}
232
233/*____________ JS popup ____________*/
234
235.JSpopup {
236    background-color: __background__;
237    color: __text__;
238    border: 1px solid __border__;
239    line-height: 1.2;
240    padding: 0 .2em;
241}
242
243.JSpopup ul,
244.JSpopup ol {
245    padding-left: 0;
246}
247
248
249/* footer
250********************************************************************/
251
252.dokuwiki .wrapper {
253    margin-bottom: 2.8em;
254}
255#IE6 .dokuwiki .wrapper {
256    margin-bottom: 1.4em;
257}
258
259#dokuwiki__footer {
260    margin-bottom: 1em;
261}
262#IE6 #dokuwiki__footer,
263#IE7 #dokuwiki__footer {
264    height: 1%;
265}
266#dokuwiki__footer .doc {
267    float: left;
268    color: #FFF !important;
269}
270#dokuwiki__footer .top {
271    float: right;
272}
273#dokuwiki__footer .license {
274    clear: both;
275}
276#dokuwiki__footer .license img {
277    margin: 0 .5em 0 0;
278    float: none;
279}
280
281