/*
** This file contains Cascading Style Sheet markup for the UofUtah
** software tools pages. Extensive use is made of color to make
** the pages visually attractive, to highlight particularly
** significant material, and to have consistent document markup
** throughout the FAQ pages.
**
** Each of these names is used as a CLASS type in HTML markup, as
** illustrated in the usage comments. 
**
## [10-Dec-2015] Adapt from faq-new.css file.
** [09-Dec-2011] This new version lights all background colors.
*/

/* Usage: <TT CLASS="command">sample inline Unix command</TT> */
.COMMAND	{ background-color: #bbddff; background-image: none; color: black; font-weight: bold } /* NB: same color as SAMPLE */

/* Usage: <P CLASS="faq">How do I xxx?</P> */
.FAQ		{ background-color: #00bbff; background-image: none; color: white; font-weight: bold }

/* Usage: <TT CLASS="highlight">/etc/passwd</TT> */
.HIGHLIGHT	{ background-color: #ffffaa; background-image: none; color: black; font-weight: bold }

/* Usage: <TT CLASS="program">emacs</TT> and <EM CLASS="program">Adobe Photoshop</EM> */
.PROGRAM	{ background-color: #ccffcc; background-image: none; color: black }

/* Usage: <PRE CLASS="sample"> ... </PRE> */
.SAMPLE		{ background-color: #cceeff; background-image: none; color: black; font-weight: bold }

/* Usage: <OL CLASS="toc"> ... </OL> */
/* Experiments with firefox, iexplorer, netscape, and opera show that we need both A and OL data */
/* and that the background color region EXCLUDES the item number in iexplorer and opera, and */
/* INCLUDES it in the others. */
A.TOC		{ background-color: #00bbff; background-image: none; color: white; font-weight: bold }
OL.TOC		{ background-color: #00bbff; background-image: none; color: black; font-weight: bold }

/* Usage: <BLOCKQUOTE CLASS="warning"> and <TABLE BORDER=10 CLASS="warning"> */
.WARNING	{ background-color: #ff7777; background-image: none; color: black }

/* Usage: <EM CLASS="author">Carl Friedrich Gauss</EM> */
.AUTHOR		{ font-style: normal; font-weight: bold }

/* Usage: <EM CLASS="title">Study of differential topology</EM> */
.TITLE		{ background-color: #ffeebb; background-image: none; color: black; font-style: italic; font-weight: bold }

/* [26-Oct-2006] This hypertext link attribute causes a link color change when the mouse is over the link */
A:hover		{ background-color: #bbffff; color: black }

/* Usage: <TT CLASS="option">-I</TT> */
.OPTION		{ background-color: #ccddff; background-image: none; color: black; font-weight: bold }

/* Usage: <H2 CLASS="section">2005</H2> */
.SECTION	{ background-color: #cc0000; background-image: none; color: white; font-weight: bold }

/* Usage: <TT CLASS="lowlight">quiet remark</TT> */
.LOWLIGHT	{ background-color: #eeeeee; background-image: none; color: black; font-weight: bold }

