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

34cb76
/*
34cb76
 * Texi2HTML
b32b45
 *
34cb76
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
b32b45
 *
b32b45
 * This program is free software; you can redistribute it and/or
b32b45
 * modify it under the terms of the GNU General Public License as
b32b45
 * published by the Free Software Foundation; either version 2 of the
b32b45
 * License, or (at your option) any later version.
b32b45
 * 
b32b45
 * This program is distributed in the hope that it will be useful, but
b32b45
 * WITHOUT ANY WARRANTY; without even the implied warranty of
b32b45
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
b32b45
 * General Public License for more details.
b32b45
 *
b32b45
 * You should have received a copy of the GNU General Public License
b32b45
 * along with this program; if not, write to the Free Software
b32b45
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
b32b45
 * USA.
b32b45
 * ----------------------------------------------------------------------
b32b45
 * $Id$
b32b45
 * ----------------------------------------------------------------------
b32b45
 */
b32b45
34cb76
/* Reset browser's default definitions. 
34cb76
--------------------------------------------------------------------*/
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/default.css");
34cb76
34cb76
/* Customize default definitions.
34cb76
--------------------------------------------------------------------*/
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/base.css");
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/headings.css");
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/paragraphs.css");
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/links.css");
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/pagelines.css");
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/lists.css");
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/quotation.css");
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/forms.css");
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/ads.css");
b32b45
34cb76
/* Customize Texi2HTML specific definitions.
34cb76
--------------------------------------------------------------------*/
34cb76
b32b45
div#page-body div#content {
b32b45
    padding-top: 5px;
b32b45
    padding-bottom: 5px;
b32b45
    background-color: #FFF;
b32b45
    }
b32b45
b32b45
table {
b32b45
    margin-top: 0px;
b32b45
    }
b32b45
b32b45
div#content table tr td,
b32b45
div#content table tr th {
b32b45
    border:none;
b32b45
    }
b32b45
b32b45
div#content pre.example {
b32b45
    padding: 0.5em 1em;
b32b45
    }
b32b45
b32b45
div#content p img {
b32b45
    margin-right: 10px;
b32b45
    margin-top: 10px;
b32b45
    padding: 5px;
b32b45
    border: 1px solid #DADADA;
b32b45
    }
b32b45
b32b45
div#content table.navibar {
b32b45
    margin-top: 20px;
b32b45
    border-bottom: 1px solid #f8f8f8;
b32b45
    }
b32b45
b32b45
div#content p.credits {
b32b45
    font-size: small;
b32b45
    }
cae084
cae084
div#content dl {
cae084
    margin-left: 1.5em;
cae084
    }