blob: 1e52d2f2712e5ad018e1a9e52b4fa9608ef6bc72 [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";
.royale *, .royale *:before, .royale *:after {
box-sizing: border-box;
}
j|Application {
background: black;
font-family: "Lato", sans-serif;
color: #FFFFFF;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.17em;
}
h4 {
font-size: 15px;
}
span {
font-size: 14px;
}
div {
font-size: 14px;
}
.container {
background: #1a1a1a;
border-radius: 10px;
padding: 20px;
}
::-moz-focus-inner, ::-moz-focus-outer {
border: 0;
}
.jewel.button.secondary {
cursor: pointer;
display: inline-block;
margin: 0;
padding: 8px;
min-width: 34px;
min-height: 34px;
background: linear-gradient(#ee343b, #dc121a);
border: 1px solid #ad0e15;
box-shadow: inset 0 1px 0 #f47a7f;
border-radius: 3px;
}
.jewel.button.secondary:hover, .jewel.button.secondary:hover:focus {
background: linear-gradient(#EC1C24, #c51017);
border: 1px solid #950d12;
}
.jewel.button.secondary:active, .jewel.button.secondary:active:focus {
background: linear-gradient(#c51017, #950d12);
border: 1px solid #66090c;
box-shadow: inset 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}
.jewel.button.secondary:focus {
outline: none;
border: 1px solid #ad0e15;
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.secondary[disabled] {
cursor: unset;
background: #404040;
border: 1px solid #0d0d0d;
box-shadow: none;
}
.jewel.textbutton.secondary {
cursor: pointer;
display: inline-block;
margin: 0;
padding: 10px 16px;
min-width: 74px;
min-height: 34px;
background: linear-gradient(#ee343b, #dc121a);
border: 1px solid #ad0e15;
box-shadow: inset 0 1px 0 #f47a7f;
border-radius: 3px;
font-family: "Lato", sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-transform: uppercase;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(102, 9, 12, 0.7);
}
.jewel.textbutton.secondary:hover, .jewel.textbutton.secondary:hover:focus {
background: linear-gradient(#EC1C24, #c51017);
border: 1px solid #950d12;
}
.jewel.textbutton.secondary:active, .jewel.textbutton.secondary:active:focus {
background: linear-gradient(#c51017, #950d12);
border: 1px solid #66090c;
box-shadow: inset 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
}
.jewel.textbutton.secondary:focus {
outline: none;
border: 1px solid #ad0e15;
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.jewel.textbutton.secondary[disabled] {
cursor: unset;
background: #404040;
border: 1px solid #0d0d0d;
box-shadow: none;
color: #737373;
font-weight: normal;
text-shadow: unset;
}
/*# sourceMappingURL=defaults.css.map */