Fossil SCM
More tweaks to the gradiant skin.
Commit
ad4cc21b7f1e5fc58151f4b17a63b1ed764999f4
Parent
e6a29e00573d460…
1 file changed
+6
-5
+6
-5
| --- src/skins.c | ||
| +++ src/skins.c | ||
| @@ -685,19 +685,20 @@ | ||
| 685 | 685 | @ } |
| 686 | 686 | @ |
| 687 | 687 | @ /* The page title at the top of each page */ |
| 688 | 688 | @ div.title { |
| 689 | 689 | @ display: table-cell; |
| 690 | -@ padding-left: 1em; | |
| 690 | +@ padding-left: 10px; | |
| 691 | 691 | @ font-size: 2em; |
| 692 | -@ font-weight: bold; | |
| 693 | 692 | @ margin: 10px 0 10px -20px; |
| 694 | 693 | @ vertical-align: bottom; |
| 695 | 694 | @ text-align: left; |
| 696 | 695 | @ width: 80%; |
| 697 | -@ font-family: Georgia, serif; | |
| 698 | -@ font-weight:normal; | |
| 696 | +@ font-family: Verdana, sans-serif; | |
| 697 | +@ font-weight: bold; | |
| 698 | +@ color: #558195; | |
| 699 | +@ text-shadow: 0px 2px 2px #999999; | |
| 699 | 700 | @ } |
| 700 | 701 | @ |
| 701 | 702 | @ /* The login status message in the top right-hand corner */ |
| 702 | 703 | @ div.status { |
| 703 | 704 | @ display: table-cell; |
| @@ -718,11 +719,11 @@ | ||
| 718 | 719 | @ -webkit-border-top-left-radius: 5px; |
| 719 | 720 | @ -border-top-right-radius: 5px; |
| 720 | 721 | @ -border-top-left-radius: 5px; |
| 721 | 722 | @ border-top-left-radius: 5px; |
| 722 | 723 | @ border-top-right-radius: 5px; |
| 723 | -@ padding-top: 1em; | |
| 724 | +@ vertical-align: center; | |
| 724 | 725 | @ min-height: 2em; |
| 725 | 726 | @ background-color: #446979; |
| 726 | 727 | @ background: -webkit-gradient(linear,left bottom,left top, color-stop(0.02, rgb(51,81,94)), color-stop(0.76, rgb(85,129,149))); |
| 727 | 728 | @ background: -moz-linear-gradient(center bottom,rgb(51,81,94) 2%, rgb(85,129,149) 76%); |
| 728 | 729 | @ -webkit-box-shadow: 0px 3px 4px #333333; |
| 729 | 730 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -685,19 +685,20 @@ | |
| 685 | @ } |
| 686 | @ |
| 687 | @ /* The page title at the top of each page */ |
| 688 | @ div.title { |
| 689 | @ display: table-cell; |
| 690 | @ padding-left: 1em; |
| 691 | @ font-size: 2em; |
| 692 | @ font-weight: bold; |
| 693 | @ margin: 10px 0 10px -20px; |
| 694 | @ vertical-align: bottom; |
| 695 | @ text-align: left; |
| 696 | @ width: 80%; |
| 697 | @ font-family: Georgia, serif; |
| 698 | @ font-weight:normal; |
| 699 | @ } |
| 700 | @ |
| 701 | @ /* The login status message in the top right-hand corner */ |
| 702 | @ div.status { |
| 703 | @ display: table-cell; |
| @@ -718,11 +719,11 @@ | |
| 718 | @ -webkit-border-top-left-radius: 5px; |
| 719 | @ -border-top-right-radius: 5px; |
| 720 | @ -border-top-left-radius: 5px; |
| 721 | @ border-top-left-radius: 5px; |
| 722 | @ border-top-right-radius: 5px; |
| 723 | @ padding-top: 1em; |
| 724 | @ min-height: 2em; |
| 725 | @ background-color: #446979; |
| 726 | @ background: -webkit-gradient(linear,left bottom,left top, color-stop(0.02, rgb(51,81,94)), color-stop(0.76, rgb(85,129,149))); |
| 727 | @ background: -moz-linear-gradient(center bottom,rgb(51,81,94) 2%, rgb(85,129,149) 76%); |
| 728 | @ -webkit-box-shadow: 0px 3px 4px #333333; |
| 729 |
| --- src/skins.c | |
| +++ src/skins.c | |
| @@ -685,19 +685,20 @@ | |
| 685 | @ } |
| 686 | @ |
| 687 | @ /* The page title at the top of each page */ |
| 688 | @ div.title { |
| 689 | @ display: table-cell; |
| 690 | @ padding-left: 10px; |
| 691 | @ font-size: 2em; |
| 692 | @ margin: 10px 0 10px -20px; |
| 693 | @ vertical-align: bottom; |
| 694 | @ text-align: left; |
| 695 | @ width: 80%; |
| 696 | @ font-family: Verdana, sans-serif; |
| 697 | @ font-weight: bold; |
| 698 | @ color: #558195; |
| 699 | @ text-shadow: 0px 2px 2px #999999; |
| 700 | @ } |
| 701 | @ |
| 702 | @ /* The login status message in the top right-hand corner */ |
| 703 | @ div.status { |
| 704 | @ display: table-cell; |
| @@ -718,11 +719,11 @@ | |
| 719 | @ -webkit-border-top-left-radius: 5px; |
| 720 | @ -border-top-right-radius: 5px; |
| 721 | @ -border-top-left-radius: 5px; |
| 722 | @ border-top-left-radius: 5px; |
| 723 | @ border-top-right-radius: 5px; |
| 724 | @ vertical-align: center; |
| 725 | @ min-height: 2em; |
| 726 | @ background-color: #446979; |
| 727 | @ background: -webkit-gradient(linear,left bottom,left top, color-stop(0.02, rgb(51,81,94)), color-stop(0.76, rgb(85,129,149))); |
| 728 | @ background: -moz-linear-gradient(center bottom,rgb(51,81,94) 2%, rgb(85,129,149) 76%); |
| 729 | @ -webkit-box-shadow: 0px 3px 4px #333333; |
| 730 |