##// END OF EJS Templates
Sligth stylesheet change....
Jean-Philippe Lang -
r750:964c550a605d
parent child
Show More
@@ -1,449 +1,449
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 { 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: 11px;padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #444;}
8 8
9 9 /***** Layout *****/
10 #top-menu {background: #22344A;color: #fff;height:1.5em; padding: 2px 6px 0px 6px;}
10 #top-menu {background: #2C4056;color: #fff;height:1.5em; padding: 2px 6px 0px 6px;}
11 11 #top-menu a {color: #fff; padding-right: 4px;}
12 12 #account {float:right;}
13 13
14 #header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 6px 0px 6px;}
14 #header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px;}
15 15 #header a {color:#f8f8f8;}
16 16 #quick-search {float:right;}
17 17
18 #main-menu {position: absolute; top: 5.5em; left:8px;}
18 #main-menu {position: absolute; top: 5.5em; left:6px;}
19 19 #main-menu ul {margin: 0; padding: 0;}
20 20 #main-menu li {
21 21 float:left;
22 22 list-style-type:none;
23 23 margin: 0px 10px 0px 0px;
24 24 padding: 0px 0px 0px 0px;
25 25 white-space:nowrap;
26 26 }
27 27 #main-menu li a {
28 28 display: block;
29 29 color: #fff;
30 30 text-decoration: none;
31 31 margin: 0;
32 32 padding: 4px 4px 4px 4px;
33 background: #22344A;
33 background: #2C4056;
34 34 }
35 35 #main-menu li a:hover {background:#759FCF;}
36 36
37 37 #main {background: url(../images/mainbg.png) repeat-x; background-color:#EEEEEE;}
38 38
39 39 #sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
40 40 * html #sidebar{ width: 17%; }
41 41 #sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
42 42 #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
43 43 * html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
44 44
45 45 #content { width: 80%; background: url(../images/contentbg.png) repeat-x; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; position: relative; z-index: 10; height:600px; min-height: 600px;}
46 46 * html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
47 47 html>body #content {
48 48 height: auto;
49 49 min-height: 600px;
50 50 }
51 51
52 52 #main.nosidebar #sidebar{ display: none; }
53 53 #main.nosidebar #content{ width: auto; border-right: 0; }
54 54
55 55 #footer {clear: both; border-top: 1px solid #bbb; font-size: 11px; padding: 5px; text-align:center; background:#fff;}
56 56
57 57 #login-form table {margin-top:5em; padding:1em; margin-left: auto; margin-right: auto; border: 2px solid #FDBF3B; background-color:#FFEBC1; }
58 58 #login-form table td {padding: 6px;}
59 59 #login-form label {font-weight: bold;}
60 60
61 61 .clear:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
62 62
63 63 /***** Links *****/
64 64 a, a:link, a:visited{ color: #2A5685; text-decoration: none; }
65 65 a:hover, a:active{ color: #c61a1a; text-decoration: underline;}
66 66 a img{ border: 0; }
67 67
68 68 /***** Tables *****/
69 69 table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
70 70 table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
71 71 table.list tbody th { text-align: left; padding: 0px; }
72 72 table.list td { overflow: hidden; text-overflow: ellipsis; vertical-align: top;}
73 73 table.list tbody tr:hover { background-color:#ffffdd; }
74 74 table td {padding:2px;}
75 75 table p {margin:0;}
76 76 .odd {background-color:#f6f7f8;}
77 77 .even {background-color: #fff;}
78 78
79 79 .highlight { background-color: #FCFD8D;}
80 80
81 81 .box{
82 82 padding:6px;
83 83 margin-bottom: 10px;
84 84 background-color:#f6f6f6;
85 85 color:#505050;
86 86 line-height:1.5em;
87 87 border: 1px solid #e4e4e4;
88 88 }
89 89
90 90 div.square {
91 91 border: 1px solid #999;
92 92 float: left;
93 93 margin: .3em .4em 0 .4em;
94 94 overflow: hidden;
95 95 width: .6em; height: .6em;
96 96 }
97 97
98 98 .contextual {float:right; white-space: nowrap; line-height:1.4em;margin-top:5px;font-size:0.9em;}
99 99 .splitcontentleft{float:left; width:49%;}
100 100 .splitcontentright{float:right; width:49%;}
101 101 form {display: inline;}
102 102 input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;}
103 103 fieldset {border: 1px solid #e4e4e4; margin:0;}
104 104 hr { width: 100%; height: 1px; background: #ccc; border: 0;}
105 105 textarea.wiki-edit { width: 99%; }
106 106 li p {margin-top: 0;}
107 107 div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid #d7d7d7;}
108 108 .autoscroll {overflow-x: auto; padding:1px; width:100%;}
109 109
110 110 /***** Tabular forms ******/
111 111 .tabular p{
112 112 margin: 0;
113 113 padding: 5px 0 8px 0;
114 114 padding-left: 180px; /*width of left column containing the label elements*/
115 115 height: 1%;
116 116 clear:left;
117 117 }
118 118
119 119 .tabular label{
120 120 font-weight: bold;
121 121 float: left;
122 122 text-align: right;
123 123 margin-left: -180px; /*width of left column*/
124 124 width: 175px; /*width of labels. Should be smaller than left column to create some right
125 125 margin*/
126 126 }
127 127
128 128 #settings .tabular p{ padding-left: 300px; }
129 129 #settings .tabular label{ margin-left: -300px; width: 295px; }
130 130
131 131 .required {color: #bb0000;}
132 132 .summary {font-style: italic;}
133 133
134 134 /***** Flash & error messages ****/
135 135 #flash div, #errorExplanation, .nodata {
136 136 padding: 4px 4px 4px 30px;
137 137 margin-bottom: 12px;
138 138 font-size: 1.1em;
139 139 border: 2px solid;
140 140 }
141 141
142 142 #flash div {margin-top: 6px;}
143 143
144 144 #flash div.error, #errorExplanation {
145 145 background: url(../images/false.png) 8px 5px no-repeat;
146 146 background-color: #ffe3e3;
147 147 border-color: #dd0000;
148 148 color: #550000;
149 149 }
150 150
151 151 #flash div.notice {
152 152 background: url(../images/true.png) 8px 5px no-repeat;
153 153 background-color: #dfffdf;
154 154 border-color: #9fcf9f;
155 155 color: #005f00;
156 156 }
157 157
158 158 .nodata {
159 159 text-align: center;
160 160 background-color: #FFEBC1;
161 161 border-color: #FDBF3B;
162 162 color: #A6750C;
163 163 }
164 164
165 165 #errorExplanation ul { font-size: 0.9em;}
166 166
167 167 /***** Ajax indicator ******/
168 168 #ajax-indicator {
169 169 position: absolute; /* fixed not supported by IE */
170 170 background-color:#eee;
171 171 border: 1px solid #bbb;
172 172 top:35%;
173 173 left:40%;
174 174 width:20%;
175 175 font-weight:bold;
176 176 text-align:center;
177 177 padding:0.6em;
178 178 z-index:100;
179 179 filter:alpha(opacity=50);
180 180 -moz-opacity:0.5;
181 181 opacity: 0.5;
182 182 -khtml-opacity: 0.5;
183 183 }
184 184
185 185 html>body #ajax-indicator { position: fixed; }
186 186
187 187 #ajax-indicator span {
188 188 background-position: 0% 40%;
189 189 background-repeat: no-repeat;
190 190 background-image: url(../images/loading.gif);
191 191 padding-left: 26px;
192 192 vertical-align: bottom;
193 193 }
194 194
195 195 /***** Calendar *****/
196 196 table.cal {border-collapse: collapse; width: 100%; margin: 8px 0 6px 0;border: 1px solid #d7d7d7;}
197 197 table.cal th { background-color:#EEEEEE; padding: 4px; }
198 198 table.cal td {border: 1px solid #d7d7d7;}
199 199 table.cal td.today {background:#ffffdd;}
200 200
201 201 /***** Tooltips ******/
202 202 .tooltip{position:relative;z-index:24;}
203 203 .tooltip:hover{z-index:25;color:#000;}
204 204 .tooltip span.tip{display: none; text-align:left;}
205 205
206 206 div.tooltip:hover span.tip{
207 207 display:block;
208 208 position:absolute;
209 209 top:12px; left:24px; width:270px;
210 210 border:1px solid #555;
211 211 background-color:#fff;
212 212 padding: 4px;
213 213 font-size: 0.8em;
214 214 color:#505050;
215 215 }
216 216
217 217 /***** Progress bar *****/
218 218 .progress {
219 219 border: 1px solid #D7D7D7;
220 220 border-collapse: collapse;
221 221 border-spacing: 0pt;
222 222 empty-cells: show;
223 223 padding: 3px;
224 224 width: 40em;
225 225 text-align: center;
226 226 }
227 227
228 228 .progress td { height: 1em; }
229 229 .progress .closed { background: #BAE0BA none repeat scroll 0%; }
230 230 .progress .open { background: #FFF none repeat scroll 0%; }
231 231
232 232 /***** Tabs *****/
233 233 #content .tabs{height: 2.6em;}
234 234 #content .tabs ul{margin:0;}
235 235 #content .tabs ul li{
236 236 float:left;
237 237 list-style-type:none;
238 238 white-space:nowrap;
239 239 margin-right:8px;
240 240 background:#fff;
241 241 }
242 242 #content .tabs ul li a{
243 243 display:block;
244 244 font-size: 0.9em;
245 245 text-decoration:none;
246 246 line-height:1em;
247 247 padding:4px;
248 248 border: 1px solid #c0c0c0;
249 249 }
250 250
251 251 #content .tabs ul li a.selected, #content .tabs ul li a:hover{
252 252 background-color: #507AAA;
253 253 border: 1px solid #507AAA;
254 254 color: #fff;
255 255 text-decoration:none;
256 256 }
257 257
258 258 /***** Diff *****/
259 259 .diff_out { background: #fcc; }
260 260 .diff_in { background: #cfc; }
261 261
262 262 /***** Wiki *****/
263 263 div.wiki table {
264 264 border: 1px solid #505050;
265 265 border-collapse: collapse;
266 266 }
267 267
268 268 div.wiki table, div.wiki td, div.wiki th {
269 269 border: 1px solid #bbb;
270 270 padding: 4px;
271 271 }
272 272
273 273 div.wiki a {
274 274 background-position: 0% 60%;
275 275 background-repeat: no-repeat;
276 276 padding-left: 12px;
277 277 background-image: url(../images/external.png);
278 278 }
279 279
280 280 div.wiki a.wiki-page, div.wiki a.issue, div.wiki a.changeset, div.wiki a.email, div.wiki div.toc a {
281 281 padding-left: 0;
282 282 background-image: none;
283 283 }
284 284
285 285 div.wiki a.new {
286 286 color: #b73535;
287 287 }
288 288
289 289 div.wiki pre {
290 290 margin: 1em 1em 1em 1.6em;
291 291 padding: 2px;
292 292 background-color: #fafafa;
293 293 border: 1px solid #dadada;
294 294 width:95%;
295 295 overflow-x: auto;
296 296 }
297 297
298 298 div.wiki div.toc {
299 299 background-color: #ffffdd;
300 300 border: 1px solid #e4e4e4;
301 301 padding: 4px;
302 302 line-height: 1.2em;
303 303 margin-bottom: 12px;
304 304 margin-right: 12px;
305 305 float: left;
306 306 }
307 307
308 308 div.wiki div.toc.right {
309 309 float: right;
310 310 margin-left: 12px;
311 311 margin-right: 0;
312 312 }
313 313
314 314 div.wiki div.toc a {
315 315 display: block;
316 316 font-size: 0.9em;
317 317 font-weight: normal;
318 318 text-decoration: none;
319 319 color: #606060;
320 320 }
321 321 div.wiki div.toc a:hover { color: #c61a1a; text-decoration: underline;}
322 322
323 323 div.wiki div.toc a.heading2 { margin-left: 6px; }
324 324 div.wiki div.toc a.heading3 { margin-left: 12px; font-size: 0.8em; }
325 325
326 326 /***** My page layout *****/
327 327 .block-receiver {
328 328 border:1px dashed #c0c0c0;
329 329 margin-bottom: 20px;
330 330 padding: 15px 0 15px 0;
331 331 }
332 332
333 333 .mypage-box {
334 334 margin:0 0 20px 0;
335 335 color:#505050;
336 336 line-height:1.5em;
337 337 }
338 338
339 339 .handle {
340 340 cursor: move;
341 341 }
342 342
343 343 a.close-icon {
344 344 display:block;
345 345 margin-top:3px;
346 346 overflow:hidden;
347 347 width:12px;
348 348 height:12px;
349 349 background-repeat: no-repeat;
350 350 cursor:pointer;
351 351 background-image:url('../images/close.png');
352 352 }
353 353
354 354 a.close-icon:hover {
355 355 background-image:url('../images/close_hl.png');
356 356 }
357 357
358 358 /***** Gantt chart *****/
359 359 .gantt_hdr {
360 360 position:absolute;
361 361 top:0;
362 362 height:16px;
363 363 border-top: 1px solid #c0c0c0;
364 364 border-bottom: 1px solid #c0c0c0;
365 365 border-right: 1px solid #c0c0c0;
366 366 text-align: center;
367 367 overflow: hidden;
368 368 }
369 369
370 370 .task {
371 371 position: absolute;
372 372 height:8px;
373 373 font-size:0.8em;
374 374 color:#888;
375 375 padding:0;
376 376 margin:0;
377 377 line-height:0.8em;
378 378 }
379 379
380 380 .task_late { background:#f66 url(../images/task_late.png); border: 1px solid #f66; }
381 381 .task_done { background:#66f url(../images/task_done.png); border: 1px solid #66f; }
382 382 .task_todo { background:#aaa url(../images/task_todo.png); border: 1px solid #aaa; }
383 383 .milestone { background-image:url(../images/milestone.png); background-repeat: no-repeat; border: 0; }
384 384
385 385 /***** Icons *****/
386 386 .icon {
387 387 background-position: 0% 40%;
388 388 background-repeat: no-repeat;
389 389 padding-left: 20px;
390 390 padding-top: 2px;
391 391 padding-bottom: 3px;
392 392 }
393 393
394 394 .icon22 {
395 395 background-position: 0% 40%;
396 396 background-repeat: no-repeat;
397 397 padding-left: 26px;
398 398 line-height: 22px;
399 399 vertical-align: middle;
400 400 }
401 401
402 402 .icon-add { background-image: url(../images/add.png); }
403 403 .icon-edit { background-image: url(../images/edit.png); }
404 404 .icon-del { background-image: url(../images/delete.png); }
405 405 .icon-move { background-image: url(../images/move.png); }
406 406 .icon-save { background-image: url(../images/save.png); }
407 407 .icon-cancel { background-image: url(../images/cancel.png); }
408 408 .icon-pdf { background-image: url(../images/pdf.png); }
409 409 .icon-csv { background-image: url(../images/csv.png); }
410 410 .icon-html { background-image: url(../images/html.png); }
411 411 .icon-image { background-image: url(../images/image.png); }
412 412 .icon-txt { background-image: url(../images/txt.png); }
413 413 .icon-file { background-image: url(../images/file.png); }
414 414 .icon-folder { background-image: url(../images/folder.png); }
415 415 .icon-package { background-image: url(../images/package.png); }
416 416 .icon-home { background-image: url(../images/home.png); }
417 417 .icon-user { background-image: url(../images/user.png); }
418 418 .icon-mypage { background-image: url(../images/user_page.png); }
419 419 .icon-admin { background-image: url(../images/admin.png); }
420 420 .icon-projects { background-image: url(../images/projects.png); }
421 421 .icon-logout { background-image: url(../images/logout.png); }
422 422 .icon-help { background-image: url(../images/help.png); }
423 423 .icon-attachment { background-image: url(../images/attachment.png); }
424 424 .icon-index { background-image: url(../images/index.png); }
425 425 .icon-history { background-image: url(../images/history.png); }
426 426 .icon-feed { background-image: url(../images/feed.png); }
427 427 .icon-time { background-image: url(../images/time.png); }
428 428 .icon-stats { background-image: url(../images/stats.png); }
429 429 .icon-warning { background-image: url(../images/warning.png); }
430 430 .icon-fav { background-image: url(../images/fav.png); }
431 431 .icon-fav-off { background-image: url(../images/fav_off.png); }
432 432 .icon-reload { background-image: url(../images/reload.png); }
433 433 .icon-lock { background-image: url(../images/locked.png); }
434 434 .icon-unlock { background-image: url(../images/unlock.png); }
435 435 .icon-note { background-image: url(../images/note.png); }
436 436
437 437 .icon22-projects { background-image: url(../images/22x22/projects.png); }
438 438 .icon22-users { background-image: url(../images/22x22/users.png); }
439 439 .icon22-tracker { background-image: url(../images/22x22/tracker.png); }
440 440 .icon22-role { background-image: url(../images/22x22/role.png); }
441 441 .icon22-workflow { background-image: url(../images/22x22/workflow.png); }
442 442 .icon22-options { background-image: url(../images/22x22/options.png); }
443 443 .icon22-notifications { background-image: url(../images/22x22/notifications.png); }
444 444 .icon22-authent { background-image: url(../images/22x22/authent.png); }
445 445 .icon22-info { background-image: url(../images/22x22/info.png); }
446 446 .icon22-comment { background-image: url(../images/22x22/comment.png); }
447 447 .icon22-package { background-image: url(../images/22x22/package.png); }
448 448 .icon22-settings { background-image: url(../images/22x22/settings.png); }
449 449 .icon22-plugin { background-image: url(../images/22x22/plugin.png); }
General Comments 0
You need to be logged in to leave comments. Login now