/* Pt-web/src/doc-root/ConfigBackup/main.css
 * 
 *  Copyright: ©2013, Güralp Systems Ltd.
 *  Author: Laurence Withers <lwithers@guralp.com>
 *  License: GPLv3
 */



#filenameInput {
    font-family: monospace;
    width: 30em;
}

#commentInput {
    font-family: monospace;
    width: 40em;
    height: 15em;
}

.browserTable {
    width: 100%;
}

.tableAutoSeparator {
    font-weight: bold;
    text-align: center;
}

.tableRowHeader {
    border-bottom: solid black 2px;
}

.tableRowOdd {
    background: #e0e0ff;
}

.tableRowEven {
    background: #e0e0e0;
}

.tableRowOdd:hover, .tableRowEven:hover {
    background: #f0f0f0;
}

.tableFilename, .tableComment {
    padding: 0.5em;
    vertical-align: middle;
    white-space: pre-wrap;
    font-family: monospace;
}

.tableMtime, .tableActions, .tableDiff {
    padding: 0.5em;
    vertical-align: middle;
    text-align: center;
}

.commentBlock {
    white-space: pre-wrap;
    font-family: monospace;
}

.diffButtonLink, .diffButtonLink:link, .diffButtonLink:visited, .diffButtonLink:hover, .diffButtonLink:active {
    text-decoration: none;
}

.diffSubsection {
    font-family: monospace;
    white-space: pre-wrap;
    border: solid thin #ffff80;
    background: #ffffc0;
}

.diffAdded {
    font-family: monospace;
    white-space: pre-wrap;
    border: solid thin #80ff80;
    background: #c0ffc0;
}

.diffRemoved {
    font-family: monospace;
    white-space: pre-wrap;
    border: solid thin #ff8080;
    background: #ffc0c0;
}



/* options for text editors
vim: ts=4:sw=4:expandtab
*/
