Blame Identity/Webenv/Css/Docbook/headings.css

351fd7
/*
351fd7
 * Docbook -> Headings
351fd7
 * 
351fd7
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
351fd7
 *
351fd7
 * This CSS is free software; you can redistribute it and/or modify it
351fd7
 * under the terms of the GNU General Public License as published by
351fd7
 * the Free Software Foundation; either version 2 of the License, or
351fd7
 * (at your option) any later version.
351fd7
 *
351fd7
 * This CSS is distributed in the hope that it will be useful, but
351fd7
 * WITHOUT ANY WARRANTY; without even the implied warranty of
351fd7
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
351fd7
 * General Public License for more details.
351fd7
 *
351fd7
 * You should have received a copy of the GNU General Public License
351fd7
 * along with this program; if not, write to the Free Software
351fd7
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
351fd7
 *
351fd7
 * ----------------------------------------------------------------------
351fd7
 * $Id$
351fd7
 * ----------------------------------------------------------------------
351fd7
 */
351fd7
d802c0
div.book > div.titlepage h1.title,
575c3f
div.article > div.titlepage h1.title,
d802c0
div.part > div.titlepage h1.title {
351fd7
    background-color: #204c8d;
2f2365
    background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/h1-bg.png");
02bcb3
    color: #fff;
acda8a
    padding: 1.5em;
02bcb3
    text-align: center;
505f0f
    }
505f0f
505f0f
div.book > div.titlepage div.author {
b36dad
    }
b36dad
d802c0
div.book > div.titlepage h2.subtitle,
d802c0
div.book > div.titlepage h3.author {
ead470
    }
ead470
d802c0
div.book > div.titlepage p.copyright {
d802c0
    }
d802c0
d802c0
div.book > div.titlepage div.legalnotice {
d802c0
    margin-bottom: 1.5em;
d802c0
    }
d802c0
d802c0
div.book > div.titlepage div.revhistory {
d802c0
    margin-bottom: 1.5em;
d802c0
    }
d802c0
d802c0
div.book > div.titlepage div.abstract p.title {
d802c0
    margin-bottom: 0;
d802c0
    }
d802c0
d802c0
div.preface > div.titlepage h2.title {
d802c0
    font-size: 2em;
b3bd6d
    margin-top: 1em;
d802c0
    }
d802c0
a6a23a
div.appendix > div.titlepage h2.title,
d802c0
div.chapter > div.titlepage h2.title {
6641fd
    margin-top: 1em;
70f2d7
    font-size: 2em;
351fd7
    }
d802c0
d802c0
div.sect1 > div.titlepage h2.title,
d802c0
div.section > div.titlepage h2.title {
d802c0
    margin-top: 1em;
fdc95e
    font-size: 1.7em;
d802c0
    }
d802c0
ac8988
div.sect2 > div.titlepage h3.title,
ac8988
div.section > div.titlepage h3.title {
fdc95e
    font-size: 1.4em;
d802c0
    }
d802c0
ac8988
div.sect3 > div.titlepage h4.title,
ac8988
div.section > div.titlepage h4.title {
fdc95e
    font-size: 1.2em;
d802c0
    }