Small cleanups due to Han-Wen's comments.
[lilypond.git] / Documentation / texinfo.css
blobaf84899fc617053bf99c7e16d7a4963fb1c2079f
1 hr { border:0; height:1; color: #000000; background-color: #000000; }
2 /* hr {
3 border: none;
4 height: 1px;
5 color: #666666;
6 background-color: #666666;
8 body {
9 border-left: 1px solid #666666;
10 border-right: 1px solid #666666;
11 color: #332d28;
12 margin-right: auto;
13 margin-left: auto;
14 width: 60em;
15 list-style-type: square;
16 font-family: Arial,Helvetica,sans-serif;
17 padding-right: 1em;
18 padding-left: 1em;
20 a {
21 border-bottom: 1px dashed #344242;
22 text-decoration: none;
23 color: #344242;
25 a:link {
26 text-decoration: none;
28 a:visited {
29 border-bottom: 1px dashed #666666;
30 color: #666666;
32 a:active {
33 border-bottom: 1px solid #00cccc;
34 color: #00cccc;
36 a:hover {
37 border-bottom: 1px solid #1d7b85;
38 color: #1d7b85;
40 blockquote {
41 border: 1px solid #cccccc;
42 padding: 3px;
43 width: 40em;
45 .node {
46 border-left: 1px solid #666666;
47 margin: -0.5em 0px 1em;
48 padding: 2px 1px 0px;
49 font-style: italic;
51 .node a {
52 border: none;
53 text-decoration: underline;
54 font-style: normal;
55 font-weight: bold;
57 .verbatim {
58 font-family: "Courier New",Courier,monospace;
60 .unnumberedsubsubsec {
61 font-size: large;
62 color: #1d7b85;
64 .subsubheading {
65 font-size: large;
66 color: #3b220d;
68 .contents {
69 border: 1px dashed #339999;
70 margin: 3px 2em;
71 list-style-type: square;
72 padding-right: 1em;
73 width: 40em;
74 background-color: #fcfff9;
76 .contents a {
77 border-bottom: 1px dashed #423d34;
78 text-decoration: none;
79 color: #423d34;
81 .contents a:visited {
82 border-bottom: 1px dashed #666666;
83 color: #666666;
85 .contents a:active {
86 border-bottom: 1px solid #f0d86d;
87 color: #f0d86d;
89 .contents a:hover {
90 border-bottom: 1px solid #3b220d;
91 color: #3b220d;
93 .menu {
94 border-left: 1px dashed #339999;
95 margin: 3px 2em 1em;
96 list-style-type: square;
97 padding-left: 1.4em;
98 width: 40em;
100 .unnumbered {
102 h2 {
103 font-size: x-large;
104 color: #1d7b85;