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 |
|
|
|
351fd7 |
h1.title {
|
|
|
b36dad |
text-align: center;
|
|
|
351fd7 |
color: #fff;
|
|
|
351fd7 |
padding: 1em;
|
|
|
351fd7 |
margin-bottom: 1em;
|
|
|
351fd7 |
background-color: #204c8d;
|
|
|
2f2365 |
background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/h1-bg.png");
|
|
|
b36dad |
line-height: 1.9em;
|
|
|
351fd7 |
}
|
|
|
351fd7 |
|
|
|
351fd7 |
h2.title {
|
|
|
b36dad |
color: #072B61;
|
|
|
b36dad |
line-height: 1em;
|
|
|
b36dad |
padding-top: 1.5em;
|
|
|
b36dad |
color: #072B61;
|
|
|
351fd7 |
}
|
|
|
351fd7 |
|
|
|
b36dad |
h3.title,
|
|
|
b36dad |
h4.title,
|
|
|
b36dad |
h5.title,
|
|
|
b36dad |
h6.title {
|
|
|
b36dad |
padding-top: 1em;
|
|
|
b36dad |
line-height: 1em;
|
|
|
b36dad |
color: #072B61;
|
|
|
b36dad |
}
|
|
|
b36dad |
|
|
|
b36dad |
.subtitle,
|
|
|
b36dad |
.author {
|
|
|
b36dad |
line-height: 1.5em;
|
|
|
351fd7 |
}
|