summary refs log tree commit diff
path: root/public/css/style.css
blob: d035f0e94d599cfc0be7837da5f09ad46b0a4805 (plain) (blame)
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
body {
    font-family: Lucida,sans-serif;
    color: #eee;
    background-color: #1f1b1a;
}

#content {
    color: #000;
    background-color: #eee;
    padding: 1em;
    margin: 1em;
    padding-top: 0.5em;
}

a {
    color: #a5ec02;
}

h1 {
    color: #a5ec02;
}

footer {
    border-top: 1px solid #aba29c;
    margin-top: 2em;
    padding-top: 1em;
    font-size: 10px;
    color: #ddd;
}

pre {
    font-family: \"lucida console\",\"monaco\",\"andale mono\",\"bitstream vera sans mono\",\"consolas\",monospace;
}

.commits{
   border:1px solid #bedce7;
   margin-top:.5em;
   padding:0 .5em .5em .5em;
   background:#eaf2f5;
   overflow:hidden;
}

#display_test_result {
   background: black;
   color: white;
}

.commits .description {
   float: left;
}

.commits .git {
   float: right;
}