OSDN Git Service

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