/* Hoja de estilo basada en las hojas de estilo creadas por Romain Lerallut y O'Reilly & Associates, Inc. para el libro: DocBook: The Definitive Guide copyright (c) 2004, Sergio González González This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA http://www.gnu.org/copyleft/gpl.html */ body { color: inherit; background-color: #fff; font-family: verdana, arial, sans-serif; line-height: 1.2; } p { margin-top: 1em; margin-bottom: 1em; } div.informalfigure div.figure { text-align: center; margin-top: 2em; margin-bottom: 2em; } div.caption { text-align: left; } div.abstract { border: solid 0.2em; padding-left: 1em; padding-right: 1em; margin-top: 0.5em; margin-bottom: 0.5em; } div.mediaobject { padding: 1em; margin: 0.5em; text-align: center; } pre.programlisting, pre.screen { font-family: fixed; color: inherit; background-color: #ffc; border: solid; border-color: #099; border-left: solid #099 1.5em; border-right: solid #099 0em; border-top: solid #099 0em; border-bottom: solid #099 0em; padding: 0.5em; padding-left: 1.5em; margin: 0em; } div.navheader { padding-top: 2px; padding-right: 2px; } div.navfooter { margin-bottom: 0px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; padding-top: 2px; } div.copyrightfooter { background-color: #c6bec6; margin-top: 0px; padding-top: 10px; padding-left: 10px; padding-right: 10px; padding-bottom: 2px; } div.refentry, div.preface, div.chapter, div.appendix, div.reference, div.part, div.bibliography, div.glossary, div.index, div.colophon, div.legalnotice { margin-left: 10px; margin-right: 10px; } div.book { margin-left: 10px; margin-right: 10px; margin-top: 5px; } blockquote.blockquote { border: 2px; border-style: dashed; border-color: #e0e0e0; background-color: #ffc; padding: 0.5em; } .legalnotice { background-color: #f9f9f9; border: 2px; border-style: dashed; border-color: #e0e0e0; padding: 0.5em; } div.important, div.caution, div.note, div.tip, div.warning { margin-left: 5em; margin-right: 5em; margin-top: 1em; margin-bottom: 1em; padding: 0.3em; } div.note, div.tip { background-color: #f9f9f9; border: 2px; border-style: dashed; border-color: #e0e0e0; } div.caution, div.important { background-color: #FFFFE0; border: 2px; border-style: dashed; border-color: #f7f700; } div.warning { background-color: #FFDCDD; border: 2px; border-style: dashed; border-color: #f70000; } div.calloutlist { margin-left: 2em; margin-right: 2em; margin-top: 1em; margin-bottom: 1em; padding: 0.5em; border: 1px; border-style: dotted; border-color: #099; background-color: #f9f9f9; } span.abbrev { font-weight: bold; } div.revhistory { background-color: #d9ffe7; margin: 1em; } /* Nuevos roles creados en el documento */ .negrita { font-weight: bold; } table.inf { border-color: #606090; padding: 0.3em; } thead.inf, tfoot.inf { background-color: #009999; color: white; } tbody.inf, tr.inf, td.inf { background-color: #ffc; color: black; } /* --- Tablas --- */ table, tbody,thead,tfoot, tr,td { border-color: #099; padding: 0.3em; } thead, tfoot { background-color: #009999; color: white; } /* --- Títulos --- */ h1 { color: #fff; background-color: #606090; border: solid 3px #a0a0d0; font-variant: small-caps; padding: 0.3em; } h2 { color: #fff; background-color: #a0a0d0; font-style: italic; border: solid 3px #606090; padding: 0.3em; margin-top: 1em; margin-bottom: 1em; } h3 { color: #fff; background-color: #a0a0d0; border: double 2px #606090; margin-top: 1em; margin-bottom: 1em; padding: 0.3em; } h4, h5, h6 { color: #fff; background-color: #a0a0d0; border: dashed 2px #606090; margin-top: 1em; margin-bottom: 1em; padding: 0.3em; } h5, h6 { color: #fff; background-color: #a0a0d0; border: dotted 2px #606090; margin-top: 1em; margin-bottom: 1em; padding: 0.3em; }