blob: f6807ccc56cabbdb69d4e18aa21232719d9dc43c [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(#2ebcb2, #24948c);
border: 1px solid #1a6b65;
box-shadow: inset 0 1px 0 #5fd8cf;
border-radius: 3px;
color: #FFFFFF;
text-shadow: 0 -1px 0 rgba(11, 45, 43, 0.7);
}
.jewel.button.emphasized:hover, .jewel.button.emphasized:hover:focus {
background: linear-gradient(#29A89F, #1f7f78);
border: 1px solid #155651;
}
.jewel.button.emphasized:active, .jewel.button.emphasized:active:focus {
background: linear-gradient(#1f7f78, #155651);
border: 1px solid #0b2d2b;
box-shadow: inset 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}
.jewel.button.emphasized:focus {
border: 1px solid #1a6b65;
box-shadow: inset 0px 0px 0px 1px rgba(218, 246, 244, 0.5), inset 0 1px 0 rgba(239, 251, 250, 0.6);
}
.jewel.button.emphasized[disabled] {
background: #404040;
border: 1px solid #0d0d0d;
box-shadow: none;
color: #737373;
}
/*# sourceMappingURL=defaults.css.map */