~ubuntu-branches/ubuntu/oneiric/tuxguitar/oneiric

« back to all changes in this revision

Viewing changes to TuxGuitar/share/help/html/styles.css

  • Committer: Bazaar Package Importer
  • Author(s): Philippe Coval
  • Date: 2008-06-19 00:30:30 UTC
  • mfrom: (1.1.1 upstream) (2.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080619003030-agens2gvd5m4dacu
New upstream release (Closes: #481728) also (LP: #176979, #212207)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* CSS Document */
 
2
 
 
3
body, td, p, div {
 
4
        font-family: Tahoma, Arial, Helvetica, sans-serif;
 
5
        font-size: 12px;
 
6
        font-weight: normal;
 
7
        vertical-align: top;
 
8
        background-color: #fafafa;
 
9
}
 
10
 
 
11
p {
 
12
  margin-left: 20px
 
13
}
 
14
 
 
15
h1, h1 a, h1 a:hover{
 
16
        margin: 35px 0px 35px 0px;
 
17
        font-family: Tahoma, Arial, Helvetica, sans-serif;
 
18
        color:#f0c000;
 
19
        font-size:22px;
 
20
        font-weight:bold;
 
21
}
 
22
 
 
23
ul.toc {
 
24
        margin: 0px 0px 50px 0px;
 
25
 
 
26
}
 
27
 
 
28
 
 
29
h2, h2 a, h2 a:hover {
 
30
        margin: 35px 0px 10px 0px;
 
31
        font-family: Tahoma, Arial, Helvetica, sans-serif;
 
32
        color:#b0b0b0;
 
33
        font-size:16px;
 
34
        font-weight:bold;
 
35
        text-decoration: underline;
 
36
}
 
37
 
 
38
h3, h3 a, h4, h4 a, h5, h5 a,
 
39
h3 a:hover, h4 a:hover
 
40
 {
 
41
        margin: 25px 0px 10px 0px;
 
42
        font-family: Tahoma, Arial, Helvetica, sans-serif;
 
43
        color:#b0b0b0;
 
44
        font-size:13px;
 
45
        font-weight:bold;
 
46
        text-decoration: underline;
 
47
}
 
48
 
 
49
h3, h3 a, h4 a, h4 a:hover {
 
50
        text-decoration: none;
 
51
}
 
52
 
 
53
h5, h5 a, h5 a:hover {
 
54
        font-weight:normal;
 
55
        text-decoration: underline;
 
56
}
 
57
 
 
58
a, a:hover {
 
59
        font-family: Tahoma, Arial, Helvetica, sans-serif;
 
60
        color:#3939bf;
 
61
        font-size:12px;
 
62
        font-weight: normal;
 
63
        text-decoration: none;
 
64
}
 
65
 
 
66
a:hover {
 
67
        text-decoration: underline;
 
68
}
 
69
 
 
70
 
 
71
img{
 
72
        margin: 15px 10px 10px 20px;
 
73
        border: 0;
 
74
}
 
75
 
 
76
div.box_content{
 
77
        margin: 15px 0px 20px 0px;
 
78
        border: 1px dashed #999999;
 
79
        background-color: #666666;
 
80
        color: #ffffff;
 
81
        padding: 10px;
 
82
}
 
83
 
 
84
li.level1 {
 
85
        list-style-type: none
 
86
}
 
87
li.level2, li.level3 {
 
88
        color:#909090;
 
89
        font-size:10px;
 
90
        font-weight:bold;
 
91
        list-style-type: square
 
92
}
 
93
 
 
94
li.level1 a {
 
95
        font-size:13px;
 
96
        font-weight:bold;
 
97
        list-style-type: none
 
98
}
 
99
li.level1 a:hover {
 
100
        text-decoration: none;
 
101
}
 
102
 
 
103
 
 
104
li.level2 a, li.level3 a {
 
105
        font-weight:normal;
 
106
        font-size:12px;
 
107
        list-style-type: none
 
108
}
 
109
li.level2 a:hover, li.level3 a:hover {
 
110
        text-decoration: underline;
 
111
}
 
112
 
 
113
 
 
114
.li {
 
115
        font-family: Tahoma, Arial, Helvetica, sans-serif;
 
116
        list-style-type: square
 
117
        color:#000000;
 
118
        font-size:12px;
 
119
}
 
120
 
 
121
div.li {
 
122
        color:#000000;
 
123
}
 
124
 
 
125
table {
 
126
        text-align: left;
 
127
        text-indent: 10px;
 
128
        margin-left: 30px;
 
129
        line-height: 18px;
 
130
 }
 
131
 td {
 
132
   vertical-align: middle;
 
133
   padding-right: 10px;
 
134
 }
 
135
 
 
136
table.inline {
 
137
 
 
138
}
 
139
 
 
140
table.inline td {
 
141
  background-color: #e0e0e0;
 
142
}
 
143
 
 
144
table.inline tr.header td{
 
145
  background-color: #d0d0d0;
 
146
}
 
147
 
 
148
table.inline tr.odd td{
 
149
  background-color: #f0f0f0;
 
150
}
 
151
 
 
152
table.inline tr.even td{
 
153
  background-color: #e0e0e0;
 
154
}
 
155
 
 
156
table.inline td.left{
 
157
  width: 250px;
 
158
}
 
159
 
 
160
table.inline td.right{
 
161
  width: 150px;
 
162
}
 
 
b'\\ No newline at end of file'