-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.cfg
More file actions
75 lines (74 loc) · 1.52 KB
/
config.cfg
File metadata and controls
75 lines (74 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
% config.cfg
\Preamble{xhtml}
\begin{document}
% Wrap the entire CSS block in \HCode{}
\HCode{
<style type="text/css">
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
margin: 150px;
background-color: white;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
color: #2c3e50;
margin-top: 1.5em;
margin-bottom: 0.5em;
}
div.lstlisting {
border: 1px solid #ccc;
background-color: #f8f8f8;
padding: 10px;
border-radius: 5px;
overflow-x: auto;
margin-bottom: 1em;
}
div.lstlisting pre {
margin: 0;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 1em;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
font-weight: bold;
}
tr:nth-child(even) {
background-color: #f9f9f9;
}
div.figure {
text-align: center;
margin-bottom: 1.5em;
}
span.caption {
display: block;
font-style: italic;
color: #555;
margin-top: 0.5em;
}
ul, ol {
margin-left: 20px;
padding-left: 0;
margin-bottom: 1em;
}
li {
margin-bottom: 0.5em;
}
</style>
}
\EndPreamble