Skip to content

Commit 805bacb

Browse files
committed
[doc][nfc] Add back css for formatting of release notes
(cherry picked from commit 783b36b)
1 parent 26728cb commit 805bacb

2 files changed

Lines changed: 387 additions & 0 deletions

File tree

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
ALittleC++.html
2+
ALittleC++.pdf
3+
AddingaClass.html
4+
AddingaClass.pdf
5+
CINT.html
6+
CINT.pdf
7+
CollectionClasses.html
8+
CollectionClasses.pdf
9+
ExampleAnalysis.html
10+
ExampleAnalysis.pdf
11+
FittingHistograms.html
12+
FittingHistograms.pdf
13+
FoldersTasks.html
14+
FoldersTasks.pdf
15+
Geometry.html
16+
Geometry.pdf
17+
GettingStarted.html
18+
GettingStarted.pdf
19+
Graphics.html
20+
Graphics.pdf
21+
Graphs.html
22+
Graphs.pdf
23+
HTMLDoc.html
24+
HTMLDoc.pdf
25+
Histograms.html
26+
Histograms.pdf
27+
InputOutput.html
28+
InputOutput.pdf
29+
InstallandBuild.html
30+
InstallandBuild.pdf
31+
Introduction.html
32+
Introduction.pdf
33+
LinearAlgebra.html
34+
LinearAlgebra.pdf
35+
MathLibraries.html
36+
MathLibraries.pdf
37+
Networking.html
38+
Networking.pdf
39+
ObjectOwnership.html
40+
ObjectOwnership.pdf
41+
PROOF.html
42+
PROOF.pdf
43+
PhysicsVectors.html
44+
PhysicsVectors.pdf
45+
Preface.html
46+
Preface.pdf
47+
PythonRuby.html
48+
PythonRuby.pdf
49+
ROOTUsersGuide.epub
50+
ROOTUsersGuide.html
51+
ROOTUsersGuide.pdf
52+
ROOTUsersGuideA4.aux
53+
ROOTUsersGuideA4.idx
54+
ROOTUsersGuideA4.ilg
55+
ROOTUsersGuideA4.ind
56+
ROOTUsersGuideA4.log
57+
ROOTUsersGuideA4.out
58+
ROOTUsersGuideA4.pdf
59+
ROOTUsersGuideA4.tex
60+
ROOTUsersGuideA4.toc
61+
ROOTUsersGuideLetter.aux
62+
ROOTUsersGuideLetter.idx
63+
ROOTUsersGuideLetter.ilg
64+
ROOTUsersGuideLetter.ind
65+
ROOTUsersGuideLetter.log
66+
ROOTUsersGuideLetter.out
67+
ROOTUsersGuideLetter.pdf
68+
ROOTUsersGuideLetter.tex
69+
ROOTUsersGuideLetter.toc
70+
ROOTandQt.html
71+
ROOTandQt.pdf
72+
Threads.html
73+
Threads.pdf
74+
Trees.html
75+
Trees.pdf
76+
TutorialsandTests.html
77+
TutorialsandTests.pdf
78+
WritingGUI.html
79+
WritingGUI.pdf
Lines changed: 308 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,308 @@
1+
<style>
2+
body {
3+
font-family: Helvetica, arial, sans-serif;
4+
font-size: 14px;
5+
line-height: 1.6;
6+
padding-top: 10px;
7+
padding-bottom: 10px;
8+
background-color: white;
9+
padding: 30px; }
10+
11+
body > *:first-child {
12+
margin-top: 0 !important; }
13+
body > *:last-child {
14+
margin-bottom: 0 !important; }
15+
16+
a, a:visited {
17+
text-decoration: none;
18+
color: #4183C4; }
19+
a:hover {
20+
text-decoration: underline;
21+
color: #4183C4; }
22+
a:absent {
23+
color: #cc0000; }
24+
a:anchor {
25+
display: block;
26+
padding-left: 30px;
27+
margin-left: -30px;
28+
cursor: pointer;
29+
position: absolute;
30+
top: 0;
31+
left: 0;
32+
bottom: 0; }
33+
34+
h1, h2, h3, h4, h5, h6 {
35+
margin: 20px 0 10px;
36+
padding: 0;
37+
font-weight: bold;
38+
-webkit-font-smoothing: antialiased;
39+
cursor: text;
40+
position: relative; }
41+
42+
h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, h5:hover a.anchor, h6:hover a.anchor {
43+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA09pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoMTMuMCAyMDEyMDMwNS5tLjQxNSAyMDEyLzAzLzA1OjIxOjAwOjAwKSAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUM2NjlDQjI4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUM2NjlDQjM4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzY2OUNCMDg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzY2OUNCMTg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsQhXeAAAABfSURBVHjaYvz//z8DJYCRUgMYQAbAMBQIAvEqkBQWXI6sHqwHiwG70TTBxGaiWwjCTGgOUgJiF1J8wMRAIUA34B4Q76HUBelAfJYSA0CuMIEaRP8wGIkGMA54bgQIMACAmkXJi0hKJQAAAABJRU5ErkJggg==) no-repeat 10px center;
44+
text-decoration: none; }
45+
46+
h1 tt, h1 code {
47+
font-size: inherit; }
48+
49+
h2 tt, h2 code {
50+
font-size: inherit; }
51+
52+
h3 tt, h3 code {
53+
font-size: inherit; }
54+
55+
h4 tt, h4 code {
56+
font-size: inherit; }
57+
58+
h5 tt, h5 code {
59+
font-size: inherit; }
60+
61+
h6 tt, h6 code {
62+
font-size: inherit; }
63+
64+
h1 {
65+
font-size: 28px;
66+
color: black; }
67+
68+
h2 {
69+
font-size: 24px;
70+
border-bottom: 1px solid #cccccc;
71+
color: black; }
72+
73+
h3 {
74+
font-size: 18px; }
75+
76+
h4 {
77+
font-size: 16px; }
78+
79+
h5 {
80+
font-size: 14px; }
81+
82+
h6 {
83+
color: #777777;
84+
font-size: 14px; }
85+
86+
p, blockquote, ul, ol, dl, li, table, pre {
87+
margin: 15px 0; }
88+
89+
hr {
90+
background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC) repeat-x 0 0;
91+
border: 0 none;
92+
color: #cccccc;
93+
height: 4px;
94+
padding: 0;
95+
}
96+
97+
body > h2:first-child {
98+
margin-top: 0;
99+
padding-top: 0; }
100+
body > h1:first-child {
101+
margin-top: 0;
102+
padding-top: 0; }
103+
body > h1:first-child + h2 {
104+
margin-top: 0;
105+
padding-top: 0; }
106+
body > h3:first-child, body > h4:first-child, body > h5:first-child, body > h6:first-child {
107+
margin-top: 0;
108+
padding-top: 0; }
109+
110+
a:first-child h1, a:first-child h2, a:first-child h3, a:first-child h4, a:first-child h5, a:first-child h6 {
111+
margin-top: 0;
112+
padding-top: 0; }
113+
114+
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
115+
margin-top: 0; }
116+
117+
li p.first {
118+
display: inline-block; }
119+
120+
li {
121+
margin: 0; }
122+
123+
ul {
124+
margin: 0; }
125+
126+
ul, ol {
127+
padding-left: 30px; }
128+
129+
ul :first-child, ol :first-child {
130+
margin-top: 0; }
131+
132+
dl {
133+
padding: 0; }
134+
dl dt {
135+
font-size: 14px;
136+
font-weight: bold;
137+
font-style: italic;
138+
padding: 0;
139+
margin: 15px 0 5px; }
140+
dl dt:first-child {
141+
padding: 0; }
142+
dl dt > :first-child {
143+
margin-top: 0; }
144+
dl dt > :last-child {
145+
margin-bottom: 0; }
146+
dl dd {
147+
margin: 0 0 15px;
148+
padding: 0 15px; }
149+
dl dd > :first-child {
150+
margin-top: 0; }
151+
dl dd > :last-child {
152+
margin-bottom: 0; }
153+
154+
blockquote {
155+
border-left: 4px solid #dddddd;
156+
padding: 0 15px;
157+
color: #777777; }
158+
blockquote > :first-child {
159+
margin-top: 0; }
160+
blockquote > :last-child {
161+
margin-bottom: 0; }
162+
163+
table {
164+
padding: 0;border-collapse: collapse; }
165+
table tr {
166+
border-top: 1px solid #cccccc;
167+
background-color: white;
168+
margin: 0;
169+
padding: 0; }
170+
table tr:nth-child(2n) {
171+
background-color: #f8f8f8; }
172+
table tr th {
173+
font-weight: bold;
174+
border: 1px solid #cccccc;
175+
margin: 0;
176+
padding: 6px 13px; }
177+
table tr td {
178+
border: 1px solid #cccccc;
179+
margin: 0;
180+
padding: 6px 13px; }
181+
table tr th :first-child, table tr td :first-child {
182+
margin-top: 0; }
183+
table tr th :last-child, table tr td :last-child {
184+
margin-bottom: 0; }
185+
186+
img {
187+
max-width: 100%; }
188+
189+
span.frame {
190+
display: block;
191+
overflow: hidden; }
192+
span.frame > span {
193+
border: 1px solid #dddddd;
194+
display: block;
195+
float: left;
196+
overflow: hidden;
197+
margin: 13px 0 0;
198+
padding: 7px;
199+
width: auto; }
200+
span.frame span img {
201+
display: block;
202+
float: left; }
203+
span.frame span span {
204+
clear: both;
205+
color: #333333;
206+
display: block;
207+
padding: 5px 0 0; }
208+
span.align-center {
209+
display: block;
210+
overflow: hidden;
211+
clear: both; }
212+
span.align-center > span {
213+
display: block;
214+
overflow: hidden;
215+
margin: 13px auto 0;
216+
text-align: center; }
217+
span.align-center span img {
218+
margin: 0 auto;
219+
text-align: center; }
220+
span.align-right {
221+
display: block;
222+
overflow: hidden;
223+
clear: both; }
224+
span.align-right > span {
225+
display: block;
226+
overflow: hidden;
227+
margin: 13px 0 0;
228+
text-align: right; }
229+
span.align-right span img {
230+
margin: 0;
231+
text-align: right; }
232+
span.float-left {
233+
display: block;
234+
margin-right: 13px;
235+
overflow: hidden;
236+
float: left; }
237+
span.float-left span {
238+
margin: 13px 0 0; }
239+
span.float-right {
240+
display: block;
241+
margin-left: 13px;
242+
overflow: hidden;
243+
float: right; }
244+
span.float-right > span {
245+
display: block;
246+
overflow: hidden;
247+
margin: 13px auto 0;
248+
text-align: right; }
249+
250+
code, tt {
251+
margin: 0 2px;
252+
padding: 0 5px;
253+
white-space: nowrap;
254+
border: 1px solid #eaeaea;
255+
background-color: #f8f8f8;
256+
border-radius: 3px; }
257+
258+
pre code {
259+
margin: 0;
260+
padding: 0;
261+
white-space: pre;
262+
border: none;
263+
background: transparent; }
264+
265+
.highlight pre {
266+
background-color: #f8f8f8;
267+
border: 1px solid #cccccc;
268+
font-size: 13px;
269+
line-height: 19px;
270+
overflow: auto;
271+
padding: 6px 10px;
272+
border-radius: 3px; }
273+
274+
pre {
275+
background-color: #f8f8f8;
276+
border: 1px solid #cccccc;
277+
font-size: 13px;
278+
line-height: 19px;
279+
overflow: auto;
280+
padding: 6px 10px;
281+
border-radius: 3px; }
282+
pre code, pre tt {
283+
background-color: transparent;
284+
border: none; }
285+
286+
sup {
287+
font-size: 0.83em;
288+
vertical-align: super;
289+
line-height: 0;
290+
}
291+
* {
292+
-webkit-print-color-adjust: exact;
293+
}
294+
@media screen and (min-width: 914px) {
295+
body {
296+
width: 854px;
297+
margin:0 auto;
298+
}
299+
}
300+
@media print {
301+
table, pre {
302+
page-break-inside: avoid;
303+
}
304+
pre {
305+
word-wrap: break-word;
306+
}
307+
}
308+
</style>

0 commit comments

Comments
 (0)