Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
|
|
|
579 | 579 | |
580 | 580 | #footer, |
581 | 581 | #footer-upgrade { |
582 | | background: #464646; |
583 | | color: #999; |
| 582 | background: url(../images/wphead.png) bottom left repeat-x; |
| 583 | color: #777; |
| 584 | border-top: #d4d4d4 1px solid; |
584 | 585 | } |
585 | 586 | |
586 | 587 | #media-items, |
… |
… |
|
703 | 704 | } |
704 | 705 | |
705 | 706 | #wphead { |
706 | | background-color: #464646; |
| 707 | background: url(../images/wphead.png) top left repeat-x; |
| 708 | border-bottom: #fff 1px solid; |
707 | 709 | } |
708 | 710 | |
709 | 711 | body.login { |
… |
… |
|
711 | 713 | } |
712 | 714 | |
713 | 715 | #wphead h1 a { |
714 | | color: #fff; |
| 716 | color: #464646; |
715 | 717 | } |
716 | 718 | |
717 | 719 | #user_info { |
… |
… |
|
722 | 724 | #user_info a:visited, |
723 | 725 | #footer a:link, |
724 | 726 | #footer a:visited { |
725 | | color: #ccc; |
| 727 | color: #111; |
726 | 728 | text-decoration: none; |
727 | 729 | } |
728 | 730 | |
729 | 731 | #user_info a:hover, |
730 | 732 | #footer a:hover { |
731 | | color: #fff; |
732 | 733 | text-decoration: underline !important; |
733 | 734 | } |
734 | 735 | |