Blame Manuals/Repository/repository.css

b32b45
/* CSS
b32b45
 *
b32b45
 * repository.css -- This file extends `base-app.css' to provide
b32b45
 * specific visual style to Texi2HTML output.
b32b45
 *
b32b45
 * Copyright (C) 2009-2011 Alain Reguera Delgado
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
b32b45
/* Define default visual style.
b32b45
-------------------------------*/
b32b45
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base.css");
b32b45
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base-app.css");
b32b45
b32b45
/* Texi2html specific definitions.
b32b45
----------------------------------*/
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
    }