Blame Identity/Webenv/Themes/Default/Docbook-style-xsl/1.69.1/paragraphs.css

d4f4ce
/*
d4f4ce
 * Docbook -> Paragraphs
d4f4ce
 * 
d4f4ce
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
d4f4ce
 *
d4f4ce
 * This CSS is free software; you can redistribute it and/or modify it
d4f4ce
 * under the terms of the GNU General Public License as published by
d4f4ce
 * the Free Software Foundation; either version 2 of the License, or
d4f4ce
 * (at your option) any later version.
d4f4ce
 *
d4f4ce
 * This CSS is distributed in the hope that it will be useful, but
d4f4ce
 * WITHOUT ANY WARRANTY; without even the implied warranty of
d4f4ce
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
d4f4ce
 * General Public License for more details.
d4f4ce
 *
d4f4ce
 * You should have received a copy of the GNU General Public License
d4f4ce
 * along with this program; if not, write to the Free Software
d4f4ce
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
d4f4ce
 *
d4f4ce
 * ----------------------------------------------------------------------
d4f4ce
 * $Id: paragraphs.css 5257 2012-08-28 18:02:18Z al $
d4f4ce
 * ----------------------------------------------------------------------
d4f4ce
 */
d4f4ce
d4f4ce
p {
d4f4ce
    text-align:justify;
d4f4ce
    }
d4f4ce
d4f4ce
.footnote:hover {
d4f4ce
    background-color: #EEE;
d4f4ce
    cursor: help;
d4f4ce
    }
d4f4ce
d4f4ce
.footnote p {
d4f4ce
    font-size: small;
d4f4ce
    padding: 0.5em;
d4f4ce
    margin: 0; 
d4f4ce
    }
d4f4ce
d4f4ce
/* Phrase elements
d4f4ce
-----------------------------------------------*/
d4f4ce
d4f4ce
.command,
d4f4ce
.package {
d4f4ce
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
d4f4ce
    }
d4f4ce
d4f4ce
.replaceable:before {
d4f4ce
    content: "<";
d4f4ce
    }
d4f4ce
d4f4ce
.replaceable:after {
d4f4ce
    content: ">";
d4f4ce
    }
d4f4ce
d4f4ce
.prompt {
d4f4ce
    background-color: #FFFAE9;
d4f4ce
    }
d4f4ce