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