Blob Blame History Raw
/* 
 * Webenv -> Quotation
 *
 * 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 blockquote {
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-gray.png");
	}

div#page-body blockquote p {
    margin-left: 0.5em;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
    }

div#page-body blockquote h3 {
    font-size: 1.4em;
    padding: 0 0 0.5em 0.5em;
    margin: 1em 0 0 0;
    color: #333;
    border: none;
    }

div#page-body blockquote pre {
    margin-left: 1em;
    padding-left: 0.5em;
    }

div#page-body blockquote.icon h3 {
    padding: 0 0 0.5em 1em;
    margin: 1em 0 0 2em;
    }

div#page-body blockquote.icon img {
    margin: 0.5em 0 0 0;
    }

div#page-body blockquote.icon p {
    margin-left: 2em;
    padding-left: 2em;
    margin-bottom: 0.5em;
    }

div#page-body blockquote.icon pre,
div#page-body blockquote.icon table {
    margin-left: 4em;
    }

div#page-body blockquote.message {
	border: none;
	border-top: 4px solid;
	border-bottom: 4px solid;
    border-color: #CFCFCF;
	}

div#page-body blockquote.blue {
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-blue.png");
	border-color: #D2E0F6; 
	background-color: #ECF4FF;
	}

div#page-body blockquote.orange {
    border-color: #F6E7D2; 
    background-color: #FFF8EC;
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-orange.png");
	}

div#page-body blockquote.violet {
    border-color: #F6D2F6; 
    background-color: #FFECFF;
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-violet.png");
	}	

div#page-body blockquote.red {
    border-color: #E0B7B7;
    background-color: #FFECEC;
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-red.png");
	}

div#page-body blockquote.green {
    border-color: #D6F6D2;
    background-color: #EEFFEC;
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-green.png");
	}