/*============================================================================= Copyright (c) 2005-2009 Jaroslav Gresula Distributed under the MIT license (See accompanying file LICENSE.txt or copy at http://jagpdf.org/LICENSE.txt) =============================================================================*/ @import url("base.css"); body, td { font-size: 90%; line-height: 125%; } /* ------------------------------------------------------------ LAYOUT: NAVIGATION + CONTENT */ #nav { position:absolute; left: 0px; width:110px; list-style: none; } #nav ul { list-style: none; margin: 1em 1em; padding: 0px; } #nav li a { color: #1240AB; text-decoration: none; } #nav #sponsor { font-size: 50%; } #nav #sponsor-li { margin-left: -6px; } #nav li a:visited { color: #1240AB; } #content { margin-left:110px; border-left:1px solid black; padding : 1em 1em; width : auto; /* max-width : 922px; */ /* min-width : 400px; */ } /*============================================================================= Headings */ h1, h2, h3, h4, h5, h6 { margin: 0.1em 0em 0.3em 0em; } /* ====================================================================== footer */ #footer { line-height: 110%; font-size: 70%; color: #9f9f9f; clear: both; } #footer a, #footer a:visited { color: #9f9f9f; } div#footer_conformance { position:absolute; left: 0px; width:110px; padding-bottom: 1em; border-top: 1px solid #e0e0e0; } #footer_xhtml { padding-top : 1em; } #footer_xhtml, #footer_css, #footer_klenot { padding-left : 1em; } #web_copyright { margin-left: 110px; padding-left: 1em; border-left: 1px solid #000000; border-top: 1px solid #e0e0e0; width: auto; padding-top: .5em; /* max-width : 922px; */ } #footer_revised { padding-top : 1em; } #footer_copyright { padding-bottom : .5em; } /* ====================================================================== downloads */ /* padding: top right bottom left */ /* all cells */ table.tbl_down td { padding: 0.1pc 1.8pc 0.0pc 0.3pc; } /* whole table */ table.tbl_down { border-collapse: collapse; border-width: 0; margin-bottom: 1.0pc; font-size: 100%; } /* header row */ tr.tbl_down_header td { font-weight: bold; color: #1240AB; border-top: 1px solid #bfbfbf; padding-top: 0.3pc; padding-bottom: 0.3pc; } /* row separating OSes*/ tr.tbl_down_separate_os td { border-top: 1px solid #bfbfbf; padding-top: 0.4pc ; } tr.tbl_down_last_os td { padding-bottom: 0.4pc; } td.tbl_down_os { font-weight: bold; color: #1240AB; } /* ====================================================================== samples */ table#samples { border-collapse: collapse; border-width: 0; margin-top: 2em; } table#samples td { padding: 0.5pc 1.8pc 1.0pc 0.3pc; border-top: 1px solid #bfbfbf; } table#samples_prev { width: 600px; } table#samples_prev td { text-align: center; }