##// END OF EJS Templates
added style for logout
marcink -
r184:2fc206a3 default
parent child Browse files
Show More
@@ -1,584 +1,586 b''
1 1 /*** Initial Settings ***/
2 2 #mainhtml{
3 3 margin: 15px 50px;
4 4 background: #DBD4C6;
5 5 font-family: sans-serif;
6 6 }
7 7
8 8 a {
9 9 color: #0000cc;
10 10 text-decoration: none;
11 11 }
12 12 a:HOVER{
13 13 text-decoration: underline;
14 14 }
15 15 /*** end of Initial Settings ***/
16 16
17 17 /** common settings **/
18 18 div#main {
19 19 padding: 5px;
20 20 }
21 21
22 22 div#container {
23 23 background: #FFFFFF;
24 24 position: relative;
25 25 color: #666;
26 26 }
27 27
28 28 div.page-header {
29 29 padding: 50px 20px 0;
30 30 background: #556cb5 top left repeat-x;
31 31 position: relative;
32 32 }
33 33
34 34 div.page-header h1 {
35 35 margin: 10px 0 30px;
36 36 font-size: 1.8em;
37 37 font-weight: bold;
38 38 font-family: sans-serif;
39 39 letter-spacing: 1px;
40 40 color: #DDD;
41 41 }
42 42
43 43 div.page-header h1 a {
44 44 font-weight: bold;
45 45 color: #FFF;
46 46 }
47 47
48 48 div.page-header a {
49 49 text-decoration: none;
50 50 }
51 51
52 52 div.page-header form {
53 53 position: absolute;
54 54 margin-bottom: 2px;
55 55 bottom: 0;
56 56 right: 20px;
57 57 }
58 58
59 59 div.page-header form label {
60 60 color: #DDD;
61 61 }
62 62
63 63 div.page-header form input {
64 64 padding: 2px;
65 65 border: solid 1px #DDD;
66 66 }
67 67
68 68 div.page-header form dl {
69 69 overflow: hidden;
70 70 }
71 71
72 72 div.page-header form dl dt {
73 73 font-size: 1.2em;
74 74 }
75 75
76 76 div.page-header form dl dt,div.page-header form dl dd {
77 77 margin: 0 0 0 5px;
78 78 float: left;
79 79 height: 24px;
80 80 line-height: 20px;
81 81 }
82 82
83 83 ul.page-nav {
84 84 margin: 10px 0 0 0;
85 85 list-style-type: none;
86 86 overflow: hidden;
87 87 width: 800px;
88 88 padding: 0;
89 89 }
90 90
91 91 ul.page-nav li {
92 92 margin: 0 2px 0 0;
93 93 float: left;
94 94 height: 24px;
95 95 font-size: 1.1em;
96 96 line-height: 24px;
97 97 text-align: center;
98 98 background: #DDD;
99 99 }
100 100
101 101 ul.page-nav li.current {
102 102 background: #FFF;
103 103 padding-right: 5px;
104 104 padding-left: 5px;
105 105 }
106 106
107 107 ul.page-nav li a {
108 108 height: 24px;
109 109 color: #666;
110 110 padding-right: 5px;
111 111 padding-left: 5px;
112 112 display: block;
113 113 text-decoration: none;
114 114 }
115
115 ul.page-nav li.logout a {
116 color: red;
117 }
116 118 ul.page-nav li a:hover {
117 119 color: #333;
118 120 background: #FFF;
119 121 }
120 122
121 123 ul.submenu {
122 124 margin: 10px 0 -10px 20px;
123 125 list-style-type: none;
124 126 }
125 127
126 128 ul.submenu li {
127 129 margin: 0 10px 0 0;
128 130 font-size: 1.2em;
129 131 display: inline;
130 132 }
131 133
132 134 h2 {
133 135 margin: 20px 0 10px;
134 136 height: 30px;
135 137 line-height: 30px;
136 138 text-indent: 20px;
137 139 background: #FFF;
138 140 font-size: 1.2em;
139 141 border-top: dotted 1px #D5E1E6;
140 142 font-weight: bold;
141 143 }
142 144
143 145 h2.no-link {
144 146 color: #006699;
145 147 }
146 148
147 149 h2.no-border {
148 150 color: #FFF;
149 151 background: #556CB5;
150 152 border: 0;
151 153 }
152 154
153 155 h2 a {
154 156 font-weight: bold;
155 157 color: #006699;
156 158 }
157 159
158 160 div.page-path {
159 161 text-align: right;
160 162 padding: 20px 30px 10px 0;
161 163 border: solid #d9d8d1;
162 164 border-width: 0px 0px 1px;
163 165 font-size: 1.2em;
164 166 }
165 167
166 168 div.page-footer {
167 169 margin: 50px 0 0;
168 170 position: relative;
169 171 }
170 172
171 173 div.page-footer p {
172 174 position: relative;
173 175 left: 20px;
174 176 bottom: 5px;
175 177 font-size: 1.2em;
176 178 }
177 179
178 180 ul.rss-logo {
179 181 position: absolute;
180 182 top: -10px;
181 183 right: 20px;
182 184 height: 20px;
183 185 list-style-type: none;
184 186 }
185 187
186 188 ul.rss-logo li {
187 189 display: inline;
188 190 }
189 191
190 192 ul.rss-logo li a {
191 193 padding: 3px 6px;
192 194 line-height: 10px;
193 195 border: 1px solid;
194 196 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
195 197 color: #ffffff;
196 198 background-color: #ff6600;
197 199 font-weight: bold;
198 200 font-family: sans-serif;
199 201 font-size: 10px;
200 202 text-align: center;
201 203 text-decoration: none;
202 204 }
203 205
204 206 div.rss-logo li a:hover {
205 207 background-color: #ee5500;
206 208 }
207 209
208 210 p.normal {
209 211 margin: 20px 0 20px 30px;
210 212 font-size: 1.2em;
211 213 }
212 214
213 215 table tr.parity0:hover,table tr.parity1:hover {
214 216 background: #D5E1E6;
215 217 }
216 218
217 219 table tr.parity0 {
218 220 background: #EAEAE9;
219 221 }
220 222
221 223 table tr.parity1 {
222 224 background: #FFFFFF;
223 225 }
224 226
225 227 span.logtags span {
226 228 background-repeat: no-repeat;
227 229 height: 16px;
228 230 padding-left: 20px;
229 231 padding-top: 0px;
230 232 text-align: left;
231 233 font-weight: bold;
232 234 }
233 235
234 236 span.logtags span.tagtag {
235 237 background-image: url("/images/label_16.png");
236 238 }
237 239
238 240 span.logtags span.branchtag {
239 241 background-image: url("/images/left_16.png");
240 242 color: #628F53;
241 243 }
242 244
243 245 span.logtags span.inbranchtag {
244 246 background-image: url("/images/left_16.png");
245 247 }
246 248
247 249 div.diff pre {
248 250 margin: 10px 0 0 0;
249 251 }
250 252
251 253 div.diff pre span {
252 254 font-family: monospace;
253 255 white-space: pre;
254 256 font-size: 1.2em;
255 257 padding: 3px 0;
256 258 }
257 259
258 260 td.source {
259 261 white-space: pre;
260 262 font-family: monospace;
261 263 margin: 10px 30px 0;
262 264 font-size: 1.2em;
263 265 font-family: monospace;
264 266 }
265 267
266 268 div.source div.parity0,div.source div.parity1 {
267 269 padding: 1px;
268 270 font-size: 1.2em;
269 271 }
270 272
271 273 div.source div.parity0 {
272 274 background: #F1F6F7;
273 275 }
274 276
275 277 div.source div.parity1 {
276 278 background: #FFFFFF;
277 279 }
278 280
279 281 div.parity0:hover,div.parity1:hover {
280 282 background: #D5E1E6;
281 283 }
282 284
283 285 .linenr {
284 286 color: #999;
285 287 text-align: right;
286 288 }
287 289
288 290 .lineno {
289 291 text-align: right;
290 292 }
291 293
292 294 .lineno a {
293 295 color: #999;
294 296 }
295 297
296 298 td.linenr {
297 299 width: 60px;
298 300 }
299 301
300 302 div#powered-by {
301 303 position: absolute;
302 304 width: 75px;
303 305 top: 15px;
304 306 right: 20px;
305 307 font-size: 1.2em;
306 308 }
307 309
308 310 div#powered-by a {
309 311 color: #EEE;
310 312 text-decoration: none;
311 313 }
312 314
313 315 div#powered-by a:hover {
314 316 text-decoration: underline;
315 317 }
316 318
317 319 dl.overview {
318 320 margin: 0 0 0 30px;
319 321 font-size: 1.1em;
320 322 overflow: hidden;
321 323 }
322 324
323 325 dl.overview dt,dl.overview dd {
324 326 margin: 5px 0;
325 327 float: left;
326 328 }
327 329
328 330 dl.overview dt {
329 331 clear: left;
330 332 font-weight: bold;
331 333 width: 150px;
332 334 }
333 335
334 336 /** end of summary **/
335 337
336 338 /** chagelog **/
337 339 h3.changelog {
338 340 margin: 20px 0 5px 30px;
339 341 padding: 0 0 2px;
340 342 font-size: 1.4em;
341 343 border-bottom: dotted 1px #D5E1E6;
342 344 }
343 345
344 346 ul.changelog-entry {
345 347 margin: 0 0 10px 30px;
346 348 list-style-type: none;
347 349 position: relative;
348 350 }
349 351
350 352 ul.changelog-entry li span.revdate {
351 353 font-size: 1.1em;
352 354 }
353 355
354 356 ul.changelog-entry li.age {
355 357 position: absolute;
356 358 top: -25px;
357 359 right: 10px;
358 360 font-size: 1.4em;
359 361 color: #CCC;
360 362 font-weight: bold;
361 363 font-style: italic;
362 364 }
363 365
364 366 ul.changelog-entry li span.name {
365 367 font-size: 1.2em;
366 368 font-weight: bold;
367 369 }
368 370
369 371 ul.changelog-entry li.description {
370 372 margin: 10px 0 0;
371 373 font-size: 1.1em;
372 374 }
373 375
374 376 /** end of changelog **/
375 377
376 378 /** file **/
377 379 p.files {
378 380 margin: 0 0 0 20px;
379 381 font-size: 2.0em;
380 382 font-weight: bold;
381 383 }
382 384
383 385 /** end of file **/
384 386
385 387 /** changeset **/
386 388
387 389 .cs_files{
388 390 border: 2px solid #CCCCCC;
389 391 width: 60%;
390 392
391 393 }
392 394 .cs_files .cs_added{
393 395 background:#BBFFBB;
394 396 }
395 397 .cs_files .cs_changed{
396 398 background: #FFDD88;
397 399 }
398 400 .cs_files .cs_removed{
399 401 background: #FF8888;
400 402 }
401 403
402 404 /** end of changeset **/
403 405
404 406 /** canvas **/
405 407 canvas {
406 408 position: absolute;
407 409 z-index: 5;
408 410 top: -0.7em;
409 411 }
410 412 #graph{
411 413 overflow: hidden;
412 414
413 415 }
414 416 #graph_nodes{
415 417 width:160px;
416 418 float:left;
417 419 }
418 420
419 421 #graph_content{
420 422 width:800px;
421 423 float:left;
422 424 }
423 425 #graph_content .container_header{
424 426 border:1px solid #CCCCCC;
425 427 height:30px;
426 428 background: #EEEEEE;
427 429 }
428 430
429 431
430 432 #graph_content .container .wrapper{
431 433 width: 600px;
432 434 }
433 435 #graph_content .container{
434 436 border-bottom: 1px solid #CCCCCC;
435 437 border-left: 1px solid #CCCCCC;
436 438 border-right: 1px solid #CCCCCC;
437 439 height:120px;
438 440 }
439 441
440 442 #graph_content .container .left{
441 443 float:left;
442 444 width: 70%;
443 445 padding-left: 5px;
444 446 }
445 447
446 448 #graph_content .container .right{
447 449 float:right;
448 450 width: 25%;
449 451 }
450 452 #graph_content .container .left .date{
451 453 font-weight:bold;
452 454 }
453 455 #graph_content .container .left .author{
454 456
455 457 }
456 458 #graph_content .container .left .message{
457 459 font-size: 80%;
458 460 }
459 461
460 462 .right .added,.changed,.removed{
461 463 border:1px solid #DDDDDD;
462 464 display:block;
463 465 float:right;
464 466 font-size:0.75em;
465 467 text-align:center;
466 468 min-width:15px;
467 469 }
468 470 .right .added{
469 471 background:#BBFFBB;
470 472 }
471 473 .right .changed{
472 474 background: #FFDD88;
473 475 }
474 476 .right .removed{
475 477 background: #FF8888;
476 478 }
477 479 /** end of canvas **/
478 480
479 481 /* FILE BROWSER */
480 482 div.browserblock {
481 483 overflow: hidden;
482 484 padding: 0px;
483 485 border: 1px solid #ccc;
484 486 background: #f8f8f8;
485 487 font-size: 100%;
486 488 line-height: 100%;
487 489 /* new */
488 490 line-height: 125%;
489 491 }
490 492 div.browserblock .browser-header{
491 493 border-bottom: 1px solid #CCCCCC;
492 494 background: #EEEEEE;
493 495 color:blue;
494 496 padding:10px 0 10px 0;
495 497 }
496 498 div.browserblock .browser-header span{
497 499 margin-left:25px;
498 500 font-weight: bold;
499 501 }
500 502 div.browserblock .browser-body{
501 503 background: #EEEEEE;
502 504 }
503 505
504 506 table.code-browser {
505 507 border-collapse:collapse;
506 508 width: 100%;
507 509 }
508 510 table.code-browser tr{
509 511 margin:3px;
510 512 }
511 513
512 514 table.code-browser thead th {
513 515 background-color: #EEEEEE;
514 516 height: 20px;
515 517 font-size: 1.1em;
516 518 font-weight: bold;
517 519 text-align: center;
518 520 text-align: left;
519 521 padding-left: 10px;
520 522 }
521 523 table.code-browser tbody tr {
522 524
523 525 }
524 526
525 527 table.code-browser tbody td {
526 528
527 529 padding-left:10px;
528 530 height: 20px;
529 531 }
530 532
531 533 .info-table {
532 534 background: none repeat scroll 0 0 #FAFAFA;
533 535 border-bottom: 1px solid #DDDDDD;
534 536 width: 100%;
535 537 }
536 538
537 539 .rss_logo {
538 540 background-image: url("/images/feed.png");
539 541 background-repeat: no-repeat;
540 542 display: block;
541 543 height: 16px;
542 544 padding-left: 20px;
543 545 padding-top: 0px;
544 546 text-align: left;
545 547 }
546 548
547 549 .atom_logo {
548 550 background-image: url("/images/atom.png");
549 551 background-repeat: no-repeat;
550 552 display: block;
551 553 height: 16px;
552 554 padding-left: 20px;
553 555 padding-top: 0px;
554 556 text-align: left;
555 557 }
556 558
557 559 .browser-file {
558 560 background-image: url("/images/document_16.png");
559 561 background-repeat: no-repeat;
560 562 display: block;
561 563 height: 16px;
562 564 padding-left: 20px;
563 565 padding-top: 0px;
564 566 text-align: left;
565 567 }
566 568
567 569 .browser-dir {
568 570 background-image: url("/images/folder_16.png");
569 571 background-repeat: no-repeat;
570 572 display: block;
571 573 height: 16px;
572 574 padding-left: 20px;
573 575 padding-top: 0px;
574 576 text-align: left;
575 577 }
576 578
577 579 .current_submenu {
578 580 border-bottom: 2px solid;
579 581 }
580 582
581 583 #repos_list {
582 584 border: 1px solid #556CB5;
583 585 background: #FFFFFF;
584 586 } No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now