~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/libsndfile/doc/libsndfile.css

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
        background : black ;
3
 
        color : white ;
4
 
        font-family : arial, helvetica, sans-serif ;
5
 
}
6
 
td {
7
 
        font-family : arial, helvetica, sans-serif ;
8
 
        background : black ;
9
 
        color : white ;
10
 
}
11
 
center {
12
 
        font-family : arial, helvetica, sans-serif ;
13
 
}
14
 
p {
15
 
        font-family : arial, helvetica, sans-serif ;
16
 
        text-align : left ;
17
 
        margin-left : 3% ;
18
 
        margin-right : 3% ;
19
 
}
20
 
.indent_block {
21
 
        font-family : arial, helvetica, sans-serif ;
22
 
        text-align : left ;
23
 
        margin-left : 10% ;
24
 
        margin-right : 10% ;
25
 
}
26
 
br {
27
 
        font-family : arial, helvetica, sans-serif ;
28
 
}
29
 
form {
30
 
        font-family : arial, helvetica, sans-serif ;
31
 
}
32
 
ul {
33
 
        font-family : arial, helvetica, sans-serif ;
34
 
        text-align : left ;
35
 
        margin-left : 3% ;
36
 
        margin-right : 6% ;
37
 
}
38
 
ol {
39
 
        font-family : arial, helvetica, sans-serif ;
40
 
        text-align : left ;
41
 
        margin-left : 3% ;
42
 
        margin-right : 6% ;
43
 
}
44
 
dl {
45
 
        font-family : arial, helvetica, sans-serif ;
46
 
        text-align : left ;
47
 
        margin-left : 3% ;
48
 
        margin-right : 3% ;
49
 
}
50
 
h1 { 
51
 
        font-size : xx-large ; 
52
 
        background : black ;
53
 
        color : #5050FF ; 
54
 
        text-align : left ;
55
 
        margin-left : 3% ;
56
 
        margin-right : 3% ;
57
 
}
58
 
h2 { 
59
 
        font-size : x-large ; 
60
 
        background : black ;
61
 
        color : #5050FF ;
62
 
        text-align : left ;
63
 
        margin-left : 3% ;
64
 
        margin-right : 3% ;
65
 
}
66
 
h3 { 
67
 
        font-size : large ; 
68
 
        background : black ;
69
 
        color : #5050FF ;
70
 
        text-align : left ;
71
 
        margin-left : 3% ;
72
 
        margin-right : 3% ;
73
 
}
74
 
pre {
75
 
        font-family : courier, monospace ;
76
 
        font-size : medium ;
77
 
}
78
 
a:link { color : #9090FF ; }
79
 
a:visited { color : #5050FF ; }
80
 
a:active { color : #FF00FF ; }
81
 
a:hover { background-color : #202080 ; }