view static/style.css @ 2:80b11112c9e0

web app for query urls like /user and /user/tag+tag Ignore-this: bb1f40dd6bbff4c3ee463b440738726d
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 17 Feb 2013 03:56:28 -0800
parents
children f8c4c7ce5f4a
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;
}