48 lines
1.4 KiB
CSS
48 lines
1.4 KiB
CSS
/*
|
|
* 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.
|
|
*/
|
|
|
|
table.docutils {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
border: 0;
|
|
border-collapse: collapse;
|
|
table-layout: auto;
|
|
}
|
|
table.docutils th {
|
|
padding: 1px 8px 1px 5px;
|
|
border-top: 1px;
|
|
border-left: 1px;
|
|
border-right: 1px;
|
|
border-bottom: 1px solid #aaa;
|
|
}
|
|
table.docutils td {
|
|
word-break: break-word;
|
|
min-width: 10%;
|
|
}
|
|
table.docutils tr:hover {
|
|
background: #efefef;
|
|
}
|
|
table.docutils tbody tr:nth-child(2n) {
|
|
background: #9EBCE21E;
|
|
}
|
|
table.docutils td:nth-child(1) {
|
|
width: 25%;
|
|
word-break: break-all;
|
|
font-weight: 500;
|
|
}
|