-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate_pre.html
More file actions
61 lines (61 loc) · 1.12 KB
/
template_pre.html
File metadata and controls
61 lines (61 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<style>
body {background-color: #3C3C3C;}
#section {
margin-left: 0px;
}
#item {
margin-left: 20px;
}
#title {
font-family: verdana;
color: white;
text-decoration: underline;
}
#num {
font-family: verdana;
color: white;
}
#logo0 {
font-family: wingdings 2;
font-size:100%;
color: white;
}
#logo1 {
font-family: wingdings 2;
font-size:100%;
color: white;
}
#text0 {
font-family: verdana;
color: white;
}
#text1 {
font-family: verdana;
color: orange;
}
#text2 {
font-family: verdana;
color: red;
}
#text3 {
font-family: verdana;
color: yellowgreen;
}
#project {
background-color:gray;
font-family: verdana;
color: white;
font-size:75%;
}
#info {
font-family: verdana;
color: gray;
font-size:75%;
}
</style>
</head>
<body>
<table>