body { font-family: Verdana, Arial, Sans-Serif; font-size: 11px; text-align: center; } h1, h2, h3, h4, h5 { margin: 0; } a { text-decoration: none; } a:hover { text-decoration: none; } img { border: 0; } /* Container */ #container { width: 980px; margin: 0 auto; padding: 0; text-align: left; } /* Header */ #header { height: 200px; } #header h1 { text-align: right; padding: 5px 18px; font-size: 30px; letter-spacing: -2px; } #header h2 { text-align: right; padding: 8px 15px 0 0; font-size: 18px; letter-spacing: -1px; } /* Menu */ #menu { height: 30px; padding: 13px 0 0 0; text-align: center; font-size: 13px; border-top: 3px solid; border-bottom: 2px solid; } #menu a { padding: 0 5px; } #menu a:hover { text-decoration: underline; } #menu .selectedItem { font-weight: bold; text-decoration: underline; } /* Content */ #content { padding-top: 0px; } #leftCol { float: left; width: 280px; margin-top: 30px; } #rightCol { float: right; margin-top: 30px; padding: 0 20px; width: 660px; } #rightCol p { line-height: 1.3em; text-align: justify; text-indent: 3%; } #rightCol li { line-height: 1.3em; margin: 5px; text-align: justify; } #rightCol h1 { margin-bottom: 10px; font-size: 18px; font-weight: normal; border-top: 1px solid; border-bottom: 1px solid; padding: 0 0 0 5px; } #rightCol h2 { margin-bottom: 10px; font-size: 18px; font-weight: normal; border-top: 1px solid; border-bottom: 1px solid; padding: 0 0 0 5px; } /* Changes from previous Version */ /*.changelog li { list-style-type: circle; }*/ .changelog p { /* font-family: arial, sans-serif; font-size: 14px;*/ margin-left: 10px; font-weight: normal; } /* Features */ .key { font-family: arial, sans-serif; font-size: 14px; margin: 25px auto 10px 0; font-weight: bold; } .keyIcon { font-size: 16px; font-weight: bold; } .features dl { display: none; } .features li { padding: 4px 0; } .features dt { padding: 4px 0; } /* Name */ .name { font-weight: 900; font-family: "courier new", monospace; } /* Code */ .code { border: 1px dashed; font-family: monospace; font-size: 10px; padding: 10px; margin: 0 30px; } .codefrag { font-family: monospace; font-size: 10px; } /* News */ #news { width: 216px; margin: 0px 20px 0 20px; padding: 10px; border: 2px solid; } #newsHeader { height: 32px; } #newsHeaderLeftCol { float: left; width: 106px; height: 32px; } #newsHeaderRightCol { float: right; width: 106px; height: 32px; } #newsHeaderRightCol h4 { text-align: right; padding: 0 0 4px 0; } #newsHeaderRightCol a.rss { background: url("http://images.sourceforge.net/icons/silk/feed.png") no-repeat; padding: 0 0 20px 20px; margin-left: 1em; line-height: 180%; } #newsContent { padding-top: 30px; } #newsContent ul { margin: 0; list-style: none; padding: 0; } #newsContent li.firstItem { display: block; text-decoration: none; padding: 15px 0 20px 0; } #newsContent li { display: block; text-decoration: none; padding: 20px 0; } #newsContent li.lastItem { display: block; text-decoration: none; padding: 20px 0 0 0; } #newsContent p { line-height: 1.3em; /* text-align: justify;*/ } #newsFooter { margin-top: 5px; padding: 7px 0; /*border: 1px dashed; border-color: #9b9b9b;*/ } #newsFooter h4 { text-align: center; } .newsdate { font-weight: bold; } .newstitle { font-weight: bold; } .newstitleRelease { font-weight: bold; } /* Links */ #links { margin: 60px 20px 0px 20px; } #links p { text-align: center; } /* Footer */ #footer { height: 30px; padding: 13px 0 0 0; text-align: center; font-size: 13px; border-top: 2px solid; } #footer a { padding: 0 5px; } #footer a:hover { text-decoration: underline; } #footer .selectedItem { font-weight: bold; text-decoration: underline; } /* Under Footer */ #underfooter { font-family: Verdana, Arial, Sans-Serif; width: 900px; margin: 0 auto; padding-top: 10px; } #underfooter p { text-align: center; padding: 0; font-size: 11px; }