source: trunk/Cocoa/Pester/Updates/release-notes.css@ 363

Last change on this file since 363 was 361, checked in by Nicholas Riley, 16 years ago

VERSION: Updated for 1.1b5.

English.lproj/InfoPlist.strings: Updated for 1.1b5.

English.lproj/MainMenu.nib: Change IB compatibility level to 10.4.
Disable controls which lead to unstable functionality in this version.
Added Sparkle support. Hook up removeMessageButton to
PSAlarmSetController for "-" fallback drawing.

English.lproj/Preferences.nib: Added Sparkle checkbox.

English.lproj/Read Me.nib: Leopard-ized with source list coloring,
highlight and removed focus ring (which caused artifacts anyway).

English.lproj/Snooze until.nib: Use new natural language date strings
and calendar button bezel style.

Info-Pester.plist: Updated for 1.1b5. Added Sparkle support.

NJRDateFormatter.m: Comment out debug logging on every keystroke.

PSAlarmSetController.[hm]: If "-" image exists (on Leopard), don't
draw it with text as well.

PSAlerts.m: Don't describe bounce alert (which is present for
backwards compatibility, but doesn't work yet in this version).

PSPowerManager.m: Temporarily disable; untested in this version.

Pester.xcodeproj: Change Development/Deployment to Debug/Release.
Link to Sparkle. STRIP_INSTALLED_PRODUCT=NO on release version for
now (eventually, can investigate using symbol files).

Read Me.rtfd: Updated for 1.1b5. Use real links. Clean up release
notes. Credit Sparkle and Date::Manip. Clean up styles so they look
better in the read me viewer. Fix Omni link.

Sparkle.diff: Changes to Sparkle, which is included as an external.
These aren't yet automatically applied.

Updates/Application icon.png: The icon converted to a PNG. This will
probably go away as it's too big.

Updates/release-notes.css: Release notes CSS based on the example that
comes with Sparkle.

Updates/release-notes.html: Dummy release notes file; nobody should
see this yet.

Updates/updates.xml: Initial Sparkle appcast file.

package-Pester.sh: Update for xcodebuild, Sparkle, etc. No longer
include source in download.

File size: 1.6 KB
Line 
1body {
2 margin: 12px;
3}
4
5table {
6 border: dotted 1px #ccc;
7 border-collapse: collapse;
8 width: 100%;
9}
10
11h1, h2, h3, th {
12 font-family: "Gill Sans", "Lucida Grande", sans-serif;
13}
14
15th {
16 background-color: #e6edff;
17 text-align: left;
18 padding-left: 6px;
19 padding-top: 2px;
20 padding-bottom: 2px
21}
22
23tr {
24 vertical-align: top;
25}
26
27td.icon {
28 width: 150px;
29 height: 128px;
30 background-position: top center;
31 background-repeat: no-repeat;
32 background-image: url('Application icon.png');
33 background-attachment: scroll;
34}
35
36h3, th {
37 font-size: 11pt;
38 font-weight: bold;
39 }
40
41h3 {
42 margin-top: -4px;
43 margin-bottom: -4px
44}
45
46p, td, ol {
47 font-family: "Hoefler Text", serif;
48 font-size: 14px;
49 line-height: 16px;
50}
51
52p {
53 text-decoration: none
54 }
55
56
57ol {
58 list-style-position: outside;
59 margin-top: 12px;
60 margin-bottom: 12px;
61 margin-left: -18px;
62 padding-left: 40px
63 }
64
65
66ol li {
67 margin-top: 6px;
68 margin-bottom: 6px
69 }
70
71
72ol p {
73 margin-top: 6px;
74 margin-bottom: 6px
75 }
76
77
78ul {
79 font-size: 9pt;
80 font-family: "Lucida Grande", Arial, sans-serif;
81 line-height: 12pt;
82 list-style-type: square;
83 list-style-position: outside;
84 margin-top: 12px;
85 margin-bottom: 12px;
86 margin-left: -24px;
87 padding-left: 40px
88 }
89
90
91ul li {
92 margin-top: 6px;
93 margin-bottom: 6px
94 }
95
96
97ul p {
98 margin-top: 6px;
99 margin-bottom: 6px
100 }
101
102
103a {
104 color: #00f;
105 font-size: 9pt;
106 font-family: "Lucida Grande", Arial, sans-serif;
107 line-height: 12pt;
108 text-decoration: none
109 }
110
111
112a:hover {
113 color: #00f;
114 font-family: "Lucida Grande", Arial, sans-serif;
115 text-decoration: underline
116 }
117
118hr {
119 text-decoration: none;
120 border: solid 1px #bfbfbf
121 }
122
123td {
124 padding: 6px
125 }
126
127.mult {
128 margin-top: -8px
129 }
Note: See TracBrowser for help on using the repository browser.