comparison src/main/resources/org/ssdt_ohio/gradle/userdoc/templates/stylesheet.css @ 23:e2d02e8742be

usasr-1307: for render tables for properties and reportable properties with label and group names
author smith@nwoca.org
date Wed, 16 Mar 2016 23:24:26 +0100
parents 8400a7db1330
children
comparison
equal deleted inserted replaced
22:b3282a66cc05 23:e2d02e8742be
1 /**
2 * Licensed to the Apache Software Foundation (ASF) under one
3 * or more contributor license agreements. See the NOTICE file
4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
6 * to you under the Apache License, Version 2.0 (the
7 * "License"); you may not use this file except in compliance
8 * with the License. You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing,
13 * software distributed under the License is distributed on an
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 * KIND, either express or implied. See the License for the
16 * specific language governing permissions and limitations
17 * under the License.
18 */
1 @charset "${props.charset}"; 19 @charset "${props.charset}";
2 20
3 /*! normalize.css v2.1.0 | MIT License | git.io/normalize */ 21 /*! normalize.css v2.1.0 | MIT License | git.io/normalize */
4 article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { 22 article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
5 display: block 23 display: block
2157 .subNav ul.navList li, .subNav ul li { 2175 .subNav ul.navList li, .subNav ul li {
2158 padding: 0 5px; 2176 padding: 0 5px;
2159 display: inline 2177 display: inline
2160 } 2178 }
2161 2179
2180 table.overviewSummary tr {
2181 border-left: 1px solid #EEE;
2182 border-right: 1px solid #EEE;
2183 }
2184
2185 table.overviewSummary tr:first-child {
2186 border-top: 1px solid #EEE;
2187 border-bottom: 1px solid #EEE;
2188 }
2189
2190 table.overviewSummary tr:last-child {
2191 border-bottom: 1px solid #EEE;
2192 }
2193
2162 table.overviewSummary, .contentContainer ul li table { 2194 table.overviewSummary, .contentContainer ul li table {
2163 width: 100%; 2195 width: 100%;
2164 margin: 20px 0 2196 margin: 20px 0
2165 } 2197 }
2166 2198
2169 font-weight: 100; 2201 font-weight: 100;
2170 font-size: 1em; 2202 font-size: 1em;
2171 float: left; 2203 float: left;
2172 padding: 0 10px; 2204 padding: 0 10px;
2173 margin-top: 10px; 2205 margin-top: 10px;
2174 background: #db4800; 2206 background: #6884db;
2175 color: white 2207 color: white
2176 } 2208 }
2177 2209
2178 table.overviewSummary tr th, .contentContainer ul li table tr th { 2210 table.overviewSummary tr th, .contentContainer ul li table tr th {
2179 padding: 10px; 2211 padding: 5px 10px;
2180 font-weight: bold; 2212 font-weight: bold;
2181 font-size: 1em; 2213 font-size: 1em;
2182 text-align: left 2214 text-align: left;
2215 white-space: nowrap;
2216 background: #f2f2f2
2183 } 2217 }
2184 2218
2185 table.overviewSummary tr td, .contentContainer ul li table tr td { 2219 table.overviewSummary tr td, .contentContainer ul li table tr td {
2186 vertical-align: top; 2220 vertical-align: top;
2187 font-size: .9em; 2221 font-size: .9em;
2188 padding: 5px 10px; 2222 padding: 5px 10px
2189 border-top: 1px solid #EEE
2190 } 2223 }
2191 2224
2192 table.overviewSummary tbody > tr:nth-child(odd) > td, .contentContainer ul li table tbody > tr:nth-child(odd) > td { 2225 table.overviewSummary tbody > tr:nth-child(odd) > td, .contentContainer ul li table tbody > tr:nth-child(odd) > td {
2193 background-color: #f9f9f9 2226 background-color: #f9f9f9
2194 } 2227 }
2203 font-weight: 100; 2236 font-weight: 100;
2204 font-size: 1em; 2237 font-size: 1em;
2205 margin: 0 10px; 2238 margin: 0 10px;
2206 padding: 3px 10px; 2239 padding: 3px 10px;
2207 margin-top: 10px; 2240 margin-top: 10px;
2208 background: #db4800; 2241 background: #6884DB;
2209 color: white; 2242 color: white;
2210 line-height: 40px 2243 line-height: 40px
2211 } 2244 }
2212 2245
2213 body.left .indexHeader { 2246 body.left .indexHeader {