Changeset 424 for trunk/client/temi
- Timestamp:
- Jun 13, 2024, 7:18:22 PM (5 months ago)
- Location:
- trunk/client/temi
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/temi/altro/style.css
r384 r424 506 506 } 507 507 508 .bggray a{ 509 color:#ffffff; 510 text-decoration: underline; 511 } 512 .bggray a:hover{ 513 text-decoration: underline; 514 /*color:#FFFFFF;*/ 515 } 516 .bggray a:visited{ 517 color:#ffffff; 518 text-decoration: underline; 519 520 } 521 508 522 .bggray2 { 509 523 background: #A8C4E1; -
trunk/client/temi/bsitalia/layout/styles/style.css
r407 r424 658 658 text-align: center; 659 659 } 660 660 .bggray a:link { 661 text-decoration: underline; 662 color: #660033; 663 background-color: #d2d2d2; 664 } 665 .bggray a:visited { 666 text-decoration: underline; 667 color: #660000; 668 background-color: #d2d2d2; 669 } 670 .bggray a:hover { 671 color: #CC2222; 672 text-decoration: underline; 673 background-color: #d2d2d2; 674 } 661 675 .bggray2 { 662 676 BACKGROUND: #EFEFEF; … … 672 686 text-align: left; 673 687 } 674 688 .bggray3 a:link { 689 text-decoration: underline; 690 color: #660033; 691 background-color: #EFEFEF; 692 } 693 .bggray3 a:visited { 694 text-decoration: underline; 695 color: #660000; 696 background-color: #EFEFEF; 697 } 698 .bggray3 a:hover { 699 color: #CC2222; 700 text-decoration: underline; 701 background-color: #EFEFEF; 702 } 675 703 .normale { 676 704 BACKGROUND: none; -
trunk/client/temi/bsitalia/style.css
r416 r424 1 1 a:link { 2 text-decoration: none;2 text-decoration: underline; 3 3 color: #660033; 4 background-color: d2d2d2; 4 5 } 5 6 a:visited { 6 text-decoration: none;7 text-decoration: underline; 7 8 color: #660000; 9 background-color: d2d2d2; 8 10 } 9 11 a:hover { 10 12 color: #CC2222; 13 text-decoration: underline; 11 14 } 12 15 body , html {
Note:
See TracChangeset
for help on using the changeset viewer.