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