Blame Identity/Webenv/Css/Docbook/default.css

8d74ce
/* CSS
8d74ce
 *
8d74ce
 * base-docbook.css --  This file provides extends the base visual
8d74ce
 * style definition of CentOS Web Environment (Webenv) to XHTML ouput
8d74ce
 * produced from DocBook XML DTD instances.
8d74ce
 * 
8d74ce
 * Copyright (C) 2009-2011 The CentOS Artwork SIG
8d74ce
 *
8d74ce
 * This program is free software; you can redistribute it and/or
8d74ce
 * modify it under the terms of the GNU General Public License as
8d74ce
 * published by the Free Software Foundation; either version 2 of the
8d74ce
 * License, or (at your option) any later version.
8d74ce
 *
8d74ce
 * This program is distributed in the hope that it will be useful, but
8d74ce
 * WITHOUT ANY WARRANTY; without even the implied warranty of
8d74ce
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
8d74ce
 * General Public License for more details.
8d74ce
 *
8d74ce
 * You should have received a copy of the GNU General Public License
8d74ce
 * along with this program; if not, write to the Free Software
8d74ce
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
8d74ce
 *
8d74ce
 * ----------------------------------------------------------------------
8d74ce
 * $Id$
8d74ce
 * ----------------------------------------------------------------------
8d74ce
 */
8d74ce
8d74ce
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base.css");
8d74ce
8d74ce
body {
8d74ce
	clear: both;
8d74ce
    padding: 0 40px 0 40px;
8d74ce
    background-color: #FFF;
8d74ce
    }
8d74ce
8d74ce
/* Navigation bars
8d74ce
-----------------------------------------------*/
8d74ce
8d74ce
div.navheader table,
8d74ce
div.navfooter table {
8d74ce
    margin:0; 
8d74ce
    }
8d74ce
8d74ce
div.navheader {
8d74ce
    margin-bottom: 0.5em;
8d74ce
    padding-top: 0.5em;
8d74ce
    }
8d74ce
8d74ce
div.navfooter {
8d74ce
    margin-top: 2em;
8d74ce
    padding-bottom: 0.5em;
8d74ce
    }
8d74ce
8d74ce
div.navheader table th,
8d74ce
div.navheader table td,
8d74ce
div.navfooter table th, 
8d74ce
div.navfooter table td { 
8d74ce
    border: none;
8d74ce
    }
8d74ce
8d74ce
/* Headings
8d74ce
-----------------------------------------------*/
8d74ce
8d74ce
h1.title {
8d74ce
    font-size: 2em;
8d74ce
    color: #fff;
8d74ce
    padding: 1em;
8d74ce
    margin-bottom: 1em;
8d74ce
    background-color: #204c8d;
8d74ce
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.1/h1-bg.png");
8d74ce
    }
8d74ce
8d74ce
h2.title {
8d74ce
    margin-top: 1.6em;
8d74ce
    }
8d74ce
8d74ce
.title { 
8d74ce
    color: #072B61; 
8d74ce
    }
8d74ce
8d74ce
/* Paragraphs
8d74ce
-----------------------------------------------*/
8d74ce
p {
8d74ce
    text-align:justify;
8d74ce
    }
8d74ce
8d74ce
/* Lists
8d74ce
-----------------------------------------------*/
8d74ce
8d74ce
ul { 
8d74ce
    list-style: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/ul.png") circle; 
8d74ce
    } 
8d74ce
8d74ce
div.glosslist dl dd {
8d74ce
    margin-left: 3.5em;
8d74ce
    }
8d74ce
8d74ce
/* Table of contents
8d74ce
-----------------------------------------------*/
8d74ce
8d74ce
div.toc {
8d74ce
    margin: 1em 0 2em 0;
8d74ce
    }
8d74ce
8d74ce
div.toc p {
8d74ce
    margin-bottom: 0.5em;
8d74ce
    }
8d74ce
8d74ce
/* Admonitions
8d74ce
-----------------------------------------------*/
8d74ce
div.note, 
8d74ce
div.tip,
8d74ce
div.important,
8d74ce
div.caution,
8d74ce
div.warning {
8d74ce
    margin: 0 0 1.5em 0 !important;
8d74ce
    }
8d74ce
8d74ce
div.note table, div.note table,
8d74ce
div.tip table, div.tip table,
8d74ce
div.important table, div.important table,
8d74ce
div.caution table, div.caution table,
8d74ce
div.warning table, div.warning table {
8d74ce
    margin: 0;
8d74ce
    border-width: 1px;
8d74ce
    border-left-width: 5px;
8d74ce
    border-style: solid;
8d74ce
    }
8d74ce
8d74ce
div.note table, 
8d74ce
div.tip table,
8d74ce
div.important table,
8d74ce
div.caution table,
8d74ce
div.warning table {
8d74ce
    border-color: #F6E7D2;
8d74ce
    background-color: #FFF8EC;
8d74ce
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-orange.png");
8d74ce
    }
8d74ce
8d74ce
div.note table {
8d74ce
	border-color: #D2E0F6; 
8d74ce
	background-color: #ECF4FF;
8d74ce
    background-image: url("/home/centos/artwork/tags/Identity/Images/Webenv/1.0/msg-bg-blue.png");
8d74ce
    }
8d74ce
8d74ce
div.note table th, div.note table td, 
8d74ce
div.tip table th, div.tip table td,
8d74ce
div.important table th, div.important table td,
8d74ce
div.caution table th, div.caution table td,
8d74ce
div.warning table th, div.warning table td {
8d74ce
    border:none;
8d74ce
    padding: 0 0 0 0;
8d74ce
    }
8d74ce
8d74ce
div.note table th, 
8d74ce
div.tip table th,
8d74ce
div.important table th, 
8d74ce
div.caution table th, 
8d74ce
div.warning table th {
8d74ce
    font-size: 1.4em;
8d74ce
    padding: 1em 0 0.5em 0;
8d74ce
    }
8d74ce
8d74ce
div.note table td img,
8d74ce
div.tip table td img,
8d74ce
div.important table td img,
8d74ce
div.caution table td img,
8d74ce
div.warning table td img {
8d74ce
    margin: 1em 0.5em;
8d74ce
    }
8d74ce
8d74ce
div.note table td p,
8d74ce
div.tip table td p,
8d74ce
div.important table td p,
8d74ce
div.caution table td p,
8d74ce
div.warning table td p {
8d74ce
    margin: 0 1em 1.3em 0;
8d74ce
    }
8d74ce
8d74ce
div.note pre,
8d74ce
div.tip pre,
8d74ce
div.important pre,
8d74ce
div.caution pre,
8d74ce
div.warning pre {
8d74ce
    border: none;
8d74ce
    background-color: #333;
8d74ce
    color: #FFFFFF;
8d74ce
    margin: 0 0.5em 0.5em 0;
8d74ce
    padding: 0.5em;
8d74ce
    }
8d74ce
8d74ce
/* Phrase Elements
8d74ce
-----------------------------------------------*/
8d74ce
8d74ce
.command {
8d74ce
    font-family: "DejaVu LGC Sans Mono", "Liberation Mono", monospace;
8d74ce
    }
8d74ce
8d74ce
.computeroutput {
8d74ce
    border-width: 1px;
8d74ce
    border-style: solid;
8d74ce
    border-color: #eeeeee;
8d74ce
    background: #fafafa;
8d74ce
    }