|
|
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 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 |
}
|
|
|
b32b45 |
|
|
|
da1cb7 |
div#page-body div#content table.navibar {
|
|
|
d483ba |
margin-top: 10px;
|
|
|
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 |
|
|
|
d483ba |
div#page-body div#content h1 {
|
|
|
d483ba |
color: #fff;
|
|
|
5a72be |
padding: 1.3em;
|
|
|
d483ba |
margin: 0.5em 0 1em 0;
|
|
|
d483ba |
background-color: #204c8d;
|
|
|
d483ba |
background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/h1-bg.png");
|
|
|
8356cd |
}
|
|
|
8356cd |
|
|
|
8356cd |
div#page-body div#content h2 {
|
|
|
8356cd |
font-size: 1.7em;
|
|
|
d483ba |
}
|
|
|
d483ba |
|
|
|
da1cb7 |
.chapter,
|
|
|
da1cb7 |
.section,
|
|
|
da1cb7 |
.subsection,
|
|
|
da1cb7 |
.subsubsection,
|
|
|
da1cb7 |
.heading,
|
|
|
da1cb7 |
.subheading,
|
|
|
5a72be |
.subsubheading,
|
|
|
5a72be |
.settitle {
|
|
|
8356cd |
color: #000;
|
|
|
d483ba |
clear:both;
|
|
|
8356cd |
margin-top: 1.5em;
|
|
|
5a72be |
line-height: 1em;
|
|
|
da1cb7 |
}
|
|
|
6fe1a0 |
|
|
|
6fe1a0 |
div#page-body div#content dl dt {
|
|
|
6fe1a0 |
font-weight: bold;
|
|
|
6fe1a0 |
}
|