OSDN Git Service

Adds a setting for new projects default modules (#1797).
[redminele/redmine.git] / public / stylesheets / application.css
1 body { font-family: Verdana, sans-serif; font-size: 12px; color:#484848; margin: 0; padding: 0; min-width: 900px; }
2
3 h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, sans-serif;}
4 h1 {margin:0; padding:0; font-size: 24px;}
5 h2, .wiki h1 {font-size: 20px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
6 h3, .wiki h2 {font-size: 16px;padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #444;}
7 h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
8
9 /***** Layout *****/
10 #wrapper {background: white;}
11
12 #top-menu {background: #2C4056; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
13 #top-menu ul {margin: 0;  padding: 0;}
14 #top-menu li {
15   float:left;
16   list-style-type:none;
17   margin: 0px 0px 0px 0px;
18   padding: 0px 0px 0px 0px;
19   white-space:nowrap;
20 }
21 #top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
22 #top-menu #loggedas { float: right; margin-right: 0.5em; color: #fff; }
23
24 #account {float:right;}
25
26 #header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;}
27 #header a {color:#f8f8f8;}
28 #header h1 a.ancestor { font-size: 80%; }
29 #quick-search {float:right;}
30
31 #main-menu {position: absolute;  bottom: 0px;  left:6px; margin-right: -500px;}
32 #main-menu ul {margin: 0;  padding: 0;}
33 #main-menu li {
34   float:left;
35   list-style-type:none;
36   margin: 0px 2px 0px 0px;
37   padding: 0px 0px 0px 0px;
38   white-space:nowrap;
39 }
40 #main-menu li a {
41   display: block;
42   color: #fff;
43   text-decoration: none;
44   font-weight: bold;
45   margin: 0;
46   padding: 4px 10px 4px 10px;
47 }
48 #main-menu li a:hover {background:#759FCF; color:#fff;}
49 #main-menu li a.selected, #main-menu li a.selected:hover {background:#fff; color:#555;}
50
51 #main {background-color:#EEEEEE;}
52
53 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
54 * html #sidebar{ width: 17%; }
55 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666;  }
56 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
57 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
58
59 #content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
60 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
61 html>body #content { min-height: 600px; } 
62 * html body #content { height: 600px; } /* IE */
63
64 #main.nosidebar #sidebar{ display: none; }
65 #main.nosidebar #content{ width: auto; border-right: 0; }
66
67 #footer {clear: both; border-top: 1px solid #bbb; font-size: 0.9em; color: #aaa; padding: 5px; text-align:center; background:#fff;}
68
69 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
70 #login-form table td {padding: 6px;}
71 #login-form label {font-weight: bold;}
72 #login-form input#username, #login-form input#password { width: 300px; }
73
74 input#openid_url { background: url(../images/openid-bg.gif) no-repeat; background-color: #fff; background-position: 0 50%; padding-left: 18px; }
75
76 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
77
78 /***** Links *****/
79 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
80 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
81 a img{ border: 0; }
82
83 a.issue.closed, a.issue.closed:link, a.issue.closed:visited { color: #999; text-decoration: line-through; }
84
85 /***** Tables *****/
86 table.list { border: 1px solid #e4e4e4;  border-collapse: collapse; width: 100%; margin-bottom: 4px; }
87 table.list th {  background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
88 table.list td { vertical-align: top; }
89 table.list td.id { width: 2%; text-align: center;}
90 table.list td.checkbox { width: 15px; padding: 0px;}
91 table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
92 table.list td.buttons a { padding-right: 0.6em; }
93  
94 tr.project td.name a { padding-left: 16px; white-space:nowrap; }
95 tr.project.parent td.name a { background: url('../images/bullet_toggle_minus.png') no-repeat; }
96
97 tr.issue { text-align: center; white-space: nowrap; }
98 tr.issue td.subject, tr.issue td.category, td.assigned_to { white-space: normal; }
99 tr.issue td.subject { text-align: left; }
100 tr.issue td.done_ratio table.progress { margin-left:auto; margin-right: auto;}
101
102 tr.entry { border: 1px solid #f8f8f8; }
103 tr.entry td { white-space: nowrap; }
104 tr.entry td.filename { width: 30%; }
105 tr.entry td.size { text-align: right; font-size: 90%; }
106 tr.entry td.revision, tr.entry td.author { text-align: center; }
107 tr.entry td.age { text-align: right; }
108 tr.entry.file td.filename a { margin-left: 16px; }
109
110 tr span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
111 tr.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
112
113 tr.changeset td.author { text-align: center; width: 15%; }
114 tr.changeset td.committed_on { text-align: center; width: 15%; }
115
116 table.files tr.file td { text-align: center; }
117 table.files tr.file td.filename { text-align: left; padding-left: 24px; }
118 table.files tr.file td.digest { font-size: 80%; }
119
120 table.members td.roles, table.memberships td.roles { width: 45%; }
121
122 tr.message { height: 2.6em; }
123 tr.message td.last_message { font-size: 80%; }
124 tr.message.locked td.subject a { background-image: url(../images/locked.png); }
125 tr.message.sticky td.subject a { background-image: url(../images/sticky.png); font-weight: bold; }
126
127 tr.version.closed, tr.version.closed a { color: #999; }
128
129 tr.user td { width:13%; }
130 tr.user td.email { width:18%; }
131 tr.user td { white-space: nowrap; }
132 tr.user.locked, tr.user.registered { color: #aaa; }
133 tr.user.locked a, tr.user.registered a { color: #aaa; }
134
135 tr.time-entry { text-align: center; white-space: nowrap; }
136 tr.time-entry td.subject, tr.time-entry td.comments { text-align: left; white-space: normal; }
137 td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
138 td.hours .hours-dec { font-size: 0.9em; }
139
140 table.plugins td { vertical-align: middle; }
141 table.plugins td.configure { text-align: right; padding-right: 1em; }
142 table.plugins span.name { font-weight: bold; display: block; margin-bottom: 6px; }
143 table.plugins span.description { display: block; font-size: 0.9em; }
144 table.plugins span.url { display: block; font-size: 0.9em; }
145
146 table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; }
147 table.list tbody tr.group span.count { color: #aaa; font-size: 80%; }
148
149 table.list tbody tr:hover { background-color:#ffffdd; }
150 table.list tbody tr.group:hover { background-color:inherit; }
151 table td {padding:2px;}
152 table p {margin:0;}
153 .odd {background-color:#f6f7f8;}
154 .even {background-color: #fff;}
155
156 a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
157 a.sort.asc  { background-image: url(../images/sort_asc.png); }
158 a.sort.desc { background-image: url(../images/sort_desc.png); }
159
160 table.attributes { width: 100% }
161 table.attributes th { vertical-align: top; text-align: left; }
162 table.attributes td { vertical-align: top; }
163
164 td.center {text-align:center;}
165
166 .highlight { background-color: #FCFD8D;}
167 .highlight.token-1 { background-color: #faa;}
168 .highlight.token-2 { background-color: #afa;}
169 .highlight.token-3 { background-color: #aaf;}
170
171 .box{
172 padding:6px;
173 margin-bottom: 10px;
174 background-color:#f6f6f6;
175 color:#505050;
176 line-height:1.5em;
177 border: 1px solid #e4e4e4;
178 }
179
180 div.square {
181  border: 1px solid #999;
182  float: left;
183  margin: .3em .4em 0 .4em;
184  overflow: hidden;
185  width: .6em; height: .6em;
186 }
187 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px; padding-left: 10px; font-size:0.9em;}
188 .contextual input, .contextual select {font-size:0.9em;}
189 .message .contextual { margin-top: 0; }
190
191 .splitcontentleft{float:left; width:49%;}
192 .splitcontentright{float:right; width:49%;}
193 form {display: inline;}
194 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
195 fieldset {border: 1px solid #e4e4e4; margin:0;}
196 legend {color: #484848;}
197 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
198 blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 2.4em;}
199 blockquote blockquote { margin-left: 0;}
200 textarea.wiki-edit { width: 99%; }
201 li p {margin-top: 0;}
202 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
203 p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;}
204 p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; } 
205 p.footnote { font-size: 0.9em; margin-top: 0px; margin-bottom: 0px; }
206
207 fieldset.collapsible { border-width: 1px 0 0 0; font-size: 0.9em; }
208 fieldset.collapsible legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; }
209 fieldset.collapsible.collapsed legend { background-image: url(../images/arrow_collapsed.png); }
210
211 fieldset#date-range p { margin: 2px 0 2px 0; }
212 fieldset#filters table { border-collapse: collapse; }
213 fieldset#filters table td { padding: 0; vertical-align: middle; }
214 fieldset#filters tr.filter { height: 2em; }
215 fieldset#filters td.add-filter { text-align: right; vertical-align: top; }
216 .buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
217
218 div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
219 div#issue-changesets .changeset { padding: 4px;}
220 div#issue-changesets .changeset { border-bottom: 1px solid #ddd; }
221 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
222
223 div#activity dl, #search-results { margin-left: 2em; }
224 div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
225 div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
226 div#activity dt.me .time { border-bottom: 1px solid #999; }
227 div#activity dt .time { color: #777; font-size: 80%; }
228 div#activity dd .description, #search-results dd .description { font-style: italic; }
229 div#activity span.project:after, #search-results span.project:after { content: " -"; }
230 div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; }
231
232 #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; }
233
234 div#search-results-counts {float:right;}
235 div#search-results-counts ul { margin-top: 0.5em; }
236 div#search-results-counts  li { list-style-type:none; float: left; margin-left: 1em; }
237   
238 dt.issue { background-image: url(../images/ticket.png); }
239 dt.issue-edit { background-image: url(../images/ticket_edit.png); }
240 dt.issue-closed { background-image: url(../images/ticket_checked.png); }
241 dt.issue-note { background-image: url(../images/ticket_note.png); }
242 dt.changeset { background-image: url(../images/changeset.png); }
243 dt.news { background-image: url(../images/news.png); }
244 dt.message { background-image: url(../images/message.png); }
245 dt.reply { background-image: url(../images/comments.png); }
246 dt.wiki-page { background-image: url(../images/wiki_edit.png); }
247 dt.attachment { background-image: url(../images/attachment.png); }
248 dt.document { background-image: url(../images/document.png); }
249 dt.project { background-image: url(../images/projects.png); }
250 dt.time-entry { background-image: url(../images/time.png); }
251
252 #search-results dt.issue.closed { background-image: url(../images/ticket_checked.png); }
253
254 div#roadmap fieldset.related-issues { margin-bottom: 1em; }
255 div#roadmap fieldset.related-issues ul { margin-top: 0.3em; margin-bottom: 0.3em; }
256 div#roadmap .wiki h1:first-child { display: none; }
257 div#roadmap .wiki h1 { font-size: 120%; }
258 div#roadmap .wiki h2 { font-size: 110%; }
259
260 div#version-summary { float:right; width:380px; margin-left: 16px; margin-bottom: 16px; background-color: #fff; }
261 div#version-summary fieldset { margin-bottom: 1em; }
262 div#version-summary .total-hours { text-align: right; }
263
264 table#time-report td.hours, table#time-report th.period, table#time-report th.total { text-align: right; padding-right: 0.5em; }
265 table#time-report tbody tr { font-style: italic; color: #777; }
266 table#time-report tbody tr.last-level { font-style: normal; color: #555; }
267 table#time-report tbody tr.total { font-style: normal; font-weight: bold; color: #555; background-color:#EEEEEE; }
268 table#time-report .hours-dec { font-size: 0.9em; }
269
270 form#issue-form .attributes { margin-bottom: 8px; }
271 form#issue-form .attributes p { padding-top: 1px; padding-bottom: 2px; }
272 form#issue-form .attributes select { min-width: 30%; }
273
274 ul.projects { margin: 0; padding-left: 1em; }
275 ul.projects.root { margin: 0;  padding: 0; }
276 ul.projects ul { border-left: 3px solid #e0e0e0; }
277 ul.projects li { list-style-type:none; } 
278 ul.projects li.root { margin-bottom: 1em; }
279 ul.projects li.child { margin-top: 1em;}
280 ul.projects div.root a.project { font-family: "Trebuchet MS", Verdana, sans-serif; font-weight: bold; font-size: 16px; margin: 0 0 10px 0; }
281 .my-project { padding-left: 18px; background: url(../images/fav.png) no-repeat 0 50%; }
282
283 #tracker_project_ids ul { margin: 0;  padding-left: 1em; }
284 #tracker_project_ids li { list-style-type:none; } 
285
286 ul.properties {padding:0; font-size: 0.9em; color: #777;}
287 ul.properties li {list-style-type:none;}
288 ul.properties li span {font-style:italic;}
289
290 .total-hours { font-size: 110%; font-weight: bold; }
291 .total-hours span.hours-int { font-size: 120%; }
292
293 .autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em;}
294 #user_firstname, #user_lastname, #user_mail, #my_account_form select { width: 90%; }
295
296 .pagination {font-size: 90%}
297 p.pagination {margin-top:8px;}
298
299 /***** Tabular forms ******/
300 .tabular p{
301 margin: 0;
302 padding: 5px 0 8px 0;
303 padding-left: 180px; /*width of left column containing the label elements*/
304 height: 1%;
305 clear:left;
306 }
307
308 html>body .tabular p {overflow:hidden;}
309
310 .tabular label{
311 font-weight: bold;
312 float: left;
313 text-align: right;
314 margin-left: -180px; /*width of left column*/
315 width: 175px; /*width of labels. Should be smaller than left column to create some right 
316 margin*/
317 }
318
319 .tabular label.floating{
320 font-weight: normal;
321 margin-left: 0px;
322 text-align: left;
323 width: 270px;
324 }
325
326 .tabular label.block{
327 font-weight: normal;
328 margin-left: 0px !important;
329 text-align: left;
330 float: none;
331 display: block;
332 width: auto;
333 }
334
335 input#time_entry_comments { width: 90%;}
336
337 #preview fieldset {margin-top: 1em; background: url(../images/draft.png)}
338
339 .tabular.settings p{ padding-left: 300px; }
340 .tabular.settings label{ margin-left: -300px; width: 295px; }
341
342 .required {color: #bb0000;}
343 .summary {font-style: italic;}
344
345 #attachments_fields input[type=text] {margin-left: 8px; }
346
347 div.attachments { margin-top: 12px; }
348 div.attachments p { margin:4px 0 2px 0; }
349 div.attachments img { vertical-align: middle; }
350 div.attachments span.author { font-size: 0.9em; color: #888; }
351
352 p.other-formats { text-align: right; font-size:0.9em; color: #666; }
353 .other-formats span + span:before { content: "| "; }
354
355 a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px 3px 16px; }
356
357 /* Project members tab */
358 div#tab-content-members .splitcontentleft, div#tab-content-memberships .splitcontentleft, div#tab-content-users .splitcontentleft { width: 64% }
359 div#tab-content-members .splitcontentright, div#tab-content-memberships .splitcontentright, div#tab-content-users .splitcontentright { width: 34% }
360 div#tab-content-members fieldset, div#tab-content-memberships fieldset, div#tab-content-users fieldset { padding:1em; margin-bottom: 1em; }
361 div#tab-content-members fieldset legend, div#tab-content-memberships fieldset legend, div#tab-content-users fieldset legend { font-weight: bold; }
362 div#tab-content-members fieldset label, div#tab-content-memberships fieldset label, div#tab-content-users fieldset label { display: block; }
363 div#tab-content-members fieldset div, div#tab-content-users fieldset div { max-height: 400px; overflow:auto; }
364
365 table.members td.group { padding-left: 20px; background: url(../images/users.png) no-repeat 0% 0%; }
366
367 * html div#tab-content-members fieldset div { height: 450px; }
368
369 /***** Flash & error messages ****/
370 #errorExplanation, div.flash, .nodata, .warning {
371     padding: 4px 4px 4px 30px;
372     margin-bottom: 12px;
373         font-size: 1.1em;
374         border: 2px solid;
375 }
376
377 div.flash {margin-top: 8px;}
378
379 div.flash.error, #errorExplanation {
380     background: url(../images/false.png) 8px 5px no-repeat;
381         background-color: #ffe3e3;
382         border-color: #dd0000;
383         color: #550000;
384 }
385
386 div.flash.notice {
387     background: url(../images/true.png) 8px 5px no-repeat;
388         background-color: #dfffdf;
389         border-color: #9fcf9f;
390         color: #005f00;
391 }
392
393 div.flash.warning {
394   background: url(../images/warning.png) 8px 5px no-repeat;
395         background-color: #FFEBC1;
396         border-color: #FDBF3B;
397         color: #A6750C;
398   text-align: left;
399 }
400
401 .nodata, .warning {
402     text-align: center;
403         background-color: #FFEBC1;
404         border-color: #FDBF3B;
405         color: #A6750C;
406 }
407
408 #errorExplanation ul { font-size: 0.9em;}
409 #errorExplanation h2, #errorExplanation p { display: none; }
410
411 /***** Ajax indicator ******/
412 #ajax-indicator {
413 position: absolute; /* fixed not supported by IE */
414 background-color:#eee;
415 border: 1px solid #bbb;
416 top:35%;
417 left:40%;
418 width:20%;
419 font-weight:bold;
420 text-align:center;
421 padding:0.6em;
422 z-index:100;
423 filter:alpha(opacity=50);
424 opacity: 0.5;
425 }
426
427 html>body #ajax-indicator { position: fixed; }
428
429 #ajax-indicator span {
430 background-position: 0% 40%;
431 background-repeat: no-repeat;
432 background-image: url(../images/loading.gif);
433 padding-left: 26px;
434 vertical-align: bottom;
435 }
436
437 /***** Calendar *****/
438 table.cal {border-collapse: collapse; width: 100%; margin: 0px 0 6px 0;border: 1px solid #d7d7d7;}
439 table.cal thead th {width: 14%;}
440 table.cal tbody tr {height: 100px;}
441 table.cal th { background-color:#EEEEEE; padding: 4px; }
442 table.cal td {border: 1px solid #d7d7d7; vertical-align: top; font-size: 0.9em;}
443 table.cal td p.day-num {font-size: 1.1em; text-align:right;}
444 table.cal td.odd p.day-num {color: #bbb;}
445 table.cal td.today {background:#ffffdd;}
446 table.cal td.today p.day-num {font-weight: bold;}
447
448 /***** Tooltips ******/
449 .tooltip{position:relative;z-index:24;}
450 .tooltip:hover{z-index:25;color:#000;}
451 .tooltip span.tip{display: none; text-align:left;}
452
453 div.tooltip:hover span.tip{
454 display:block;
455 position:absolute;
456 top:12px; left:24px; width:270px;
457 border:1px solid #555;
458 background-color:#fff;
459 padding: 4px;
460 font-size: 0.8em;
461 color:#505050;
462 }
463
464 /***** Progress bar *****/
465 table.progress {
466     border: 1px solid #D7D7D7;
467     border-collapse: collapse;
468     border-spacing: 0pt;
469     empty-cells: show;
470     text-align: center;
471     float:left;
472     margin: 1px 6px 1px 0px;
473 }
474
475 table.progress td { height: 0.9em; }
476 table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
477 table.progress td.done { background: #DEF0DE none repeat scroll 0%; }
478 table.progress td.open { background: #FFF none repeat scroll 0%; }
479 p.pourcent {font-size: 80%;}
480 p.progress-info {clear: left; font-style: italic; font-size: 80%;}
481
482 /***** Tabs *****/
483 #content .tabs {height: 2.6em; border-bottom: 1px solid #bbbbbb; margin-bottom:1.2em; position:relative;}
484 #content .tabs ul {margin:0; position:absolute; bottom:-2px; padding-left:1em;}
485 #content .tabs>ul { bottom:-1px; } /* others */
486 #content .tabs ul li {
487 float:left;
488 list-style-type:none;
489 white-space:nowrap;
490 margin-right:8px;
491 background:#fff;
492 }
493 #content .tabs ul li a{
494 display:block;
495 font-size: 0.9em;
496 text-decoration:none;
497 line-height:1.3em;
498 padding:4px 6px 4px 6px;
499 border: 1px solid #ccc;
500 border-bottom: 1px solid #bbbbbb;
501 background-color: #eeeeee;
502 color:#777;
503 font-weight:bold;
504 }
505
506 #content .tabs ul li a:hover {
507 background-color: #ffffdd;
508 text-decoration:none;
509 }
510
511 #content .tabs ul li a.selected {
512 background-color: #fff;
513 border: 1px solid #bbbbbb;
514 border-bottom: 1px solid #fff;
515 }
516
517 #content .tabs ul li a.selected:hover {
518 background-color: #fff;
519 }
520
521 /***** Auto-complete *****/
522 div.autocomplete {
523   position:absolute;
524   width:250px;
525   background-color:white;
526   margin:0;
527   padding:0;
528 }
529 div.autocomplete ul {
530   list-style-type:none;
531   margin:0;
532   padding:0;
533 }
534 div.autocomplete ul li.selected { background-color: #ffb;}
535 div.autocomplete ul li {
536   list-style-type:none;
537   display:block;
538   margin:0;
539   padding:2px;
540   cursor:pointer;
541   font-size: 90%;
542   border-bottom: 1px solid #ccc;
543   border-left: 1px solid #ccc;
544   border-right: 1px solid #ccc;
545 }
546 div.autocomplete ul li span.informal {
547   font-size: 80%;
548   color: #aaa;
549 }
550
551 /***** Diff *****/
552 .diff_out { background: #fcc; }
553 .diff_in { background: #cfc; }
554
555 /***** Wiki *****/
556 div.wiki table {
557     border: 1px solid #505050;
558     border-collapse: collapse;
559     margin-bottom: 1em;
560 }
561
562 div.wiki table, div.wiki td, div.wiki th {
563     border: 1px solid #bbb;
564     padding: 4px;
565 }
566
567 div.wiki .external {
568     background-position: 0% 60%;
569     background-repeat: no-repeat;
570     padding-left: 12px;
571     background-image: url(../images/external.png);
572 }
573
574 div.wiki a.new {
575     color: #b73535;
576 }
577
578 div.wiki pre {
579     margin: 1em 1em 1em 1.6em;
580     padding: 2px;
581     background-color: #fafafa;
582     border: 1px solid #dadada;
583     width:95%;
584     overflow-x: auto;
585 }
586
587 div.wiki ul.toc {
588     background-color: #ffffdd;
589     border: 1px solid #e4e4e4;
590     padding: 4px;
591     line-height: 1.2em;
592     margin-bottom: 12px;
593     margin-right: 12px;
594     margin-left: 0;
595     display: table
596 }
597 * html div.wiki ul.toc { width: 50%; } /* IE6 doesn't autosize div */
598
599 div.wiki ul.toc.right { float: right; margin-left: 12px; margin-right: 0; width: auto; }
600 div.wiki ul.toc.left  { float: left; margin-right: 12px; margin-left: 0; width: auto; }
601 div.wiki ul.toc li { list-style-type:none;}
602 div.wiki ul.toc li.heading2 { margin-left: 6px; }
603 div.wiki ul.toc li.heading3 { margin-left: 12px; font-size: 0.8em; }
604
605 div.wiki ul.toc a {
606     font-size: 0.9em;
607     font-weight: normal;
608     text-decoration: none;
609     color: #606060;
610 }
611 div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
612
613 a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
614 a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
615 h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
616
617 /***** My page layout *****/
618 .block-receiver {
619 border:1px dashed #c0c0c0;
620 margin-bottom: 20px;
621 padding: 15px 0 15px 0;
622 }
623
624 .mypage-box {
625 margin:0 0 20px 0;
626 color:#505050;
627 line-height:1.5em;
628 }
629
630 .handle {
631 cursor: move;
632 }
633
634 a.close-icon {
635 display:block;
636 margin-top:3px;
637 overflow:hidden;
638 width:12px;
639 height:12px;
640 background-repeat: no-repeat;
641 cursor:pointer;
642 background-image:url('../images/close.png');
643 }
644
645 a.close-icon:hover {
646 background-image:url('../images/close_hl.png');
647 }
648
649 /***** Gantt chart *****/
650 .gantt_hdr {
651   position:absolute;
652   top:0;
653   height:16px;
654   border-top: 1px solid #c0c0c0;
655   border-bottom: 1px solid #c0c0c0;
656   border-right: 1px solid #c0c0c0;
657   text-align: center;
658   overflow: hidden;
659 }
660
661 .task {
662   position: absolute;
663   height:8px;
664   font-size:0.8em;
665   color:#888;
666   padding:0;
667   margin:0;
668   line-height:0.8em;
669 }
670
671 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
672 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }  
673 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
674 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
675
676 /***** Icons *****/
677 .icon {
678 background-position: 0% 40%;
679 background-repeat: no-repeat;
680 padding-left: 20px;
681 padding-top: 2px;
682 padding-bottom: 3px;
683 }
684
685 .icon22 {
686 background-position: 0% 40%;
687 background-repeat: no-repeat;
688 padding-left: 26px;
689 line-height: 22px;
690 vertical-align: middle;
691 }
692
693 .icon-add { background-image: url(../images/add.png); }
694 .icon-edit { background-image: url(../images/edit.png); }
695 .icon-copy { background-image: url(../images/copy.png); }
696 .icon-del { background-image: url(../images/delete.png); }
697 .icon-move { background-image: url(../images/move.png); }
698 .icon-save { background-image: url(../images/save.png); }
699 .icon-cancel { background-image: url(../images/cancel.png); }
700 .icon-folder { background-image: url(../images/folder.png); }
701 .open .icon-folder { background-image: url(../images/folder_open.png); }
702 .icon-package { background-image: url(../images/package.png); }
703 .icon-home { background-image: url(../images/home.png); }
704 .icon-user { background-image: url(../images/user.png); }
705 .icon-mypage { background-image: url(../images/user_page.png); }
706 .icon-admin { background-image: url(../images/admin.png); }
707 .icon-projects { background-image: url(../images/projects.png); }
708 .icon-help { background-image: url(../images/help.png); }
709 .icon-attachment  { background-image: url(../images/attachment.png); }
710 .icon-index  { background-image: url(../images/index.png); }
711 .icon-history  { background-image: url(../images/history.png); }
712 .icon-time  { background-image: url(../images/time.png); }
713 .icon-time-add  { background-image: url(../images/time_add.png); }
714 .icon-stats  { background-image: url(../images/stats.png); }
715 .icon-warning  { background-image: url(../images/warning.png); }
716 .icon-fav  { background-image: url(../images/fav.png); }
717 .icon-fav-off  { background-image: url(../images/fav_off.png); }
718 .icon-reload  { background-image: url(../images/reload.png); }
719 .icon-lock  { background-image: url(../images/locked.png); }
720 .icon-unlock  { background-image: url(../images/unlock.png); }
721 .icon-checked  { background-image: url(../images/true.png); }
722 .icon-details  { background-image: url(../images/zoom_in.png); }
723 .icon-report  { background-image: url(../images/report.png); }
724 .icon-comment  { background-image: url(../images/comment.png); }
725
726 .icon-file { background-image: url(../images/files/default.png); }
727 .icon-file.text-plain { background-image: url(../images/files/text.png); }
728 .icon-file.text-x-c { background-image: url(../images/files/c.png); }
729 .icon-file.text-x-csharp { background-image: url(../images/files/csharp.png); }
730 .icon-file.text-x-php { background-image: url(../images/files/php.png); }
731 .icon-file.text-x-ruby { background-image: url(../images/files/ruby.png); }
732 .icon-file.text-xml { background-image: url(../images/files/xml.png); }
733 .icon-file.image-gif { background-image: url(../images/files/image.png); }
734 .icon-file.image-jpeg { background-image: url(../images/files/image.png); }
735 .icon-file.image-png { background-image: url(../images/files/image.png); }
736 .icon-file.image-tiff { background-image: url(../images/files/image.png); }
737 .icon-file.application-pdf { background-image: url(../images/files/pdf.png); }
738 .icon-file.application-zip { background-image: url(../images/files/zip.png); }
739 .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); }
740
741 .icon22-projects { background-image: url(../images/22x22/projects.png); }
742 .icon22-users { background-image: url(../images/22x22/users.png); }
743 .icon22-groups { background-image: url(../images/22x22/groups.png); }
744 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
745 .icon22-role { background-image: url(../images/22x22/role.png); }
746 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
747 .icon22-options { background-image: url(../images/22x22/options.png); }
748 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
749 .icon22-authent { background-image: url(../images/22x22/authent.png); }
750 .icon22-info { background-image: url(../images/22x22/info.png); }
751 .icon22-comment { background-image: url(../images/22x22/comment.png); }
752 .icon22-package { background-image: url(../images/22x22/package.png); }
753 .icon22-settings { background-image: url(../images/22x22/settings.png); }
754 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
755
756 img.gravatar { 
757         padding: 2px;
758   border: solid 1px #d5d5d5;
759   background: #fff;
760 }
761
762 div.issue img.gravatar {
763         float: right;
764         margin: 0 0 0 1em;
765         padding: 5px;
766 }
767
768 div.issue table img.gravatar {
769         height: 14px;
770         width: 14px;
771         padding: 2px;
772         float: left;
773         margin: 0 0.5em 0 0;
774 }
775
776 #history img.gravatar {
777         padding: 3px;
778         margin: 0 1.5em 1em 0;
779         float: left;
780 }
781
782 td.username img.gravatar {
783         float: left;
784         margin: 0 1em 0 0;
785 }
786
787 #activity dt img.gravatar {
788         float: left;
789         margin: 0 1em 1em 0;
790 }
791
792 #activity dt,
793 .journal {
794         clear: left;
795 }
796
797 .gravatar-margin {
798   margin-left: 40px;
799 }
800
801 h2 img { vertical-align:middle; }
802
803
804 /***** Media print specific styles *****/
805 @media print {
806   #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; }
807   #main { background: #fff; }
808   #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;}
809         #wiki_add_attachment { display:none; }
810 }