aboutsummaryrefslogtreecommitdiff
path: root/source/static/css/log.css
blob: 9ffd499ae58589312e0b733fafec23a6287284cd (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
body {
    font:normal medium 'Gill Sans','Gill Sans MT',Verdana,sans-serif;
    line-height:1.75;
}

a:link {
    color:#1c73b7;
    text-decoration:none;
    outline:0;
}

a:visited {
    color:#1c73b7;
    text-decoration:none;
    outline:0;
}

a:active {
    color:#1c73b7;
    text-decoration:none;
    outline:0;
}

h1 {
    font-size:x-large;
    color:#0c85e5;
}

h2 {
   font-size:medium;
}

h3 {
    font-size:small;
}

hr {
    der-style:dotted;
    height:1px;
    border-width: 1px 0 0 0;
    margin:1.45em 0 1.4em;
    padding:0;
}

#logform {
   text-align:center;
   clear: both;
   position: float;
   margin-top: 10%;
}

#footer {
   clear:both;
   text-align:center;
   font-size:small
}

img {
    border:0;
}
bgstack15