-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.html
55 lines (51 loc) · 789 Bytes
/
header.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
<style>
body {
margin: 0;
}
* {
font-family: "Roboto", "Helvetica Neue";
line-height: 1.5;
}
pre {
font-family: "Roboto Mono", "Menlo", "Courier New";
}
a {
text-decoration: none;
color: #4078C0;
}
.content {
max-width: 800px;
margin: 0 auto;
}
.mod {
border: 1px solid #dfdfdf;
border-bottom: 0;
width: 400px;
}
.mod_name {
width: 80% ;
display: table-cell;
}
.mod_name a {
display: block;
padding: 10px;
}
.mod:hover {
background-color: rgb(225, 239, 255);
}
.mod_nr_downloads {
width: 100px ;
display: table-cell;
}
.modules {
margin-top: 20px;
}
input[type=text], input[type=url] {
padding: 3px;
font-size: 14px;
margin-bottom: 5px;
}
</style>
<div class="content">
<a href=/><img src='//vlang.io/img/vpm.png' style='height:100px'></a>
<br>