summaryrefslogblamecommitdiff
path: root/public/css/style.css
blob: d035f0e94d599cfc0be7837da5f09ad46b0a4805 (plain) (tree)

































                                                                                                                   




















                            
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;
}