[addressing-devel] SF.net SVN: addressing:[15] trunk/src/site/resources/css/site.css
Brought to you by:
nodens2k
From: <Nod...@us...> - 2008-09-05 09:40:49
|
Revision: 15 http://addressing.svn.sourceforge.net/addressing/?rev=15&view=rev Author: Nodens2k Date: 2008-09-05 09:40:59 +0000 (Fri, 05 Sep 2008) Log Message: ----------- - Fixed web site CSS styles. Modified Paths: -------------- trunk/src/site/resources/css/site.css Modified: trunk/src/site/resources/css/site.css =================================================================== --- trunk/src/site/resources/css/site.css 2008-09-04 13:29:28 UTC (rev 14) +++ trunk/src/site/resources/css/site.css 2008-09-05 09:40:59 UTC (rev 15) @@ -1,57 +1,31 @@ -#banner { - background: transparent url(../images/dawn.png) repeat-x scroll 0 0; - height: 109px; -} +/* + * Copyright (c) 2008 Rodrigo Ruiz + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ -#bannerLeft { - color: #fff; - float:none; +a:active, a:link, a:visited { + color: #b50; } -#bannerLeft img { - padding: 5px; +a:hover { + color: #f80; } -#breadcrumbs { - background: #eee url(../images/breadcrumbs.jpg) repeat scroll 0 0; - border: 0; - height: 13px; - margin-bottom: 10px; - padding: 5px 10px 14px 20px; -} - -#leftColumn { - -moz-border-radius-bottomright: 6px; - -moz-border-radius-topright: 6px; - -moz-box-sizing: border-box; - -webkit-border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -webkit-box-shadow: 2px 2px 4px #666; - border-color: #b50; - border-style: solid; - border-width: 1px 1px 1px 0; - margin: 0 0 10px; - padding: 0 5px; - width: 12em; -} - -#navcolumn h5 { - border-bottom: 1px dotted #888; - color: #000; - font-size: smaller; - font-weight: bolder; - margin-bottom: 5px; - padding-top: 5px; -} - -#bodyColumn { - margin-left: 15em; - margin-right: 1.5em; - max-width: 65em; - min-width: 35em; -} - -.section { +a.poweredBy { + display: block; + text-align: center; + margin: 10px 0; padding: 0; } @@ -81,37 +55,35 @@ text-shadow: 1px 1px 2px #000; } -a:active, a:link, a:visited { - color: #b50; +#banner { + background: transparent url(../images/dawn.png) repeat-x scroll 0 0; + height: 109px; } -a:hover { - color: #f80; +#bannerLeft { + color: #fff; + float:none; } -a.poweredBy { - display: block; - text-align: center; - margin: 10px 0; - padding: 0; +#bannerLeft img { + padding: 5px; } -#leftColumn a.poweredBy img { - border: 0; - margin: 0; - padding: 0; +#bodyColumn { + margin-left: 15em; + margin-right: 1.5em; + max-width: 65em; + min-width: 35em; } -.xleft, .xright { - text-shadow: none; +#breadcrumbs { + background: #eee url(../images/breadcrumbs.jpg) repeat scroll 0 0; + border: 0; + height: 13px; + margin-bottom: 10px; + padding: 5px 10px 14px 20px; } -.source { - -webkit-box-shadow: 2px 2px 4px #666; - background: #eee; - margin: 0; -} - #footer { font-size: 13px; margin-left: 15em; @@ -130,3 +102,55 @@ padding: 0.5em 0; margin: 4em 0 0 0; } + +#leftColumn { + -moz-border-radius-bottomright: 6px; + -moz-border-radius-topright: 6px; + -moz-box-sizing: border-box; + -moz-box-shadow: 2px 2px 4px #666; + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + -webkit-box-shadow: 2px 2px 4px #666; + border-color: #b50; + border-style: solid; + border-width: 1px 1px 1px 0; + margin: 0 0 10px; + padding: 0 5px; + width: 12em; +} + +#leftColumn a.poweredBy img { + border: 0; + margin: 0; + padding: 0; +} + +#navcolumn h5 { + border-bottom: 1px dotted #888; + color: #000; + font-size: smaller; + font-weight: bolder; + margin-bottom: 5px; + padding-top: 5px; +} + +.bodyTable { + -moz-box-shadow: 2px 2px 4px #666; + -webkit-box-shadow: 2px 2px 4px #666; + border:1px solid #888; +} + +.section { + padding: 0; +} + +.source { + -moz-box-shadow: 2px 2px 4px #666; + -webkit-box-shadow: 2px 2px 4px #666; + background: #eee; + margin: 0; +} + +.xleft, .xright { + text-shadow: none; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |