Blob Blame History Raw
/* 
 * Webenv -> 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$
 * ----------------------------------------------------------------------
 */

div#page-body h1 {
    margin-top: 0.9em;
    margin-bottom: 0.9em;
    padding-left: 0.7em;
    color: #FFF;
    border: none;
    background: #204C8D url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/h1-bg.png");
    }

div#page-body h2 {
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    padding-left: 0.7em;
    background: #FFF url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/h2-bg.png");
    border: none;
    color: #072B61;
    }

div#page-body h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-left: 0.7em;
    color: #072B61;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DADADA;
    }

div#page-body h4 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-left: 0.7em;
    color: #072B61;
    border-bottom: none;
    }

div#page-body h5 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-left: 0.7em;
    color: #072B61;
    font-weight: bold;
    border-bottom: none;
    }

div#page-body h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-left: 0.7em;
    color: #072B61;
    font-weight: bold;
    border-bottom: none;
    }

div#page-body h1 a:link  { text-decoration: none; color: #FFF }
div#page-body h1 a:hover { text-decoration: none; color: #FFF; }
div#page-body h1 a:active { text-decoration: underline; color: #FFF; }
div#page-body h1 a:visited { text-decoration: none; color: #FFF; }
div#page-body h1 a:visited:hover { text-decoration: none; color: #FFF; }

div#page-body h2 a:link, div#page-body h2 a:visited, div#page-body h2 a:hover, 
div#page-body h2 a:active, div#page-body h2 a:visited:hover, 
div#page-body h3 a:link, div#page-body h3 a:visited, div#page-body h3 a:hover,
div#page-body h3 a:active, div#page-body h3 a:visited:hover, 
div#page-body h4 a:link, div#page-body h4 a:visited, div#page-body h4 a:hover,
div#page-body h4 a:active, div#page-body h4 a:visited:hover, 
div#page-body h5 a:link, div#page-body h5 a:visited, div#page-body h5 a:hover,
div#page-body h5 a:active, div#page-body h5 a:visited:hover, 
div#page-body h6 a:link, div#page-body h6 a:visited, div#page-body h6 a:hover,
div#page-body h6 a:active, div#page-body h6 a:visited:hover {
	color: #072B61; 
	text-decoration: none;
}