blob: fc219a8f3c82793639694745ec57a01ef2f52a58 [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.
*/
@namespace j "library://ns.apache.org/royale/jewel";
@namespace "http://www.w3.org/1999/xhtml";
j|Application {
background: black;
font-family: "Lato", sans-serif;
color: #FFFFFF;
padding: 0px;
margin: 0px;
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
span {
font-size: 1em;
}
div {
font-size: 14px;
}
.jewel.xsmall {
font-size: 0.6em !important;
}
.jewel.small {
font-size: 0.8em !important;
}
.jewel {
font-size: 1em !important;
}
.jewel.large {
font-size: 1.2em !important;
}
.jewel.xlarge {
font-size: 1.4em !important;
}
.jewel.button.emphasized {
background: linear-gradient(#f16c42, #ed4812);
border: 1px solid #be390e;
box-shadow: inset 0 1px 0 #f6a389;
border-radius: 3px;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(119, 36, 9, 0.7);
}
.jewel.button.emphasized:hover, .jewel.button.emphasized:hover:focus {
background: linear-gradient(#EF5A2A, #d64010);
border: 1px solid #a6320d;
}
.jewel.button.emphasized:active, .jewel.button.emphasized:active:focus {
background: linear-gradient(#d64010, #a6320d);
border: 1px solid #772409;
box-shadow: inset 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}
.jewel.button.emphasized:focus {
border: 1px solid #be390e;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.jewel.button.emphasized[disabled] {
background: #404040;
border: 1px solid #0d0d0d;
box-shadow: none;
color: #737373;
}
/*# sourceMappingURL=defaults.css.map */