/* PostgreSQL.org Documentation Style */ @import url("global.css"); @import url("table.css"); @import url("text.css"); body { font-size: 76%; } /* Container Definitions */ #commitfestContainerWrap { text-align: center; /* Win IE5 */ } #commitfestContainer { margin: 0 auto; width: 90%; padding-bottom: 2em; display: block; text-align: left; /* Win IE5 */ } #commitfestHeader { background-image: url("/https/git.postgresql.org/layout/images/docs/bg_hdr.png"); height: 83px; margin: 0px; padding: 0px; width: 100% } #commitfestHeader tr { vertical-align: top } #commitfestHeaderLogo { position: relative; width: 206px; height: 83px; border: 0px; padding: 0px; margin: 0px; margin-left: 20px; } #commitfestHeaderLogo img { border: 0px; } #commitfestNav { position: relative; text-align: right; margin-left: 10px; margin-top: 5px; color: #fff; font-weight: bold; font-size: 0.95em } #commitfestContent { position: relative; margin-left: 10px; margin-right: 10px; margin-top: 20px; } #commitfestFooter { position: relative; font-size: 0.9em; color: #666; line-height: 1.3em; margin-left: 10px; margin-right: 10px; } /* Heading Definitions */ h1 { font-weight: bold; color: #EC5800; font-size: 1.4em; } h2 { font-weight: bold; color: #666; font-size: 1.2em; } h3 { font-weight: normal; color: #EC5800; font-size: 1.1em; } /* Text Styles */ .txtCurrentLocation { font-weight: bold; } .txtAttribution { font-size: 90%; color: #999; } p, ol, ul, li { line-height: 1.5em; } /* Link Styles */ #commitfestNav a { color: #ffffff } a:link { color:#0066A2; text-decoration: underline; } a:visited { color:#004E66; text-decoration: underline; } a:active { color:#0066A2; text-decoration: underline; } a:hover { color:#000000; text-decoration: underline; } #commitfestFooter a:link { color:#666; text-decoration: underline; } #commitfestFooter a:visited { color:#666; text-decoration: underline; } #commitfestFooter a:active { color:#666; text-decoration: underline; } #commitfestFooter a:hover { color:#000000; text-decoration: underline; } .error { color: #f00; font-weight: bold } .controlerror { color: #f00 }