/* $Id: tugstyle.css,v 1.26 2012/05/18 16:17:11 karl Exp $
   Copyright 2008-2012 TeX Users Group.
   You may freely use, modify and/or distribute this file.  */

BODY {
  margin-top: .8em;
  margin-left: .8em;
  margin-right: .8em;
  margin-bottom: .8em;
  color: black;
  background: white;
  font-family: sans-serif;
  /* the idea is to use the whole window, unless it is ridiculously
     wide, probably with too-small fonts, too.  */
  max-width:72em;
}

H1, H2, H3, H4 { color: navy; }

a:link      { color: navy; }
a:visited   { color: green; }
a:active    { color: red; }

.negskippt  { margin-top: -1pt; margin-bottom: -1pt; } /*tug07/register.html*/
.negskip    { margin-top: -.6em; }
.bnegskip   { margin-top: -3%; }
.tinyskip   { margin-top: 2pt; }
.smallskip  { margin-top: 8pt; }
.indent     { text-indent: 2em; }

.hang       { padding-left: 2em; text-indent: -2em; }
.narrow     { margin-left: 5%; margin-right: 10%; }
.center     { text-align: center; }
.navy       { color: navy; }

/* for the home page */
.navbar           { color: navy; background: "E5E5E5"; text-decoration: none}
.navbar a:link    { color: navy; }
.navbar a:visited { color: navy; }
.navbar a:hover   { color: red; }

/* for the tugboat indexes.  http://alistapart.com/articles/taminglists/  */
.tubidxentry  { padding-left: 3em; text-indent: -2em; /* hanging indentation */
                list-style: none;    /* no bullets */
                margin-top: 0px;     /* no space above */
                margin-bottom: 0px;  /* no space above */
              }

.tubidxgroup  { margin-top: .5em;       /* space above the group head */
                margin-bottom: .0em; }  /* space between head and entries */

.tubidxTgroup { margin-top: .1em;       /* space above the group head */
                margin-bottom: .1em; }  /* space between head and entries */

/* http://www.w3schools.com/css/css_font.asp */
.tubissuenav  { font-size: small; font-weight: normal; }
