aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms-public.gathering.org/old/speedometer/default.css
blob: eddcb958a984e33d44c7bdac6700661c94cb0913 (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
body{
    background: #fff url('Statistikk_bakgrunn_alternate-02.png') top left no-repeat;
}

*{
    margin: 0;
    padding: 0;

}

div#container{
    width: 1920px;
    height: 1080px;
    min-width: 1920px;
    display: block;
}

div#data{
    padding-top: 100px;
}

a{
    color: #fff;
    padding: 10px;
    border-color: #fff;
    text-decoration: none;
    background-color: #fff;
    border-radius: 7px;
    width: auto;
}

a:hover{
    color: #333;
    border-color: #ddd;
    background-color: #e0e0e0;
}

h1{
    
}

h1#title{
    font-family: 'Droid Sans', sans-serif;
    font-size: 70px;
    padding-left: 505px;
    padding-top: 70px;
    color: #293f6c;
}

div#logs{
    font-size: 26px;
    font-family: 'Droid Sans', sans-serif;
}