1/* 2* Licensed to the Apache Software Foundation (ASF) under one or more 3* contributor license agreements. See the NOTICE file distributed with 4* this work for additional information regarding copyright ownership. 5* The ASF licenses this file to You under the Apache License, Version 2.0 6* (the "License"); you may not use this file except in compliance with 7* the License. You may obtain a copy of the License at 8* 9* http://www.apache.org/licenses/LICENSE-2.0 10* 11* Unless required by applicable law or agreed to in writing, software 12* distributed under the License is distributed on an "AS IS" BASIS, 13* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14* See the License for the specific language governing permissions and 15* limitations under the License. 16*/ 17 18* { 19 font-family: Arial; 20 font-style:normal; 21 } 22.typelink { 23 cursor: pointer; cursor: hand; 24 color: #688; 25 } 26.typelink:link { color:#003; background-color:transparent; } 27.typelink:visited { color:#003; background-color:transparent; } 28.typelink:hover { 29 text-decoration: underline; 30 } 31.typelink:active { color:#003; background-color:#acc; } 32 33.value-table { display: inline-table; } 34 35 36.button { 37 box-shadow:inset 0px 1px 0px 0px #ffffff; 38 background-color:#ededed; 39 border-top-left-radius:4px; 40 border-top-right-radius:4px; 41 border-bottom-right-radius:4px; 42 border-bottom-left-radius:4px; 43 border:1px solid #dcdcdc; 44 display: inline-block; 45 color: #777777; 46 font-size: 15px; 47 font-weight: bold; 48 height: 20px; 49 line-height: 20px; 50 width: 80px; 51 text-align:center; 52 vertical-align: middle; 53 text-shadow:1px 1px 0px #ffffff; 54 cursor: pointer; cursor: hand; 55 } 56 57.button:hover { 58 background-color:#dfdfdf; 59 } 60 61.button:active { 62 position: relative; 63 top: 1px; 64 background-color:#c0c0c0; 65 } 66 67.current-match { 68 font-weight: bold; 69 background-color:#c0c0c0; 70 } 71 72.match-highlight { 73 color: #ff0000; 74 } 75