blob: 402b2438d76be4c5139ba186893673fa4114ebd2 [file] [log] [blame]
/*
* 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.
*/
* {
font-family: Arial;
font-style:normal;
}
.typelink {
cursor: pointer; cursor: hand;
color: #688;
}
.typelink:link { color:#003; background-color:transparent; }
.typelink:visited { color:#003; background-color:transparent; }
.typelink:hover {
text-decoration: underline;
}
.typelink:active { color:#003; background-color:#acc; }
.value-table { display: inline-table; }
.button {
box-shadow:inset 0px 1px 0px 0px #ffffff;
background-color:#ededed;
border-top-left-radius:4px;
border-top-right-radius:4px;
border-bottom-right-radius:4px;
border-bottom-left-radius:4px;
border:1px solid #dcdcdc;
display: inline-block;
color: #777777;
font-size: 15px;
font-weight: bold;
height: 20px;
line-height: 20px;
width: 80px;
text-align:center;
vertical-align: middle;
text-shadow:1px 1px 0px #ffffff;
cursor: pointer; cursor: hand;
}
.button:hover {
background-color:#dfdfdf;
}
.button:active {
position: relative;
top: 1px;
background-color:#c0c0c0;
}
.current-match {
font-weight: bold;
background-color:#c0c0c0;
}
.match-highlight {
color: #ff0000;
}