Imported css.t2p from tex2page 4q7d
This commit is contained in:
parent
1824b062d3
commit
f99dbe3b99
|
@ -4,11 +4,13 @@
|
||||||
% A basic style for HTML documents generated
|
% A basic style for HTML documents generated
|
||||||
% with tex2page.
|
% with tex2page.
|
||||||
|
|
||||||
|
\ifx\shipout\UNDEFINED
|
||||||
\cssblock
|
\cssblock
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #e5e5e5;
|
/* background-color: #e5e5e5;*/
|
||||||
|
background-color: #ffffff;
|
||||||
/*background-color: beige;*/
|
/*background-color: beige;*/
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
margin-left: 8%;
|
margin-left: 8%;
|
||||||
|
@ -20,11 +22,11 @@ h1,h2,h3,h4,h5,h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.partheading {
|
.partheading {
|
||||||
font-size: 70%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chapterheading {
|
.chapterheading {
|
||||||
font-size: 70%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
@ -76,6 +78,10 @@ ol ol ol ol {
|
||||||
color: teal;
|
color: teal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.schemeresponse {
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
|
|
||||||
.navigation {
|
.navigation {
|
||||||
color: red;
|
color: red;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -103,3 +109,6 @@ font-size: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
\endcssblock
|
\endcssblock
|
||||||
|
\fi
|
||||||
|
|
||||||
|
% ex:ft=css
|
||||||
|
|
Loading…
Reference in New Issue