Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | More tweaks to the gradient skin. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
ad4cc21b7f1e5fc58151f4b17a63b1ed |
| User & Date: | drh 2011-03-03 15:48:24.419 |
| Original Comment: | More tweaks to the gradiant skin. |
Context
|
2011-03-03
| ||
| 16:48 | Update the homepage to make it clearer that the Fossil website is just a running instance of Fossil. check-in: 9415b3fe8e user: drh tags: trunk | |
| 15:48 | More tweaks to the gradient skin. check-in: ad4cc21b7f user: drh tags: trunk | |
| 15:22 | Adjust the text and font-size of the header on the homepage and on the download page. check-in: e6a29e0057 user: drh tags: trunk | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
683 684 685 686 687 688 689 |
@ padding: 3px 20px 3px 20px;
@ clear: both;
@ }
@
@ /* The page title at the top of each page */
@ div.title {
@ display: table-cell;
| | < | | > > | 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 |
@ padding: 3px 20px 3px 20px;
@ clear: both;
@ }
@
@ /* The page title at the top of each page */
@ div.title {
@ display: table-cell;
@ padding-left: 10px;
@ font-size: 2em;
@ margin: 10px 0 10px -20px;
@ vertical-align: bottom;
@ text-align: left;
@ width: 80%;
@ font-family: Verdana, sans-serif;
@ font-weight: bold;
@ color: #558195;
@ text-shadow: 0px 2px 2px #999999;
@ }
@
@ /* The login status message in the top right-hand corner */
@ div.status {
@ display: table-cell;
@ text-align: right;
@ vertical-align: bottom;
|
| ︙ | ︙ | |||
716 717 718 719 720 721 722 | @ -moz-border-top-left-radius: 5px; @ -webkit-border-top-right-radius: 5px; @ -webkit-border-top-left-radius: 5px; @ -border-top-right-radius: 5px; @ -border-top-left-radius: 5px; @ border-top-left-radius: 5px; @ border-top-right-radius: 5px; | | | 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 | @ -moz-border-top-left-radius: 5px; @ -webkit-border-top-right-radius: 5px; @ -webkit-border-top-left-radius: 5px; @ -border-top-right-radius: 5px; @ -border-top-left-radius: 5px; @ border-top-left-radius: 5px; @ border-top-right-radius: 5px; @ vertical-align: center; @ min-height: 2em; @ background-color: #446979; @ background: -webkit-gradient(linear,left bottom,left top, color-stop(0.02, rgb(51,81,94)), color-stop(0.76, rgb(85,129,149))); @ background: -moz-linear-gradient(center bottom,rgb(51,81,94) 2%, rgb(85,129,149) 76%); @ -webkit-box-shadow: 0px 3px 4px #333333; @ -moz-box-shadow: 0px 3px 4px #333333; @ box-shadow: 0px 3px 4px #333333; |
| ︙ | ︙ |