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