poco/PocoDoc/resources/css/styles.css

1 line
8.7 KiB
CSS
Raw Normal View History

/* * styles.css * * Style Sheet for Applied Informatics Documentation. * * Copyright (c) 2004-2007, Applied Informatics * */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } body { margin: 0; color: #000000; background-color: #ffffff; font-weight: 300; font-size: 0.95em; line-height: 1.5em; } p, h1, h2, h3, h4, h5, h6, ul, ol, li, td, th, address, blockquote, strong, b, emph, i { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; } p, ul, ol, address, blockquote, h6 { color: black; font-size: 1em; line-height: 1.5em; margin-top: 1.0em; margin-bottom: 1.0em; } h1 { color: black; font-size: 1.5em; line-height: 2em; font-weight: 300; margin-top: 12px; margin-right: 0; margin-bottom: 12px; } h1.category, h1.namespace { font-size: 1.2em; line-height: 1.2em; font-weight: 300; margin-top: 0px; margin-bottom: 8px; margin-left: 16px; margin-right: 16px; background: #0076B8; color: white; } h1.title, h1.symbol { font-size: 1.5em; line-height: 1.2em; font-weight: 300; margin-top: 0; margin-bottom: 0; margin-left: 16px; margin-right: 16px; background: #0076B8; color: white; } h1.template { font-size: 1.2em; line-height: 1.2em; font-weight: 300; margin-top: 0; margin-bottom: 0; margin-left: 16px; margin-right: 16px; background: #0076B8; color: white; } div.header { margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 10; background: #0076B8; color: white; padding-top: 8px; padding-bottom: 8px; border-bottom-width: 1px; border-bottom-color: #012F50; border-bottom-style: solid; } div.header img { padding-right: 20px; float: right; } img { vertical-align: baseline; } div.body { margin-top: 16px; margin-left: 0; margin-right: 0; } #navigation { position: absolute; left: 0; width: 300px; padding-left: 16px; padding-right: 16px; overflow-y: visible; border-right: 1px solid #aaa; } #navigation iframe { width: 300px; margin: 0; padding: 0; border: 0; overflow-y: visible; } #content { position: absolute; left: 332px; right: 0; padding-left: 16px; padding-right: 16px; min-width: 600px; border-left: 1px solid #aaa; } pre { color: #141414; background: #F4F4F4; font-size: 0.9em; line-height: 1.5em; font-family: "Lucida Console", "Monaco", Courier, "Courier New", monospace; border-bottom-width: 1px; border-bottom-color: #CCCCCC; border-bottom-style: solid; padding-top: 4px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; margin-top: 8px; margin-bottom: 32px; display: block; white-space: pre; overflow: auto; word-wrap: normal; } h2 { color: black; font-size: 1.25em; font-weight: 600; margin-top: 1.5em; margin-bottom: 0em; } h3 { color: black; font-size: 1.15em; font-weight: 600; margin-top: 1.0em; margin-right: 0; margin-bottom: 0; background: #CCC; border-bottom-width: 1px; border-bottom-color: #AAA; border-bottom-style: solid; padding-left: 4px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; } h3.overview { color: black; font-size: 1.25em; margin-top: 1.5em; ma