Blame Identity/Webenv/Themes/Default/Docbook/1.69.1/tables.css

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