/*
 *  Style-sheet for RWP's website
 *  (C) Copyright 2004-2020 RW Penney
 */

body {
    background-color: white;
    color: black;
    font-family: sans-serif;
    font-size: 11pt;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 6px;
    margin-bottom: 8px;
}

a:link {
    color: navy;
}
a:visited {
    color: gray;
}

div.page {
    display: flex;
    align-items: stretch;
    flex-direction: row;
}

nav {
    width: 12%;
    background-color: navy;
    background-image: url(gaussbanner.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    color: white;
    font-size: 90%;
    font-weight: bold;
    margin-right: 1%;
    padding: 0px;
}

nav img.logo {
    width: 100%;
    background-color: white;
    padding-left: 0px;
    padding-bottom: 2px;
}

nav ul {
    margin: 0px;
    padding-top: 8px;
    padding-left: 8px;
}
nav ul li {
    list-style-type: square;
    margin-left: 8px;
    padding: 0px;
}
nav ul ul { font-weight: normal; padding-left: 0.8em; padding-top: 2px; }
nav ul ul li { list-style-type: disc; }
nav a:link { color: white; text-decoration: none; }
nav a:hover { background-color: blue; color: aqua; text-decoration: underline; }
nav a:visited { color: white; text-decoration: none; }

nav p { padding-top: 16px; margin-left: 8px; }
nav br { margin-top: 60px; }

article {
    width: 84%;
    padding: 3px;
    background: white;
    margin-left: 0px;
    margin-right: 0px;
}

article h1 {
    font-weight: bold;
    font-size: 125%;
    margin-top: 1em;
    margin-bottom: 1em;
}

article h2 {
    width: 60%;
    height: 100%;
    background-color: navy;
    color: white;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    font-size: 110%;
    margin-top: 0px;
    padding: 2px;
    text-align: left; vertical-align: middle;
}


p.intro {
    margin-top: 2pt;
    margin-bottom: 4pt;
}


table.imgblk {}

table.imgblk tr td {
    padding-top: 3px; padding-bottom: 4px;
    padding-left: 1em; padding-right: 1em;
    text-indent: -1em;
    border-style: solid;
    border-width: 0px;
}

table.imgblk tr td.img {
    border-style: none;
    width: 15%;
}

table.imgblk tr td img { width: 100%; }

ul.biolist {
}
ul.biolist li {
    width: 100%;
}
    

p.ref {
}

hr.norm {
    text-align: left;
    height: 3px;
    width: 100%;
}

p.lupdate {
    font-size: 80%;
    font-style: italic;
    color: #404040;
}


/*
 *  software-release styles
 */

table.release {
}
table.release tr {
}
table.release tr.current {
    background-color: #c0c0ff;
}
table.release tr th {
    background-color: silver;
    font-size: 80%;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
}
table.release tr th.debian { background-color: #d70751; }
table.release tr td {
    font-size: 80%;
    padding-left: 4px;
    padding-right: 16px;
}

pre.progoutput {
    background-color: #e0e0f0;
    color: black;
    font-size: 80%;
    font-family: fixed;
    padding: 3px 1em 3px 1em;
}

/* vim: set ts=4 sw=4 et: */
