Added: websites/staging/sis/trunk/content/tables/authority-codes.css
==============================================================================
--- websites/staging/sis/trunk/content/tables/authority-codes.css (added)
+++ websites/staging/sis/trunk/content/tables/authority-codes.css Sun May 15
21:03:16 2016
@@ -0,0 +1,142 @@
+/*
+ * 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.
+ */
+
+p {
+ text-align: justify;
+}
+
+h2 {
+ padding-top: 32px;
+}
+
+span.non-epsg {
+ font-size: small;
+ color: #707070;
+}
+
+table {
+ line-height: 1em;
+ border-spacing: 0;
+ padding: 0;
+}
+
+/*
+ * Table of parameters.
+ */
+table.param caption {
+ text-align: left;
+ font-weight: bold;
+ padding: 6px 2px;
+}
+
+table.param {
+ background-color: #eff2f6;
+ border-color: darkgray;
+ border-style: solid;
+ border-width: 2px;
+}
+
+table.param th {
+ color: #08366d;
+ background-color: #a8c9f3;
+ border-bottom-color: darkgray;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ padding: 3px 9px;
+ white-space: nowrap;
+}
+
+table.param td {
+ padding: 3px 12px;
+ vertical-align: text-top;
+}
+
+table.param th.sep, td.sep {
+ border-left-color: darkgray;
+ border-left-style: solid;
+ border-left-width: 1px;
+}
+
+table.param td.right {
+ padding-right: 0px;
+ text-align: right;
+}
+
+table.param td.center {
+ padding-left: 3px;
+ padding-right: 3px;
+ text-align: center;
+}
+
+table.param td.left {
+ padding-left: 0px;
+ text-align: left;
+}
+
+/*
+ * Aliases inside the table of parameters.
+ */
+table.aliases {
+ background-color: transparent;
+ border-style: none;
+ padding: 3px 0px 3px 18px;
+}
+
+table.aliases th {
+ font-size: small;
+ font-weight: normal;
+ color: #707070;
+ background-color: transparent;
+ border-style: none;
+ padding: 0px;
+ white-space: nowrap;
+}
+
+table.aliases td {
+ font-family: monospace;
+ padding: 0px 0px 0px 3px;
+}
+
+/*
+ * Header before the table of parameters.
+ */
+table.info {
+ padding-bottom: 6px;
+ border-style: none;
+}
+
+table.info th, td {
+ padding: 1px 3px;
+ text-align: left;
+ vertical-align: top;
+}
+
+table.info th {white-space: nowrap;}
+table.info td {padding-left: 9px;}
+table.info span.non-epsg {margin-left: 9px; margin-right: 3px;}
+
+/*
+ * Remarks after the table of parameters.
+ */
+table.footnotes {
+ padding-top: 6px;
+}
+
+table.footnotes th, td {
+ padding: 1px 3px;
+ text-align: left;
+}
Added: websites/staging/sis/trunk/content/tables/geoapi-reports.css
==============================================================================
--- websites/staging/sis/trunk/content/tables/geoapi-reports.css (added)
+++ websites/staging/sis/trunk/content/tables/geoapi-reports.css Sun May 15
21:03:16 2016
@@ -0,0 +1,107 @@
+/*
+ * Text format.
+ */
+p {
+ text-align: justify;
+}
+/*
+ * Table format: no cell border and no vertical space between the cells,
because our
+ * tables are actually more like very long lists. We use different background
colors
+ * for making easier to identify different sections in those lists.
+ */
+table {
+ border-spacing: 0px;
+ white-space: nowrap;
+}
+/*
+ * A table with a light (but non-white) background. This is mixed
+ * with the "tr.HL" style for producing a table with striping.
+ */
+table.withbg {
+ background-color: aliceblue
+}
+/*
+ * Table header, which may span more than one lines.
+ */
+tr.sectionHead > th {
+ font-size: 12px;
+ border-top-style: solid;
+ border-top-width: 1px;
+}
+tr.sectionTail > th {
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+}
+/*
+ * Headers for a sub-section in a table. This is not a real table header, but
+ * can be seen as a kind of header for grouping the content of a large table.
+ */
+tr.groupName > td {
+ font-weight: bold;
+ color: MidnightBlue;
+ border-top-style: solid;
+ border-bottom-style: solid;
+ border-color: MidnightBlue;
+ border-width: 1px;
+ padding-top: 3px;
+ padding-bottom: 3px;
+ background-color: lavender;
+}
+tr.groupHead > td {
+ padding-top: 3px;
+}
+tr.groupTail > td {
+ padding-bottom: 18px;
+}
+/*
+ * Highlighter for a row in a table, or for striping.
+ */
+tr.HL > td {
+ background-color: #d0ebf6;
+}
+th {
+ background-color: lightskyblue;
+ height: 18px;
+}
+th.left-align {
+ padding-left: 6px;
+ text-align: left;
+}
+td {
+ padding-left: 6px;
+ padding-right: 6px;
+ vertical-align: top;
+}
+tr.separator > td {
+ color: steelblue;
+ font-weight: bold;
+ padding-left: 1em;
+ background-color: white;
+ border-top-style: solid;
+ border-top-width: 1px;
+ border-top-color: lightblue;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
+ border-bottom-color: lightblue;
+ padding-top: 18px;
+}
+td.narrow {
+ padding-left: 0;
+ padding-right: 0;
+}
+td.error {
+ color: red;
+}
+td.warning {
+ font-style: italic;
+}
+/*
+ * The style for list elements that appear directly inside a cell table,
+ * without enclosing <ul> element. We don't use <ul> in order to avoid
+ * the extra margin on top and bottom. This style is used when each list
+ * item appears in its own table cell, as in OperationParametersReport.
+ */
+td > li {
+ margin-left: 18px;
+ list-style-type: square;
+}