Blame Identity/Webenv/Themes/Default/Docbook/1.69.1/Css/base.css

d4f4ce
/*
d4f4ce
 * Docbook -> Main blocks
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: base.css 5257 2012-08-28 18:02:18Z al $
d4f4ce
 * ----------------------------------------------------------------------
d4f4ce
 */
d4f4ce
d4f4ce
body {
d4f4ce
	clear: both;
d4f4ce
    padding: 0 40px 1em 40px;
d4f4ce
    background-color: #FFF;
d4f4ce
    }
6cf489
a6c30d
div.example {
a6c30d
    margin: 1em 0 1.5em;
a6c30d
    }
a6c30d
6cf489
div.example p.title {
6cf489
    margin: 0 0 0.5em 0; 
6cf489
    }
6cf489
108650
div.example pre {
6cf489
    margin: 0;
6cf489
    }
34b46a
34b46a
div.titlepage h3.title {
34b46a
    font-size: 1.4em;
34b46a
    }
dfba6a
dfba6a
div.table {
dfba6a
    margin: 1em 0 1.5em;
dfba6a
    }
dfba6a
dfba6a
div.table p.title {
dfba6a
    margin: 0 0 0.5em 0; 
dfba6a
    }
dfba6a
dfba6a
div.table thead {
dfba6a
    background: #204c8d;
dfba6a
    background-image: url(../Images/h1-bg.png);
dfba6a
    color: #FFF;
dfba6a
    }
b563ac
b563ac
.cmdsynopsis {
b563ac
    color: #FFF;
b563ac
    background: #0F0F0F;
b563ac
    -moz-border-radius: 10px;
b563ac
    }
b563ac
b563ac
.cmdsynopsis p {
aec7f9
    padding: 0.5em 1em;
b563ac
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
b563ac
    text-align: left;
b563ac
    }