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