Blame Manual/repository.css

d7b2cd
/* CSS
d7b2cd
 *
d7b2cd
 * repository.css -- This file extends `base-app.css' to provide
d7b2cd
 * specific visual style to Texi2HTML output.
d7b2cd
 *
d7b2cd
 * Copyright (C) 2009-2011 Alain Reguera Delgado
d7b2cd
 *
d7b2cd
 * This program is free software; you can redistribute it and/or
d7b2cd
 * modify it under the terms of the GNU General Public License as
d7b2cd
 * published by the Free Software Foundation; either version 2 of the
d7b2cd
 * License, or (at your option) any later version.
d7b2cd
 * 
d7b2cd
 * This program is distributed in the hope that it will be useful, but
d7b2cd
 * WITHOUT ANY WARRANTY; without even the implied warranty of
d7b2cd
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
d7b2cd
 * General Public License for more details.
d7b2cd
 *
d7b2cd
 * You should have received a copy of the GNU General Public License
d7b2cd
 * along with this program; if not, write to the Free Software
d7b2cd
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
d7b2cd
 * USA.
d7b2cd
 * ----------------------------------------------------------------------
d7b2cd
 * $Id$
d7b2cd
 * ----------------------------------------------------------------------
d7b2cd
 */
d7b2cd
d7b2cd
/* Define default visual style.
d7b2cd
-------------------------------*/
d7b2cd
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base.css");
d7b2cd
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base-app.css");
d7b2cd
b274fb
/* Texi2html specific definitions.
b274fb
----------------------------------*/
41622d
div#page-body div#content {
41622d
    padding-top: 5px;
41622d
    padding-bottom: 5px;
41622d
    background-color: #FFF;
41622d
    }
41622d
d7b2cd
table {
d7b2cd
    margin-top: 0px;
d7b2cd
    }
d7b2cd
d7b2cd
div#content table tr td,
d7b2cd
div#content table tr th {
d7b2cd
    border:none;
d7b2cd
    }
d7b2cd
d7b2cd
div#content pre.example {
d7b2cd
    padding: 0.5em 1em;
41622d
    }
d7b2cd
d7b2cd
div#content p img {
b274fb
    margin-right: 10px;
b274fb
    margin-top: 10px;
d7b2cd
    padding: 5px;
d7b2cd
    border: 1px solid #DADADA;
d7b2cd
    }
41622d
41622d
div#content table.navibar {
41622d
    margin-top: 20px;
41622d
    border-bottom: 1px solid #f8f8f8;
41622d
    }
41622d
41622d
div#content p.credits {
41622d
    font-size: small;
41622d
    }