forked from fabiensanglard/dc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
146 lines (122 loc) · 2.17 KB
/
header.php
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<html>
<head>
<style>
* {
font-size: 100%;
}
html {
max-width: 900px;
font-family : Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
text-align: justify;
hyphens: auto;
margin: 0 auto;
padding-left: 2%;
padding-right: 3%;
color:#444;
}
pre {
background-color: #EEE;
border: solid black 1px;
padding: 1ch;
padding-left:2ch;
overflow: scroll;
}
code {
/* font-size: 110%;*/
font-weight: bold;
background-color: #e1e1e1;
border-radius: 0.5ch;
padding-left: 0.3ch;
padding-right: 0.3ch;
}
img {
border: 1px solid black;
}
h1 {
page-break-before: right;
font-weight: bold;
text-transform: uppercase;
font-size: 140%;
margin-top: 3ch;
margin-bottom: 0.5ch;
}
h2 {
margin-top: 3ch;
}
h3 {
color: #999;
}
.lined th {
background-color: #EEE;
}
table.lined, .lined th, .lined td{
border: 1px solid black;
border-collapse: collapse;
border-spacing : 0x;
text-align: center;
}
table {
margin-top: 2ch;
width: 100%;
}
td pre {
vertical-align: top;
}
span.r{
color:red;
font-weight: bold;
}
span.g{
color:green;
font-weight: bold;
}
span.b{
color:blue;
font-weight: bold;
}
span.h{
font-weight: bold;
}
span.k{
font-weight: bold;
color:orange;
}
div.t {
padding-left: 1ch;
border-left: solid 1px black;
margin-bottom: 2ch;
}
div.t:before {
content: "Trivia:";
white-space: nowrap;
text-decoration: underline;
font-weight: bold;
}
a {
color:#444;
font-weight: bold;
}
.arrow {
text-decoration: none;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=12.0, minimum-scale=1.0, user-scalable=yes">
<title>Driving Compilers</title>
</head>
<body>
<a href="index.php">
<h1 style="text-align: center; margin-bottom:4ch;padding-top: 1ch;">Driving Compilers</h1>
</a>
<p style="float:left;font-size: 90%;">
By <b>Fabien Sanglard</b><br/>
May 3rd, 2023<br/>
</p>
<p style="float:right; font-size: 90%;padding-bottom: 4ch;text-align: center;">
<a href="https://github.com/fabiensanglard/dc">Mistake - Suggestion <br/> Feedback</a>
</p>
<div style="clear:both;">