Subversion Repository Public Repository

Nextrek

Diff Revisions 827 vs 828 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -347,7 +347,7 @@
347 347 }
348 348
349 349 .itin-elem-container{
350 - height: 75px;
350 + height: 89px;
351 351 }
352 352
353 353 .itin-elem li{
  @@ -357,25 +357,68 @@
357 357 margin: 0;
358 358 border:0;
359 359 background-image:none;
360 - text-align: center;
360 + text-align: left;
361 361 height: 45px;
362 362 }
363 363
364 364 .itin-elem li.itin-elem-time a{
365 - width: 60px;
366 - height: 55px;
365 + width: 40px;
366 + height: 69px;
367 367 background-color:transparent;
368 368 display: inline-block;
369 369 text-decoration: none;
370 370 color: black;
371 371 cursor: default;
372 - padding: 10px 20px;/*This defines the size of each menu item*/
372 + padding: 20px 15px 0px 15px;/*This defines the size of each menu item*/
373 373 vertical-align: top;
374 374 border-right-width: 3px;
375 375 border-right-style: solid;
376 376 border-right-color: rgb(26,100,114);
377 377 color: rgb(26,100,114);
378 378 font-weight: bold;
379 + text-align: center;
380 + }
381 +
382 + .itin-elem li.itin-elem-line a{
383 + width: 30px;
384 + height: 7px;
385 + background-color:transparent;
386 + display: inline-block;
387 + cursor: default;
388 + padding: 10px 0px 10px 0px;/*This defines the size of each menu item*/
389 + border-top-width: 3px;
390 + border-top-style: solid;
391 + border-top-color: rgb(26,100,114);
392 + }
393 +
394 + .itin-elem li.itin-elem-lineFake a{
395 + width: 30px;
396 + height: 45px;
397 + background-color:transparent;
398 + display: inline-block;
399 + cursor: default;
400 + padding: 10px 0px 10px 0px;/*This defines the size of each menu item*/
401 + }
402 +
403 + .itin-elem li.itin-elem-line2 a{
404 + width: 65px;
405 + height: 45px;
406 + background-color:transparent;
407 + display: inline-block;
408 + cursor: default;
409 + padding: 10px 0px 10px 0px;/*This defines the size of each menu item*/
410 + background-image: url(../imgs/itinerario/arrow.png);
411 + background-repeat: no-repeat;
412 + background-position: 0px 22px;
413 + }
414 +
415 + .itin-elem li.itin-elem-line2Fake a{
416 + width: 65px;
417 + height: 45px;
418 + background-color:transparent;
419 + display: inline-block;
420 + cursor: default;
421 + padding: 10px 0px 10px 0px;/*This defines the size of each menu item*/
379 422 }
380 423
381 424 .itin-elem li.itin-elem-time.first a{
  @@ -386,45 +429,68 @@
386 429 }
387 430
388 431 .itin-elem li.itin-elem-time.fake a{
389 - width: 60px;
390 - height: 55px;
432 + width: 40px;
433 + height: 69px;
391 434 background-color:transparent;
392 435 display: inline-block;
393 - padding: 10px 20px;/*This defines the size of each menu item*/
436 + padding: 20px 15px 0px 15px;/*This defines the size of each menu item*/
394 437 vertical-align: top;
395 438 }
396 439
397 440 .itin-elem li.itin-elem-intestazione a{
398 - width: 42%;
399 - background-color:red;
441 + width: 35%;
442 + background-color:transparent;
400 443 height: 45px;
401 444 display: inline-block;
402 445 text-decoration: none;
403 446 color: black;
404 447 cursor: default;
405 - padding: 10px 20px;/*This defines the size of each menu item*/
448 + padding: 10px 10px 10px 10px;/*This defines the size of each menu item*/
406 449 vertical-align: top;
450 + font-size: 15px;
451 + border-width: 3px;
452 + border-style: solid;
453 + border-color: rgb(26,100,114);
454 + border-radius: 4px;
407 455 }
408 456
409 457 .itin-elem li.itin-elem-intestazione.fake a{
410 - width: 42%;
458 + width: 35%;
411 459 height: 45px;
412 460 background-color:transparent;
413 461 display: inline-block;
414 - padding: 10px 20px;/*This defines the size of each menu item*/
462 + padding: 10px 10px 10px 10px;/*This defines the size of each menu item*/
415 463 vertical-align: top;
464 + border-color: transparent;
416 465 }
417 466
418 467 .itin-elem li.itin-elem-art a{
419 - width: 42%;
468 + width: 40%;
420 469 height: 45px;
421 - background-color:yellow;
470 + background-color:transparent;
422 471 display: inline-block;
423 472 text-decoration: none;
424 473 color: black;
425 474 cursor: default;
426 - padding: 10px 20px;/*This defines the size of each menu item*/
475 + padding: 10px 10px 10px 10px;/*This defines the size of each menu item*/
427 476 vertical-align: top;
477 + border-width: 3px;
478 + border-style: solid;
479 + border-color: rgb(234,0,112);
480 + border-radius: 4px;
481 + position: relative;
482 + }
483 +
484 + .link-line{
485 + position: absolute;
486 + top: -21px;
487 + left: 25px;
488 + background-color: transparent;
489 + height: 18px;
490 + width: 5px;
491 + border-left-color: rgb(234,0,112);
492 + border-left-width: 3px;
493 + border-left-style: solid;
428 494 }
429 495
430 496