@charset "utf-8";

/* © Bastien Tréhoux */

* {
    color: initial;
}

header *, footer *, .menu {
    display: none;
}

#articlelist {
    display: block;
    box-shadow: none;
}

header h1 {
    display: initial;
}

header {
    margin-bottom: 0;
}

main {
    max-width: none;
}

article {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

html, body {
    background-color: initial;
}

a[class="tag"], article .category a, .post-info a, .post-info time {
    background-color: inherit;
    color: inherit;
    padding: 0;
    margin-bottom: 0;
}

.taglist, .category {
    margin-top: 0;
}

body {
    box-shadow: none;
    font-size: 12px;
}