~ubuntu-branches/ubuntu/lucid/glew/lucid

« back to all changes in this revision

Viewing changes to doc/glew.css

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-04 12:12:40 UTC
  • mfrom: (1.1.6 upstream) (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090604121240-e0rh5kfvft8wh2b0
Tags: 1.5.1-4ubuntu1
* Merge from debian unstable, remaining changes:
  - Build shared libraries with CC, not LD.
  - The debian Makefile had trailing '^M' characters; once sanitized
    the diff between the debian/ubuntu Makefile looks as follows:
    http://pastebin.ca/1447378

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
h1 
2
 
{   
3
 
  color: black;
4
 
  font: 23px "Verdana", "Arial", "Helvetica", sans-serif;
5
 
  font-weight: bold;
6
 
  text-align: center;
7
 
  margin-top: 12px;
8
 
  margin-bottom: 18px;
9
 
}
10
 
 
11
 
h2
12
 
{   
13
 
  color: black;
14
 
  font: 18px "Verdana", "Arial", "Helvetica", sans-serif;
15
 
  font-weight: bold;
16
 
  text-align: left;
17
 
  padding-top: 0px;
18
 
  padding-bottom: 0px;
19
 
  margin-top: 18px;
20
 
  margin-bottom: 12px;
21
 
}
22
 
 
23
 
h3
24
 
{   
25
 
  color: black;
26
 
  font: 17px "Verdana", "Arial", "Helvetica", sans-serif;
27
 
  text-align: left;
28
 
  padding-top: 0px;
29
 
  padding-bottom: 0px;
30
 
  margin-top: 12px;
31
 
  margin-bottom: 12px;
32
 
}
33
 
 
34
 
small
35
 
{
36
 
  font: 8pt "Verdana", "Arial", "Helvetica", sans-serif;
37
 
}
38
 
 
39
 
body
40
 
{
41
 
  color: black;
42
 
  font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
43
 
  text-align: left;
44
 
}
45
 
 
46
 
td
47
 
{
48
 
  color: black;
49
 
  font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
50
 
}
51
 
 
52
 
tt
53
 
{
54
 
  color: rgb(0,120,0);
55
 
}
56
 
/* color: maroon; */
57
 
 
58
 
td.num
59
 
{
60
 
  color: lightgrey;
61
 
  font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
62
 
  text-align: right;
63
 
}
64
 
 
65
 
blockquote
66
 
{
67
 
  color: rgb(0,120,0);
68
 
  background: #f0f0f0;
69
 
  text-align: left;
70
 
  margin-left: 40px;
71
 
  margin-right: 40px;
72
 
  margin-bottom: 6px;
73
 
  padding-bottom: 0px;
74
 
  margin-top: 0px;
75
 
  padding-top: 0px;
76
 
  border-top: 0px;
77
 
  border-width: 0px;
78
 
}
79
 
 
80
 
pre
81
 
{
82
 
  color: rgb(0,120,0);
83
 
  background: #f0f0f0;
84
 
  text-align: left;
85
 
  margin-left: 40px;
86
 
  margin-right: 40px;
87
 
  margin-bottom: 6px;
88
 
  padding-bottom: 0px;
89
 
  margin-top: 0px;
90
 
  padding-top: 0px;
91
 
  border-top: 0px;
92
 
  border-width: 0px;
93
 
}
94
 
 
95
 
p
96
 
97
 
  color: black;
98
 
  font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
99
 
  text-align: left;
100
 
  margin-bottom: 0px;
101
 
  padding-bottom: 6px;
102
 
  margin-top: 0px;
103
 
  padding-top: 0px;
104
 
}
105
 
 
106
 
p.right
107
 
108
 
  color: black;
109
 
  font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
110
 
  text-align: right;
111
 
  margin-bottom: 0px;
112
 
  padding-bottom: 6px;
113
 
  margin-top: 0px;
114
 
  padding-top: 0px;
115
 
}
116
 
 
117
 
p.pre
118
 
{
119
 
  color: rgb(0,120,0);
120
 
  font: 10pt "Courier New", "Courier", monospace;
121
 
  background: #f0f0f0;
122
 
  text-align: left;
123
 
  margin-top: 0px;
124
 
  margin-bottom: 6px;
125
 
  margin-left: 40px;
126
 
  margin-right: 40px;
127
 
  padding-top: 0px;
128
 
  padding-bottom: 6px;
129
 
  padding-left: 6px;
130
 
  padding-right: 6px;
131
 
  border-top: 0px;
132
 
  border-width: 0px;
133
 
}
134
 
 
135
 
a:link
136
 
{    
137
 
  color: rgb(0,0,139);
138
 
  text-decoration: none;
139
 
}
140
 
 
141
 
a:visited
142
 
{    
143
 
  color: rgb(220,20,60);
144
 
  text-decoration: none;
145
 
}
146
 
 
147
 
a:hover
148
 
{    
149
 
  color: rgb(220,20,60);
150
 
  text-decoration: underline;
151
 
  background: "#e8e8e8";
152
 
}
153
 
 
154
 
ul
155
 
{
156
 
  list-style-type: disc;
157
 
  text-align: left;
158
 
  margin-left: 40px;
159
 
  margin-top: 0px;
160
 
  padding-top: 0px;
161
 
  margin-bottom: 0px;
162
 
  padding-bottom: 3px;
163
 
}
164
 
 
165
 
ul.none
166
 
{
167
 
  list-style-type: none;
168
 
}
169
 
 
170
 
ol
171
 
{
172
 
  text-align: left;
173
 
  margin-left: 40px;
174
 
  margin-top: 0px;
175
 
  padding-top: 0px;
176
 
  margin-bottom: 0px;
177
 
  padding-bottom: 12px;
178
 
}
179
 
 
180
 
