/* -*- mode: css; coding: utf-8 -*-
**
** PySysInfo aqua theme CSS stylesheet.
**
** Copyright (C) 2003-2019 Elmar Hoffmann
**
*/

* {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    color: black;
    background-color: #fffae8;
    background-image: url(images/background.png);
    font-size: 10px;
    padding: 1.25em;
}

table {
    font-size: 10px;
}

h1 {
    text-align: center;
    font-size: 20px;
}
h2 {
    font-size: 14px;
    padding-bottom: 0.75ex;
}

a:link {
    color: #486591;
    background-color: transparent;
}
a:visited {
    color: #6f6c81;
    background-color: transparent;
}
a:active  {
    color: blue;
    background-color: transparent;
}

img { border: none; }

td {
    vertical-align: top;
}

.header {
    color: black;
    background-color: #f3f3f3;
    text-align: left;
}

.data {
    color: black;
    background-color: #f3f3f3;
    text-align: left;
}

th.data {
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    padding-left: 1.25ex;
    padding-right: 1.25ex;
}

td.data {
    padding-top: 0.25ex;
    padding-bottom: 0.25ex;
    padding-left: 1ex;
    padding-right: 1ex;
}

.vitals, .network, .hardware, .memory, .filesystems {
    margin-top: 1.5ex;
    margin-bottom: 1.5ex;
}

.vitals, .network, .hardware {
    width: 98%;
}

.memory, .filesystems {
    width: 100%;
}

.footer {
    margin-top: 1em;
    margin-left: 1em;
}

.bordertop {
    background-image: url(images/border_top.png);
}
.borderbottom {
    background-image: url(images/border_bottom.png);
}
.borderleft {
    background-image: url(images/border_left.png);
}
.borderright {
    background-image: url(images/border_right.png);
}

.cornertl {
    background-image: url(images/corner_tl.png);
    width: 15px;
    height: 15px;
}
.cornertr {
    background-image: url(images/corner_tr.png);
    width: 15px;
    height: 15px;
}
.cornerbl {
    background-image: url(images/corner_bl.png);
    width: 15px;
    height: 15px;
}
.cornerbr {
    background-image: url(images/corner_br.png);
    width: 15px;
    height: 15px;
}
