source: branches/1.11-appstore/source/examples/cocoa/interface-databases/HOWTO_files/stylesheets/styles.css

Last change on this file was 8442, checked in by mikel, 17 years ago

added interfce databases HOWTO

File size: 772 bytes
Line 
1body {
2 background-color: white;
3 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
4}
5
6.title {
7 text-align: center;
8 font-size: 16pt;
9}
10
11.subtitle {
12 font-size: medium;
13 font-weight: bold;
14 text-align: center;
15}
16
17.byline {
18 text-align: center;
19 font-weight: bold;
20 font-size: small;
21}
22
23.section-head {
24 padding-top: 2em;
25 padding-left: 1em;
26}
27
28.body-text {
29 font: 12pt Georgia, "Times New Roman", Times, serif;
30 margin-left: 4em;
31 margin-right: 4em;
32 text-indent: 3em;
33}
34
35.note {
36 font: 12pt Georgia, "Times New Roman", Times, serif;
37 margin-left: 6em;
38 margin-right: 6em;
39 text-indent: 0em;
40}
41
42.inline-image {
43 text-align: center;
44}
45
46.nav {
47 text-align: center;
48 font-size: large;
49 font-weight: bold;
50 padding-top: 4em;
51}
52
53li, pre {
54 text-indent: 0;
55}
Note: See TracBrowser for help on using the repository browser.