aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/package_hosting/style.css
blob: dbd26d50cf5214c090e3eef78c5617f51f2cabfe (plain)
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
html, body
{
    margin: 0;
    font-family: sans-serif;
}

a, a:visited, a:link, a:active {
    color: #2da6b0;
    text-decoration: none;
}

a:hover {
    color: #2da6b0;
    text-decoration: underline;
}

#topbar {
    background-color: #2da6b0;
    height: 60px;
    margin:auto;
}

#topbar .title {
    position: relative;
    top: 24px;
    left: 24px;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
}

#main {
    max-width:1100px;
    margin:auto;
}

#main h2 {
    text-align: left;
}

#main table {
    width:100%;
    border-collapse: collapse;
    font-size: small;
    font-family: 'SF Mono', 'Menlo', 'Monaco', 'Courier New', Courier, monospace;
}
#main table tr td {
    border: solid black 1px;
    padding: 5px;
}

#main table tr td.hash {
    text-align: right;
    border-left: none;
    font-size: x-small;
}

#main table tr td.name {
    text-align: left;
    border-right: none;
}

p.description
{
    font-size: smaller;
}

#metadata {
    margin-top: 15px;
    padding: 15px;
    font-family: 'SF Mono', 'Menlo', 'Monaco', 'Courier New', Courier, monospace;
}

#metadata span.fieldname {
    font-family: sans-serif;
}