OSDN Git Service

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