- Revision
- 200
- Author
- mauro
- Date
- 2007-06-30 06:02:35 -0500 (Sat, 30 Jun 2007)
Log Message
Adopt new waffle colour scheme.
Modified Paths
- trunk/distribution/src/site/resources/style/waffle.css
- trunk/distribution/src/site/templates/skin.html
Diff
Modified: trunk/distribution/src/site/resources/style/waffle.css (199 => 200)
--- trunk/distribution/src/site/resources/style/waffle.css 2007-06-30 10:34:33 UTC (rev 199) +++ trunk/distribution/src/site/resources/style/waffle.css 2007-06-30 11:02:35 UTC (rev 200) @@ -1,159 +1,16 @@ -.Content2Column { - position: absolute; - top: 125px; - bottom: 8px; - left: 208px; - right: 16px; -} -.codehauslogo { - margin-top: 15px; - width: 180px; - text-align: center; -} -.codeContent { - border: 1px solid #4D87CE; - font-size: 1.2em; - padding: 10px; -} - -.code-comment { - color: #777; - font-style: italic; -} - -.code-quote { - color: #070; -} - -.code-keyword { - color: #700; -} - -body { - margin: 0; - font-family: "Trebuchet MS", Arial, Verdana; - font-size: 0.84em; - color: #555555; - background-color: #FFFFFF; - text-align: left; - padding: 0 0 10px 0; - border-left: 1px dashed #800E06; - border-right: 1px dashed #800E06; -} - -body,td,select,input,li { - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 13px; -} - -code { - font-family: Courier, monospace; - font-size: 13px; -} - -input { - background-color: #FFFFFF; - padding: 3px; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - color: #ffffff; - border: 1px solid #728c40; - background-color: #94ae62; - margin-bottom: 2px; -} - -input[type=submit] { - background-color: #FFFFFF; - padding: 3px; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; - color: #666666; - border: 1px solid #728c40; - margin-bottom: 2px; -} - -a { - text-decoration: none; -} - -a:link { - color: #36a; -} - -a:visited { - color: #47a; -} - -a:active,a:hover { - color: #69c; -} - -#legend li.externalLink { - background: url( ../images/external.png ) left top no-repeat; - padding-left: 18px; -} - -a.externalLink,a.externalLink:link,a.externalLink:visited,a.externalLink:active,a.externalLink:hover - { - background: url( ../images/external.png ) right center no-repeat; - padding-right: 18px; -} - -#legend li.newWindow { - background: url( ../images/newwindow.png ) left top no-repeat; - padding-left: 18px; -} - -a.newWindow,a.newWindow:link,a.newWindow:visited,a.newWindow:active,a.newWindow:hover - { - background: url( ../images/newwindow.png ) right center no-repeat; - padding-right: 18px; -} - -li { - list-style-image: url(../images/backgrounds/li.gif); - line-height: 20px; - text-align: left; -} - -table.bodyTable th { - color: white; - background-color: #bbb; - text-align: left; - font-weight: bold; -} - -table.bodyTable th,table.bodyTable td { - font-size: 1em; -} - -table.bodyTable tr.a { - background-color: #ddd; -} - -table.bodyTable tr.b { - background-color: #eee; -} - -.source { - border: 1px solid #999; - background-color: #eee; -} - #banner { border-bottom: 1px solid #fff; } -#bannerLeft img { +#banner img { padding: 4px 0px 4px 20px; } #breadcrumbs { - border-top: 1px solid #aaa; - border-bottom: 1px solid #aaa; - background-color: #E4CA82; + border: 1px solid; + background-color: #e6e6db; } #leftColumn { @@ -163,47 +20,24 @@ float: left; } -#navColumn h5 { +#navColumn h1 { font-size: 10pt; border-bottom: 1px solid #aaaaaa; padding-top: 12px; color: #000; } -#menu { +#footer { width: 100%; - padding-top: 20px; - padding-bottom: 20px; - background-color: #94AE62; - margin-bottom: 50px; - color: #FFFFFF; - text-align: center; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - font-variant: small-caps; - background-image: url(../images/backgrounds/menu.jpg); + background-color: #e6e6db; + border: 1px solid; + padding: 5px 0 5px 0; + margin-top: 50px; + font-size: 0.8em; + position: fixed; + bottom: 0px; } -#menu a { - color: #FFFFFF; - text-decoration: none; - padding: 10px; - padding-top: 20px; - padding-bottom: 20px; -} - -#menu a:hover { - border-bottom: 1px solid #ffffff; - border-left: 1px solid #728d40; - border-right: 1px solid #e9ffb7; - padding-left: 9px; - padding-right: 9px; - color: #000000; - background-color: #FFFFFF; - background-image: url(../images/backgrounds/a_hover.jpg); -} - -/*google ads*/ #uads { position: absolute; right: 40px; @@ -216,34 +50,6 @@ margin-bottom: 40px; } -#header h1 { - font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, - sans-serif; - font-size: 30px; - text-transform: uppercase; - font-weight: normal; - margin: 0; - padding: 0; - padding-top: 5px; - color: #736451; - margin-bottom: 10px; - text-align: left; -} - -#header h2 { - font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, - sans-serif; - font-size: 15px; - text-transform: uppercase; - text-align: right; - font-weight: normal; - margin: 0; - padding: 0; - margin-right: 40px; - color: #000000; - border-bottom: 1px solid #eeeeee; -} - #content { margin: 0 auto 0 auto; margin-left: 30px; @@ -261,125 +67,102 @@ padding: 0px; } -#sidebar { - width: 160px; - float: right; - font-size: 95%; - color: #6C534A; +body { + margin: 0; + font-family: "Trebuchet MS", Arial, Verdana; + font-size: 0.84em; + color: #555555; + background-color: #FFFFFF; text-align: left; - margin-right: 20px; - margin-bottom: 100px; + padding: 0 0 10px 0; + border-left: 1px dashed #800E06; + border-right: 1px dashed #800E06; } -#sidebar h1 { - font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, - sans-serif; - font-size: 20px; - text-transform: uppercase; - font-weight: normal; - border-bottom: 1px solid #eeeeee; - color: #728c40; - text-align: right; +body,td,select,input,li { + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 13px; } -.submenu { - +a { + text-decoration: none; } -.submenu a { - display: block; - width: 100%; - background-image: url(../images/backgrounds/submenua.gif); - background-position: right; - background-repeat: no-repeat; - padding: 5px; - padding-right: 0; +a:link { + color: #666d80; } -.submenu a:hover { - background-color: #eeeeee; - background-image: url(../images/backgrounds/submenua_hover.jpg); - background-repeat: repeat-y; +a:visited { + color: #66665c; } -#mainbar { - margin-right: 235px; - padding-right: 35px; - background-image: url(../images/backgrounds/mainbar.jpg); - background-position: top right; - background-repeat: no-repeat; - margin-bottom: 100px; +a:active,a:hover { + color: #66665c; } -#mainbar h1 { - font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, - sans-serif; - font-size: 25px; - text-transform: uppercase; - font-weight: normal; - border-bottom: 1px solid #eeeeee; - color: #728c40; +table.bodyTable th { + color: white; + background-color: #bbb; + text-align: left; + font-weight: bold; } -#mainbar p { - padding: 15px; - line-height: 20px; +table.bodyTable th,table.bodyTable td { + font-size: 1em; } -#mainbar .articleimg { - float: right; - padding: 5px; - border: 1px solid #eeeeee; - margin-left: 20px; - margin-top: 20px; - margin-bottom: 20px; +table.bodyTable tr.a { + background-color: #ddd; } -#footer { - width: 100%; - background-color: #b6cf84; - border-top: 1px solid #d8efa6; - border-bottom: 5px solid #94ae62; - padding-top: 5px; - padding-bottom: 5px; - margin-top: 50px; - font-size: 0.8em; - position: fixed; - bottom: 0px; - color: white; - text-align: center; +table.bodyTable tr.b { + background-color: #eee; } -#footer a { - color: #006600; +code { + font-family: Courier, monospace; + font-size: 13px; } -#footer a:hover { - color: #009900; +.source { + border: 1px solid #999; + background-color: #eee; } +.code-content { + border: 1px solid #4D87CE; + font-size: 1.2em; + padding: 10px; +} + +.code-comment { + color: #777; + font-style: italic; +} + +.code-quote { + color: #070; +} + +.code-keyword { + color: #700; +} + .logo { float: right; margin-right: 30px; } -.clearer { +.clear { clear: both; } -.introduction { - margin-left: 0px; - margin-right: 235px; - font-family: Helvetica, Arial, sans-serif; - line-height: 20px; - font-size: 12px; - color: #99B198; - text-indent: 25px; - background-image: url(../images/backgrounds/desc.jpg); - background-position: bottom left; - padding-left: 0; - padding-right: 200px; - padding-bottom: 35px; - padding-top: 0; - background-repeat: no-repeat; -} \ No newline at end of file +.left { + text-align: left; + margin-left: 10px; +} + +.right { + text-align: right; + margin-right: 10px; +}
Modified: trunk/distribution/src/site/templates/skin.html (199 => 200)
--- trunk/distribution/src/site/templates/skin.html 2007-06-30 10:34:33 UTC (rev 199) +++ trunk/distribution/src/site/templates/skin.html 2007-06-30 11:02:35 UTC (rev 200) @@ -30,14 +30,13 @@ <body class="composite"> <div id="banner"> - <a href="" id="bannerLeft"><img src="" alt="Waffle"/></a> + <img src="" alt="Waffle" src="" <div class="clear"> <hr/> </div> </div> <div id="breadcrumbs"> - <div class="xleft"> Last Published: 06/21/2007 </div> - <div class="xright"> <a href="" Home</a> </div> + <div class="left"> Last Published: 06/21/2007 </div> <div class="clear"> <hr/> </div> @@ -45,7 +44,7 @@ <div id="leftColumn"> <div id="navColumn"> <#list sitemap.sections as section> - <h5>${section.name}</h5> + <h1>${section.name}</h1> <ul> <#list section.pages as otherPage> <#if otherPage = page> @@ -56,15 +55,15 @@ </#list> </ul> </#list> - <h5>Project Documentation</h5> + <h1>Project Documentation</h1> <ul> <li class="collapsed"> <a href="" Information</a> </li> <img alt="Hosted at Codehaus" src="" /><br/> </ul> - <h5>Tools</h5> + <h1>Tools</h1> <img alt="Build with Maven 2" src="" /> <br/> <img alt="IDEA" src="" /> <br/> - <h5>Ads</h5> + <h1>Ads</h1> <script type="text/_javascript_"><!-- google_ad_client = "pub-8973208330688044"; google_ad_width = 125; @@ -89,7 +88,7 @@ <hr/> </div> <div id="footer"> - <div class="xright">© + <div class="right">© 2007 </div> <div class="clear"> <hr/>
To unsubscribe from this list please visit:
