/*
* Docbook -> Headings
*
* Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
*
* This CSS 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 CSS 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., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* ----------------------------------------------------------------------
* $Id$
* ----------------------------------------------------------------------
*/
h1.title {
text-align: center;
color: #fff;
padding: 1em;
margin-bottom: 1em;
background-color: #204c8d;
background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/h1-bg.png");
line-height: 1.9em;
}
h2.title {
color: #072B61;
line-height: 1em;
padding-top: 1.5em;
color: #072B61;
}
h3.title,
h4.title,
h5.title,
h6.title {
padding-top: 1em;
line-height: 1em;
color: #072B61;
}
.subtitle,
.author {
line-height: 1.5em;
}