hr
181
 
{
182
 
  color: maroon;
183
 
  background-color: maroon;
184
 
  height: 1px;
185
 
  border: 0px;
186
 
  width: 80%;
187
 
}
 
1
h1 
 
2
{   
 
3
  color: black;
 
4
  font: 23px "Verdana", "Arial", "Helvetica", sans-serif;
 
5
  font-weight: bold;
 
6
  text-align: center;
 
7
  margin-top: 12px;
 
8
  margin-bottom: 18px;
 
9
}
 
10
 
 
11
h2
 
12
{   
 
13
  color: black;
 
14
  font: 18px "Verdana", "Arial", "Helvetica", sans-serif;
 
15
  font-weight: bold;
 
16
  text-align: left;
 
17
  padding-top: 0px;
 
18
  padding-bottom: 0px;
 
19
  margin-top: 18px;
 
20
  margin-bottom: 12px;
 
21
}
 
22
 
 
23
h3
 
24
{   
 
25
  color: black;
 
26
  font: 17px "Verdana", "Arial", "Helvetica", sans-serif;
 
27
  text-align: left;
 
28
  padding-top: 0px;
 
29
  padding-bottom: 0px;
 
30
  margin-top: 12px;
 
31
  margin-bottom: 12px;
 
32
}
 
33
 
 
34
small
 
35
{
 
36
  font: 8pt "Verdana", "Arial", "Helvetica", sans-serif;
 
37
}
 
38
 
 
39
body
 
40
{
 
41
  color: black;
 
42
  font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
 
43
  text-align: left;
 
44
}
 
45
 
 
46
td
 
47
{
 
48
  color: black;
 
49
  font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
 
50
}
 
51
 
 
52
tt
 
53
{
 
54
  color: rgb(0,120,0);
 
55
}
 
56
/* color: maroon; */
 
57
 
 
58
td.num
 
59
{
 
60
  color: lightgrey;
 
61
  font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
 
62
  text-align: right;
 
63
}
 
64
 
 
65
blockquote
 
66
{
 
67
  color: rgb(0,120,0);
 
68
  background: #f0f0f0;
 
69
  text-align: left;
 
70
  margin-left: 40px;
 
71
  margin-right: 40px;
 
72
  margin-bottom: 6px;
 
73
  padding-bottom: 0px;
 
74
  margin-top: 0px;
 
75
  padding-top: 0px;
 
76
  border-top: 0px;
 
77
  border-width: 0px;
 
78
}
 
79
 
 
80
pre
 
81
{
 
82
  color: rgb(0,120,0);
 
83
  background: #f0f0f0;
 
84
  text-align: left;
 
85
  margin-left: 40px;
 
86
  margin-right: 40px;
 
87
  margin-bottom: 6px;
 
88
  padding-bottom: 0px;
 
89
  margin-top: 0px;
 
90
  padding-top: 0px;
 
91
  border-top: 0px;
 
92
  border-width: 0px;
 
93
}
 
94
 
 
95
p
 
96
 
97
  color: black;
 
98
  font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
 
99
  text-align: left;
 
100
  margin-bottom: 0px;
 
101
  padding-bottom: 6px;
 
102
  margin-top: 0px;
 
103
  padding-top: 0px;
 
104
}
 
105
 
 
106
p.right
 
107
 
108
  color: black;
 
109
  font: 10pt "Verdana", "Arial", "Helvetica", sans-serif;
 
110
  text-align: right;
 
111
  margin-bottom: 0px;
 
112
  padding-bottom: 6px;
 
113
  margin-top: 0px;
 
114
  padding-top: 0px;
 
115
}
 
116
 
 
117
p.pre
 
118
{
 
119
  color: rgb(0,120,0);
 
120
  font: 10pt "Courier New", "Courier", monospace;
 
121
  background: #f0f0f0;
 
122
  text-align: left;
 
123
  margin-top: 0px;
 
124
  margin-bottom: 6px;
 
125
  margin-left: 40px;
 
126
  margin-right: 40px;
 
127
  padding-top: 0px;
 
128
  padding-bottom: 6px;
 
129
  padding-left: 6px;
 
130
  padding-right: 6px;
 
131
  border-top: 0px;
 
132
  border-width: 0px;
 
133
}
 
134
 
 
135
a:link
 
136
{    
 
137
  color: rgb(0,0,139);
 
138
  text-decoration: none;
 
139
}
 
140
 
 
141
a:visited
 
142
{    
 
143
  color: rgb(220,20,60);
 
144
  text-decoration: none;
 
145
}
 
146
 
 
147
a:hover
 
148
{    
 
149
  color: rgb(220,20,60);
 
150
  text-decoration: underline;
 
151
  background: "#e8e8e8";
 
152
}
 
153
 
 
154
ul
 
155
{
 
156
  list-style-type: disc;
 
157
  text-align: left;
 
158
  margin-left: 40px;
 
159
  margin-top: 0px;
 
160
  padding-top: 0px;
 
161
  margin-bottom: 0px;
 
162
  padding-bottom: 3px;
 
163
}
 
164
 
 
165
ul.none
 
166
{
 
167
  list-style-type: none;
 
168
}
 
169
 
 
170
ol
 
171
{
 
172
  text-align: left;
 
173
  margin-left: 40px;
 
174
  margin-top: 0px;
 
175
  padding-top: 0px;
 
176
  margin-bottom: 0px;
 
177
  padding-bottom: 12px;
 
178
}
 
179
 
 
180
hr
 
181
{
 
182
  color: maroon;
 
183
  background-color: maroon;
 
184
  height: 1px;
 
185
  border: 0px;
 
186
  width: 80%;
 
187
}