git » galala » master » tree

[master] / static / index.css

/* Colors from http://www.google.com/design/spec/style/color.html */

body {
    padding: 0 20pt 1em 0;
    font-family: sans-serif;
    background-color: #fafafa;
    color: #263238;

    margin: 1em auto 1em 10em;
    padding: 0 20pt 1em 20pt;
    width: 40em;
}

div.introduction {
    font-size: x-large;
}

div.album-list {
    margin: 2em auto 2em auto;
}

div.album-item {
    margin: 1.5em auto 1.5em auto;
}

div.album-item div.title {
    font-weight: bold;
    font-size: large;
}

div.album-item div.text {
    margin-left: 2em;
}

div.album-item a {
    text-decoration: none;
    color: #006064;
}

div.album-item a:hover {
    text-decoration: none;
    color: #0097a7;
}