1/* Main */
2
3pre, code, tt {
4	font-family:monospace;
5}
6
7a.wikilink2, a.wikilink2:visited {
8	color:#CC7286;
9	border-bottom:1px dashed #CC7286;
10	text-decoration:none;
11}
12
13.h6e-entry-title a { text-decoration:none; }
14.h6e-entry-title a:hover { text-decoration:underline; }
15
16/* make the entry-content bigger */
17.h6e-post-content {
18	font-size:1.1em;
19	line-height:1.2em;
20}
21
22.h6e-page-title {
23	margin-bottom:1em;
24}
25
26.user-info {
27	text-align:right;
28	font-size:1.2em;
29	padding:0.5em 1em;
30	position:absolute;
31	top:0;
32	right:0;
33}
34
35.user-info a {
36	padding-left:0.25em;
37}
38
39.actions .a {
40	float:right;
41}
42
43.pageinfo {
44	color:#999;
45	padding-top:2em;
46}
47
48input[type="text"], input[type="password"], input.text, input.button, textarea {
49	font-size:12px;
50}
51
52thead th {
53	background-color:transparent;
54}
55
56.do-page .h6e-entry-title, .do-page .breadcrumbs,
57.do-page .pageinfo, .do-page .actions-page { display:none; }
58
59legend { display:none; }
60
61div.info, div.error, div.success, div.notify {
62	padding:1em 3em;
63	background-position:0.5% 50% ;
64	font-size:1.1em;
65}
66
67div.notify { border-color:#FFD324; }
68
69/* DokuWiki */
70
71div.dokuwiki form, div.no {
72	display:inline;
73	margin:0;
74	padding:0;
75}
76
77.breadcrumbs {
78	margin-bottom:2em;
79}
80
81.footnotes {
82	margin-top:2em;
83}
84
85.fn {
86	font-size:0.9em;
87}
88
89#toc__header {
90	margin-bottom:1em;
91}
92
93#wikipage {
94	min-height:10em;
95}
96
97.secedit {
98	margin-bottom:2em;
99}
100
101.secedit input.button {
102	font-size:0.65em;
103	float:right;
104}
105
106button.toolbutton {
107	border:1px solid #4E5368;
108	background:white;
109	margin-left:0;
110	margin-right:2px;
111}
112
113#wikipage h1 a,
114#wikipage h2 a,
115#wikipage h3 a,
116#wikipage h4 a,
117#wikipage h5 a,
118#wikipage h6 a {
119	background-color:inherit;
120	color:inherit;
121	text-decoration:none;
122}
123
124#wikipage h1 { font-size:1.6em; margin-bottom:1em; margin-top:1em; }
125#wikipage h2 { font-size:1.6em; margin-bottom:1em; margin-top:1em;  }
126
127#wiki__text {
128	width:98%;
129	font-size:1.1em;
130	font-family:Monospace;
131}
132
133#qsearch__in {
134	margin-right:0.5em;
135}
136
137#config__manager fieldset {
138	color:#4E5368;
139	font-size:0.9em;
140	border:1px solid #4E5368;
141	background-color:#F8F9FC;
142	margin:1em 0 2em;
143}
144
145#config__manager tr.default .input,
146#config__manager tr.default input,
147#config__manager tr.default textarea,
148#config__manager tr.default select,
149#config__manager .selectiondefault {
150	background:transparent;
151}
152
153#plugin__manager .plugins fieldset.protected {
154	background:transparent;
155}
156
157#plugin__manager .plugins .button {
158	font-size:12px;
159}
160
161#user__manager .edit {
162	width:100px;
163}
164
165#user__manager tr.disabled {
166	background:none;
167}
168
169#user__manager input[type="image"] {
170	background:none;
171}
172
173/* Medias */
174
175div.dokuwiki div.img_big {
176	float:left;
177	margin-right:2em;
178}
179
180#media__manager #media__opts label {
181	padding-left:2px;
182	padding-top:2px;
183}
184
185#media__manager h2 {
186	padding:0.5em;
187	margin:0;
188}
189
190#media__manager #media__content div.upload {
191	font-size:inherit;
192	padding:0;
193	margin-bottom:0.5em;
194}
195
196/* Link */
197
198.h6e-main-content #link__wiz {
199	border-color:#4E5368;
200}
201
202.h6e-main-content #link__wiz_header {
203	background:none;
204}
205
206.h6e-main-content #link__wiz_result {
207	border-color:#BBBBBB;
208}
209
210/* Admin */
211
212.dokuwiki .h6e-main-content ul.admin_tasks li div.li {
213	font-weight:normal;
214}
215
216.dokuwiki .h6e-main-content ul.admin_tasks {
217	margin-left:0;
218}
219