Blame Identity/Webenv/Css/App/quotation.css

10fcb3
/* 
10fcb3
 * Webenv -> Quotation
10fcb3
 *
10fcb3
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
10fcb3
 *
10fcb3
 * This CSS is free software; you can redistribute it and/or modify it
10fcb3
 * under the terms of the GNU General Public License as published by
10fcb3
 * the Free Software Foundation; either version 2 of the License, or
10fcb3
 * (at your option) any later version.
10fcb3
 *
10fcb3
 * This CSS is distributed in the hope that it will be useful, but
10fcb3
 * WITHOUT ANY WARRANTY; without even the implied warranty of
10fcb3
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
10fcb3
 * General Public License for more details.
10fcb3
 *
10fcb3
 * You should have received a copy of the GNU General Public License
10fcb3
 * along with this program; if not, write to the Free Software
10fcb3
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
10fcb3
 *
10fcb3
 * ----------------------------------------------------------------------
10fcb3
 * $Id$
10fcb3
 * ----------------------------------------------------------------------
10fcb3
 */
10fcb3
10fcb3
div#page-body blockquote {
10fcb3
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-gray.png");
10fcb3
	}
10fcb3
10fcb3
div#page-body blockquote p {
10fcb3
    margin-left: 0.5em;
10fcb3
    padding-left: 0.5em;
10fcb3
    margin-bottom: 0.5em;
10fcb3
    }
10fcb3
10fcb3
div#page-body blockquote h3 {
10fcb3
    font-size: 1.4em;
10fcb3
    padding: 0 0 0.5em 0.5em;
10fcb3
    margin: 1em 0 0 0;
10fcb3
    color: #333;
10fcb3
    border: none;
10fcb3
    }
10fcb3
10fcb3
div#page-body blockquote pre {
10fcb3
    margin-left: 1em;
10fcb3
    padding-left: 0.5em;
10fcb3
    }
10fcb3
10fcb3
div#page-body blockquote.icon h3 {
10fcb3
    padding: 0 0 0.5em 1em;
10fcb3
    margin: 1em 0 0 2em;
10fcb3
    }
10fcb3
10fcb3
div#page-body blockquote.icon img {
10fcb3
    margin: 0.5em 0 0 0;
10fcb3
    }
10fcb3
10fcb3
div#page-body blockquote.icon p {
10fcb3
    margin-left: 2em;
10fcb3
    padding-left: 2em;
10fcb3
    margin-bottom: 0.5em;
10fcb3
    }
10fcb3
10fcb3
div#page-body blockquote.icon pre,
10fcb3
div#page-body blockquote.icon table {
10fcb3
    margin-left: 4em;
10fcb3
    }
10fcb3
10fcb3
div#page-body blockquote.message {
10fcb3
	border: none;
10fcb3
	border-top: 4px solid;
10fcb3
	border-bottom: 4px solid;
10fcb3
    border-color: #CFCFCF;
10fcb3
	}
10fcb3
10fcb3
div#page-body blockquote.blue {
10fcb3
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-blue.png");
10fcb3
	border-color: #D2E0F6; 
10fcb3
	background-color: #ECF4FF;
10fcb3
	}
10fcb3
10fcb3
div#page-body blockquote.orange {
10fcb3
    border-color: #F6E7D2; 
10fcb3
    background-color: #FFF8EC;
10fcb3
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-orange.png");
10fcb3
	}
10fcb3
10fcb3
div#page-body blockquote.violet {
10fcb3
    border-color: #F6D2F6; 
10fcb3
    background-color: #FFECFF;
10fcb3
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-violet.png");
10fcb3
	}	
10fcb3
10fcb3
div#page-body blockquote.red {
10fcb3
    border-color: #E0B7B7;
10fcb3
    background-color: #FFECEC;
10fcb3
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-red.png");
10fcb3
	}
10fcb3
10fcb3
div#page-body blockquote.green {
10fcb3
    border-color: #D6F6D2;
10fcb3
    background-color: #EEFFEC;
10fcb3
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-green.png");
10fcb3
	}