-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPattern.html
85 lines (83 loc) · 1.41 KB
/
Pattern.html
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
<!DOCTYPE html>
<html>
<head>
<title>The Programming Language of Euler</title>
<style type="text/css">
body {
width : 700px;
font-family: arial, sans-serif;
font-size: 10pt;
margin: 20px;
margin-left: 100px;
}
pre {
font-family : "Courier New", monospace;
background: #EEE;
padding: 10px;
margin-left: 15%;
}
pre.output {
background:none;
margin-left: 5%;
}
pre.udf {
margin-left: 0;
}
pre.prompt {
margin-left: 0;
}
pre.comment {
background: none;
margin-left: 7%;
}
p.comment {
margin-left: 5%;
margin-right: 5%;
}
p.indentedcomment {
margin-left: 10%;
}
h1.title {
font-family : arial, sans-serif;
text-align : right;
font-size : 24pt;
padding-bottom: 5pt;
}
h1.comment, h1.comment a {
font-family : arial, sans-serif;
text-align : right;
font-size : 16pt;
}
h2.comment, h2.comment a {
font-family : arial, sans-serif;
text-align : right;
font-size : 12pt;
}
h1.title, h1.comment, h2.comment {
border-bottom: 2px solid;
}
ul.comment {
font-family : arial, sans-serif;
font-size : 10pt;
margin-left: 10%;
margin-right: 10%;
padding-left:0;
}
img.euler { }
p.image {
text-align:center; margin-left:50px;
}
a:link {
font-weight:bolder;
text-decoration:none;
}
a:visited {
font-weight:bolder;
text-decoration:none;
}
</style>
</head>
<body>
#
</body>
</html>