view static/style.css @ 5:f8c4c7ce5f4a

lots of href additions: add/edit, nav fixes Ignore-this: 863335c4680ac9bcc6a7fc5867638d61
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 21 Feb 2013 01:39:01 -0800
parents 80b11112c9e0
children e054949143e9
line wrap: on
line source

body {
    font-family: helvetica;
    font-size: 12px;
}
h3 {
    margin: 0;
    margin-bottom: 7px;
}
.link {
    width: 600px;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    padding: 5px;
    margin: 10px;
}

.favicon {
width: 16px;
height: 16px;
display: inline-block;
    }
h3 .favicon {
margin-right: 5px;
vertical-align: middle;
    }
.notes {
    margin: 5px;
    color: #2A4E2B;
}
.tags {
    margin-left: 24px;
    color: black;
}
.tag {
    text-decoration: none;
    color: black;
    display: inline-block;
    border: 1px solid #707070;
    border-radius: 5px;
    background: #AAA;
    padding: 0 8px;

    
}
.hrefShown {
    margin: 4px 0 4px 24px;
    color: #5E6A6F;
}
.hrefShown a {
    text-decoration: none;
    color: #027902;
}
.modified {
    margin-left: 24px;
    color: #5E6A6F;
}
input {
    width: 500px;
    padding: 4px;
}