﻿/*!

    This XWord Info CSS file (c) 2010-2023 by Jim Horne.
    All rights reserved.

*/

/*
    THUMBS.CSS

    Styles for Thumbs.aspx page
*/

h1 {
    margin-top: 30px;
}

h2 {
    margin-bottom: 30px;
}

h3 {
    font-size: 19px;
    display: block;
    margin-top: 30px;
    margin-left: 8px;
    width: 100%;
}

.hilight {
    font-weight: bold;
    color: darkred;
    white-space: nowrap;
}

.statsgrid {
    display: grid;
    justify-content: start;
    grid-template-columns: auto auto;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.info {
    font-size: 15px;
}

.collaborators a {
    font-size: 14px;
    white-space: nowrap;
    padding-left: 10px;
}

.notepad {
    font-size: 13px;
    max-width: 380px;
    min-width: 45%;
    padding: 10px 10px 0 10px;
}

.notepad table.thumb {
    float: right;
    margin: 0 0 10px 12px;
}

.notepad p {
    padding: 0;
    margin: 0 0 10px 0;
}

    .notepad img, .notepad iframe, .notepad .YouTube-container {
        display: none !important;
    }

.spacer {
    clear: both;
    width: 100%;
    height: 15px;
}

.fullwidth {
    max-width: 728px;
}

.diagramlesses {
    background: linear-gradient(to bottom, lightblue, lightcyan, lightblue);
    border: 1px solid gray;
}

.acrostic {
    margin: 0 7px;
}

.thumbbreak {
    clear: both;
    width: 100%;
}

.breakmsg {
    width: calc(100% - 38px);
    font-size: 13pt;
    color: #660000;
    background-color: #ffffc0;
    border: 1px solid #660000;
    border-radius: 5px;
    padding: 3px 3px 4px 10px;
    margin: 45px 8px 20px 8px;
}

    .breakmsg a {
        font-weight: bold;
    }

.colormsg {
    overflow: hidden;
    margin: 20px 12px;
    font-size: 13px;
    width: 100%;
}

a.alt {
    padding-left: 20px;
    display: block;
    margin-top: 3px;
    font-size: 14px;
}

.altnames {
    font-size: 13px;
    margin-top: 16px;
}

.datelist {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    column-gap: 10px;
    row-gap: 3px;
}

.datelist a {
    width: 120px;
    white-space: nowrap;
}

.byline {
    font-style: italic;
}

.bio h2 {
    margin: 16px 0 0 0;
}

.bio a {
    font-weight: bold;
}

.jsChart {
    margin-bottom: 16px;
}

.pangramPanel {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    align-items: start;
}

@media (max-width: 700px) {
    .statsgrid {
        grid-template-columns: auto;
    }
}