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