/* All of the archive's presentation. Every generated page links this file, so
   changing how the archive looks is an edit here plus a redeploy of this one
   file — the pages themselves never have to be regenerated. */

.search-bar {
    margin: 10px 20px;
    padding: 10px 20px;
    background-color: #ddd;
}

.attachment {
    margin: 0px 20px;
    padding: 20px;
    background-color: #ddd;
}

/* One row per topic on a list's index page. */
.topic {
    border-bottom: 1px solid lightgrey;
}

.topic > div {
    display: inline-block;
}

.topic-date {
    width: 80px;
}

.topic-name {
    width: 640px;
}

.topic-messages {
    width: 120px;
}

.topic-authors {
    width: 400px;
}

.monospace-control {
    float: right;
    margin-right: 20px;
}

/* Messages are monospaced by default: they are plain-text mailing list posts,
   full of ASCII lattice diagrams that only line up in a fixed-width font.
   pre-wrap keeps the runs of spaces holding those diagrams together, and the
   pinned size and leading mean unchecking the box cannot change a message's
   height — at 16px a monospace character advances 9.6px, so 1.2 leaves a
   character cell at about the 2:1 the diagrams were drawn for. */
.message-text {
    margin: 0px 20px 20px;
    padding: 20px;
    background-color: #eee;
    font-family: monospace;
    font-size: 16px;
    line-height: 1.2;
    white-space: pre-wrap;
}

.message-text.proportional {
    font-family: initial;
}
