/*
* Texi2HTML
*
* Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
*
* This program 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 2 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 this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA.
* ----------------------------------------------------------------------
* $Id$
* ----------------------------------------------------------------------
*/
/* Reset browser's default definitions.
--------------------------------------------------------------------*/
@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/default.css");
/* Customize default definitions.
--------------------------------------------------------------------*/
@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/base.css");
@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/paragraphs.css");
@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/links.css");
@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/lists.css");
@import url("/home/centos/Projects/artwork/trunk/Identity/Webenv/Css/App/quotation.css");
/* Customize Texi2HTML specific definitions.
--------------------------------------------------------------------*/
div#page-body div#content {
padding-top: 5px;
padding-bottom: 5px;
background-color: #FFF;
}
div#page-body div#content table {
margin-top: 0px;
}
div#page-body div#content table tr td,
div#page-body div#content table tr th {
border:none;
}
div#page-body div#content pre.example {
padding: 0.5em 1em;
}
div#page-body div#content p img {
margin-right: 10px;
margin-top: 10px;
}
div#page-body div#content table.navibar {
margin-top: 10px;
border-bottom: 1px solid #f8f8f8;
}
div#page-body div#content table.menu {
margin: 0 0 0 1.5em;
}
div#page-body div#content p.credits {
font-size: small;
}
div#page-body div#content h1 {
color: #fff;
padding: 1em;
margin: 0.5em 0 1em 0;
background-color: #204c8d;
background-image: url("/home/centos/Projects/artwork/trunk/Identity/Images/Webenv/h1-bg.png");
}
div#page-body div#content h2 {
font-size: 1.7em;
margin: 0.5em 0 1em 0;
}
.chapter,
.section,
.subsection,
.subsubsection,
.heading,
.subheading,
.subsubheading,
.settitle,
.unnumbered {
}
div#page-body div#content dl dt {
font-weight: bold;
}