|
|
351fd7 |
/*
|
|
|
1ec0e5 |
* Docbook -> Tables
|
|
|
351fd7 |
*
|
|
|
351fd7 |
* Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
|
|
|
351fd7 |
*
|
|
|
351fd7 |
* This CSS is free software; you can redistribute it and/or modify it
|
|
|
351fd7 |
* under the terms of the GNU General Public License as published by
|
|
|
351fd7 |
* the Free Software Foundation; either version 2 of the License, or
|
|
|
351fd7 |
* (at your option) any later version.
|
|
|
351fd7 |
*
|
|
|
351fd7 |
* This CSS is distributed in the hope that it will be useful, but
|
|
|
351fd7 |
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
351fd7 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
351fd7 |
* General Public License for more details.
|
|
|
351fd7 |
*
|
|
|
351fd7 |
* You should have received a copy of the GNU General Public License
|
|
|
351fd7 |
* along with this program; if not, write to the Free Software
|
|
|
351fd7 |
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
351fd7 |
*
|
|
|
351fd7 |
* ----------------------------------------------------------------------
|
|
|
351fd7 |
* $Id$
|
|
|
351fd7 |
* ----------------------------------------------------------------------
|
|
|
351fd7 |
*/
|
|
|
351fd7 |
|
|
|
1ec0e5 |
/* Revision History
|
|
|
1ec0e5 |
-----------------------------------------------*/
|
|
|
1ec0e5 |
|
|
|
1ec0e5 |
div.revhistory table th,
|
|
|
1ec0e5 |
div.revhistory table td {
|
|
|
1ec0e5 |
font-size: x-small;
|
|
|
1ec0e5 |
}
|
|
|
1ec0e5 |
|
|
|
1ec0e5 |
/* Navegation
|
|
|
1ec0e5 |
-----------------------------------------------*/
|
|
|
1ec0e5 |
|
|
|
1ec0e5 |
div.navheader {
|
|
|
1ec0e5 |
margin-bottom: 0.5em;
|
|
|
1ec0e5 |
padding-top: 0.5em;
|
|
|
1ec0e5 |
}
|
|
|
1ec0e5 |
|
|
|
1ec0e5 |
div.navfooter {
|
|
|
1ec0e5 |
margin-top: 2.5em;
|
|
|
1ec0e5 |
padding-bottom: 0.5em;
|
|
|
1ec0e5 |
}
|
|
|
1ec0e5 |
|
|
|
1ec0e5 |
div.navheader table,
|
|
|
1ec0e5 |
div.navfooter table {
|
|
|
b36dad |
margin: 0;
|
|
|
1ec0e5 |
}
|
|
|
1ec0e5 |
|
|
|
1ec0e5 |
div.navheader table th,
|
|
|
1ec0e5 |
div.navheader table td,
|
|
|
1ec0e5 |
div.navfooter table th,
|
|
|
1ec0e5 |
div.navfooter table td {
|
|
|
1ec0e5 |
border: none;
|
|
|
1ec0e5 |
}
|
|
|
1ec0e5 |
|
|
|
1ec0e5 |
/* Admonitions
|
|
|
1ec0e5 |
-----------------------------------------------*/
|
|
|
1ec0e5 |
|
|
|
351fd7 |
div.note,
|
|
|
351fd7 |
div.tip,
|
|
|
351fd7 |
div.important,
|
|
|
351fd7 |
div.caution,
|
|
|
351fd7 |
div.warning {
|
|
|
b36dad |
margin: 1.5em 0 1.5em 0 !important;
|
|
|
9045cb |
padding-left: 0.2em;
|
|
|
351fd7 |
}
|
|
|
351fd7 |
|
|
|
351fd7 |
div.note table, div.note table,
|
|
|
351fd7 |
div.tip table, div.tip table,
|
|
|
351fd7 |
div.important table, div.important table,
|
|
|
351fd7 |
div.caution table, div.caution table,
|
|
|
351fd7 |
div.warning table, div.warning table {
|
|
|
351fd7 |
margin: 0;
|
|
|
351fd7 |
border-width: 1px;
|
|
|
351fd7 |
border-left-width: 5px;
|
|
|
351fd7 |
border-style: solid;
|
|
|
ed6ff3 |
width: 100%;
|
|
|
351fd7 |
}
|
|
|
351fd7 |
|
|
|
351fd7 |
div.note table,
|
|
|
351fd7 |
div.tip table,
|
|
|
351fd7 |
div.important table,
|
|
|
351fd7 |
div.caution table,
|
|
|
351fd7 |
div.warning table {
|
|
|
351fd7 |
border-color: #F6E7D2;
|
|
|
351fd7 |
background-color: #FFF8EC;
|
|
|
2f2365 |
background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/msg-bg-orange.png");
|
|
|
351fd7 |
}
|
|
|
351fd7 |
|
|
|
351fd7 |
div.note table {
|
|
|
351fd7 |
border-color: #D2E0F6;
|
|
|
351fd7 |
background-color: #ECF4FF;
|
|
|
2f2365 |
background-image: url("/home/centos/artwork/trunk/Identity/Images/Webenv/msg-bg-blue.png");
|
|
|
351fd7 |
}
|
|
|
351fd7 |
|
|
|
351fd7 |
div.note table th, div.note table td,
|
|
|
351fd7 |
div.tip table th, div.tip table td,
|
|
|
351fd7 |
div.important table th, div.important table td,
|
|
|
351fd7 |
div.caution table th, div.caution table td,
|
|
|
351fd7 |
div.warning table th, div.warning table td {
|
|
|
e73971 |
padding: 0;
|
|
|
e73971 |
border: none;
|
|
|
351fd7 |
}
|
|
|
351fd7 |
|
|
|
351fd7 |
div.note table th,
|
|
|
351fd7 |
div.tip table th,
|
|
|
351fd7 |
div.important table th,
|
|
|
351fd7 |
div.caution table th,
|
|
|
351fd7 |
div.warning table th {
|
|
|
351fd7 |
font-size: 1.4em;
|
|
|
b36dad |
padding: 1em 0 0 0;
|
|
|
351fd7 |
}
|
|
|
351fd7 |
|
|
|
351fd7 |
div.note table td img,
|
|
|
351fd7 |
div.tip table td img,
|
|
|
351fd7 |
div.important table td img,
|
|
|
351fd7 |
div.caution table td img,
|
|
|
351fd7 |
div.warning table td img {
|
|
|
f7858d |
margin: 10px;
|
|
|
351fd7 |
}
|
|
|
351fd7 |
|
|
|
351fd7 |
div.note table td p,
|
|
|
351fd7 |
div.tip table td p,
|
|
|
351fd7 |
div.important table td p,
|
|
|
351fd7 |
div.caution table td p,
|
|
|
351fd7 |
div.warning table td p {
|
|
|
f7858d |
margin: 10px 25px 15px 0;
|
|
|
351fd7 |
}
|
|
|
351fd7 |
|
|
|
351fd7 |
div.note pre,
|
|
|
351fd7 |
div.tip pre,
|
|
|
351fd7 |
div.important pre,
|
|
|
351fd7 |
div.caution pre,
|
|
|
351fd7 |
div.warning pre {
|
|
|
351fd7 |
border: none;
|
|
|
f7858d |
background-color: #000;
|
|
|
351fd7 |
color: #FFFFFF;
|
|
|
b36dad |
margin: 0 15px 1em 0;
|
|
|
e73971 |
padding: 0.5em 1em 0.5em 1em;
|
|
|
351fd7 |
}
|