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/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/lists.css");
cae084
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/App/quotation.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
da1cb7
div#page-body ul.toc { 
da1cb7
    list-style: none;
da1cb7
    }
da1cb7
da1cb7
div#page-body div#content table {
b32b45
    margin-top: 0px;
b32b45
    }
b32b45
da1cb7
div#page-body div#content table tr td,
da1cb7
div#page-body div#content table tr th {
b32b45
    border:none;
b32b45
    }
b32b45
da1cb7
div#page-body div#content pre.example {
b32b45
    padding: 0.5em 1em;
b32b45
    }
b32b45
da1cb7
div#page-body div#content p img {
b32b45
    margin-right: 10px;
b32b45
    margin-top: 10px;
b32b45
    padding: 5px;
b32b45
    border: 1px solid #DADADA;
b32b45
    }
b32b45
da1cb7
div#page-body div#content table.navibar {
b32b45
    margin-top: 20px;
b32b45
    border-bottom: 1px solid #f8f8f8;
b32b45
    }
b32b45
da1cb7
div#page-body div#content table.menu {
da1cb7
    margin: 0 0 0 1.5em;
da1cb7
    }
da1cb7
da1cb7
div#page-body div#content p.credits {
b32b45
    font-size: small;
b32b45
    }
da1cb7
da1cb7
div#page-body div#content h1,
da1cb7
.chapter,
da1cb7
.section,
da1cb7
.subsection,
da1cb7
.subsubsection,
da1cb7
.heading,
da1cb7
.subheading,
da1cb7
.subsubheading {
da1cb7
    color: #072B61;
da1cb7
    }