/*
 * Copyright (C) 2005, 2008, 2011, Karl O. Pinc
 *
 *    This file is part of Gombe-MI.
 *
 *    Gombe-MI is free software; you can redistribute it and/or modify
 *    it under the terms of the GNU 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 General Public License for more details.
 *
 *    You should have received a copy of the GNU General Public License
 *    along with Gombe-MI.  If not, see <http://www.gnu.org/licenses/>.
 *
 * Style sheets for html-ized Gombe-MI documentation.
 *
 * Karl O. Pinc <kop@meme.com>
 *
 * Style sheet invoked by setting the "html.stylesheet" parameter
 * in gombemi_system.xsl.
 */

/* Don't underline links */
a { text-decoration: none; }

/* Slightly fade out visited links. */
a:visited { color: #7070ff; }
a:link { color: blue; }

/* The page footer with the timestamp. */
p.usernavfooter { font-size: 50%; }

/* The "sub-headings" used within tables.     */
td.subhead { font-weight: bold; }
/* Column widths for table of main tables.    */
th.main_tables_tablehead { width: 17em; }
th.main_tables_entryhead { width: 40em; }
/* Column widths for table of support tables. */
th.support_tables_tablehead   {width: 11em; }
th.support_tables_idhead      {width: 7em; }
th.support_tables_relatedhead { width: 18em; }
th.support_tables_entryhead   { width: 18em; }
/* Column widths for table of views.          */
th.views_viewhead    { width: 20em; }
th.views_one_rowhead { width: 15em; }
th.views_purposehead { width: 13em; }
th.views_tableshead  { width: 15em; }
