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