/* Copyright (C) 2012, 2021, 2024 The Meme Factory, Inc.
 *           http://www.karlpinc.com/
 * Copyright (C) 2006, 2008, Karl O. Pinc <kop@karlpinc.com>
 *
 * This file is part of PGWUI_Common.
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Affero General Public License
 * as published by the Free Software Foundation, either version 3 of
 * the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public
 * License along with this program.  If not, see
 * <http://www.gnu.org/licenses/>.
 *
 * Required style sheet for PGWUI programs.
 *
 * Karl O. Pinc <kop@karlpinc.com>
 */

body { background-color: white; }  /* kludge, see pgwui_sql's pgwui_sql.css */

/* error and other status messages */
.error { color: red;
         background-color: inherit; }
.success { color: green;
           background-color: inherit;
           font-size: 200%; }
.filename { font-size: 150%;
            font-style: inherit; }
.remark { font-size: 25%;
          font-style: inherit;
          display: inline; }
.caution { background-color: #ffffcc; }
.notfirstcaution  { font-size: 75%; }
.status { text-align: center; }

.help { font-size: 75%;
        vertical-align: super;
        color: green;
        cursor: pointer; }
a.help:link { text-decoration-line: none; }

HR.errorsep { color: grey; }
HR.lightsep { border-top: dotted;
              border-bottom: 0px;
              color: grey; }

/* Alignment for data entry labels (mostly in tables). */
.label { text-align: right; }
.verticalgap { height: 1em; }

/* The navbar */
.navbar { text-align: center; }

h1 { text-align: center; }
