Author: desruisseaux Date: Wed Sep 26 08:13:12 2012 New Revision: 1390315 URL: http://svn.apache.org/viewvc?rev=1390315&view=rev Log: Added stylesheet for the Maven site. This initial commit is a copy of the GeoAPI stylesheet, which was created by ourselves. Future commit may personalize more the style for Apache SIS. Added: sis/trunk/src/site/ sis/trunk/src/site/resources/ sis/trunk/src/site/resources/css/ sis/trunk/src/site/resources/css/site.css (with props) sis/trunk/src/site/resources/images/ sis/trunk/src/site/resources/images/bar.png (with props) sis/trunk/src/site/resources/images/h2.png (with props) Modified: sis/trunk/src/main/javadoc/overview.html Modified: sis/trunk/src/main/javadoc/overview.html URL: http://svn.apache.org/viewvc/sis/trunk/src/main/javadoc/overview.html?rev=1390315&r1=1390314&r2=1390315&view=diff ============================================================================== --- sis/trunk/src/main/javadoc/overview.html (original) +++ sis/trunk/src/main/javadoc/overview.html Wed Sep 26 08:13:12 2012 @@ -5,7 +5,7 @@
- Overview of Apache Spatial Information System (SIS). + Overview of Apache Spatial Information System (SIS).SIS requires Java 6 Standard Edition.
Added: sis/trunk/src/site/resources/css/site.css URL: http://svn.apache.org/viewvc/sis/trunk/src/site/resources/css/site.css?rev=1390315&view=auto ============================================================================== --- sis/trunk/src/site/resources/css/site.css (added) +++ sis/trunk/src/site/resources/css/site.css Wed Sep 26 08:13:12 2012 @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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. + */ + +/* Override styles in maven-base.css */ +#leftColumn { + width: 180px; +} +#bodyColumn { + margin-left: 207px; +} + +/* Override styles in maven-theme.css */ +a { + color: #387085; +} +a:active, a:hover { + text-decoration: underline; +} +p { + text-align: justify; +} +h2 { + background: url(../images/h2.png) repeat-x; + -moz-border-radius: 10px; + color: #606060; + height: 30px; + padding-left: 15px; +} +h3 { + color: #404040; +} +h4 { + color: #606060; + border: none; + font-size: medium; + font-weight: bold; + padding-left: 0px; + padding-bottom: 0px; +} +h5 { + color: #404040; +} +dl { + border: 0px; + background-color: #ffffff; +} +#breadcrumbs { + background: url(../images/bar.png) repeat-x; + color: black; + height: 21px; + line-height: 20px; +} +#breadcrumbs a { + color: black; +} Propchange: sis/trunk/src/site/resources/css/site.css ------------------------------------------------------------------------------ svn:eol-style = native Propchange: sis/trunk/src/site/resources/css/site.css ------------------------------------------------------------------------------ svn:mime-type = text/css Added: sis/trunk/src/site/resources/images/bar.png URL: http://svn.apache.org/viewvc/sis/trunk/src/site/resources/images/bar.png?rev=1390315&view=auto ============================================================================== Binary file - no diff available. Propchange: sis/trunk/src/site/resources/images/bar.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: sis/trunk/src/site/resources/images/h2.png URL: http://svn.apache.org/viewvc/sis/trunk/src/site/resources/images/h2.png?rev=1390315&view=auto ============================================================================== Binary file - no diff available. Propchange: sis/trunk/src/site/resources/images/h2.png ------------------------------------------------------------------------------ svn:mime-type = image/png