Blob Blame History Raw
/*
 * Docbook -> Main blocks
 * 
 * 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: base.css 5257 2012-08-28 18:02:18Z al $
 * ----------------------------------------------------------------------
 */

body {
	clear: both;
    padding: 0 40px 1em 40px;
    background-color: #FFF;
    }

div.example {
    margin: 1em 0 1.5em;
    }

div.example p.title {
    margin: 0 0 0.5em 0; 
    }

div.example pre {
    margin: 0;
    }

pre {
    border-radius: 5px;
    }

div.titlepage h3.title {
    font-size: 1.4em;
    }

div.table {
    margin: 1em 0 1.5em;
    }

div.table p.title {
    margin: 0 0 0.5em 0; 
    }

div.table thead {
    background: #204c8d;
    background-image: url(../Images/h1-bg.png);
    color: #FFF;
    }

.cmdsynopsis {
    color: #FFF;
    background: #0F0F0F;
    -moz-border-radius: 10px;
    }

.cmdsynopsis p {
    padding: 0.5em 1em;
    font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
    text-align: left;
    }