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