summaryrefslogtreecommitdiffstats
path: root/www/css/custom.css
blob: 0657847cc913b8f8509f93701b3ea6b09637f403 (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
a {
    cursor: pointer;
    color: #F00;
    font-weight: bold;
}

a:hover {
    color: rgb(168, 0, 0);
}

h1 {
    text-align: center;
}

#hosts li {
    list-style-type: none;
    text-align: center;
    margin-top: 20px;
    display: table;
}

#hosts li a {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

#hosts li a:hover {
    background-color: #CCC;
    color: #000;
    text-decoration: none;
}

td.centering, p.centering {
    text-align: center;
}