@apache-royale/royale-js
Version:
Apache Royale (formerly FlexJS)
347 lines (290 loc) • 5.77 kB
CSS
/**
* Licensed 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 "http://www.w3.org/1999/xhtml";
@namespace rs "library://ns.apache.org/royale/site";
h1 {
margin-top: 0px;
}
rs|Tagline {
font-family: 'Hind Siliguri';
}
rs|DocTagline {
top: 60px;
right: 10px;
font-size: 10px;
color: #fff;
position: absolute;
}
rs|ASFCopyrightAttributionAndLinks
{
text-align: center;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
}
rs|CurvedTop {
background-color: #ffffff;
border-top-right-radius: 50% 20px;
border-top-left-radius: 50% 20px;
border-color: #ffffff;
border-style: solid none none none;
width: 100%;
padding: 30px;
}
rs|ResponsiveTable {
display: flex;
flex-wrap: wrap;
}
rs|ResponsiveTableTile {
width: 350px;
}
.ResponsiveTableTileText {
margin-left: 60px;
margin-top: 16px;
}
.ResponsiveTableTileIcon {
font-size: 40px;
float: left;
}
.ResponsiveTableTileTitle {
color: #00ffff;
}
.ResponsiveTableTextContent {
}
.big-buttons {
}
rs|BigButton {
border-radius: 100px;
padding: 30px;
margin: 20px;
display: inline-block;
}
.BigButtonContent {
color: #ffffff;
text-decoration: none;
}
.red-button {
background-color: #ff0000;
border-color: #ff0000;
}
.blue-button {
background-color: #0000ff;
border-color: #0000ff;
}
.centerButton {
display: flex;
justify-content: center;
}
.white-border-button {
border-color: #fff;
border-style: solid;
}
.intro {
width: 40%;
font-family:Verdana, Geneva, sans-serif;
}
rs|MainPage {
width: 100%;
background-color: #cccccc;
background-image: url('https://royale.apache.org/wp-content/uploads/2017/10/isometric-devices-light-curve-1920x1025.png');
background-size: 100%;
background-repeat: no-repeat;
margin-top: 0px;
}
rs|DocPage {
width: 100%;
background-image: url('https://royale.apache.org/wp-content/uploads/2017/10/page-bg-1-1920x300.png');
background-size: 100%;
background-repeat: no-repeat;
margin-top: 0px;
}
rs|SocialButtons {
display: inline;
margin-top: 0px;
height: 40px;
}
.SocialButton {
display: inline;
margin-right: 20px;
line-height: 70px;
color: inherit;
font-size: 16px;
}
rs|DocSocialButtons {
color: #fff;
}
rs|TopBar {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 54px;
padding-right: 54px;
}
rs|DocTopBar {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-left: 54px;
padding-right: 54px;
color: #fff;
}
rs|TopMenu {
display: inline-block;
vertical-align: top;
margin-top: 0px;
margin-bottom: 0px;
height: 40px;
list-style: none;
}
rs|TopMenuButton {
display: inline;
margin-right: 20px;
font-size: 14px;
font-weight: 600;
font-family: 'Signika';
line-height: 70px;
letter-spacing: 1px;
color: inherit;
}
.TopMenuButtonContent {
text-decoration: none;
color:inherit;
}
rs|DocTopMenu {
color: #fff;
}
.orange-box {
background-color: #F93;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
.orange-box-text {
margin: 20px 200px;
}
.orange-box-code {
font-family: "Courier New", Courier, monospace;
background-color: #FC0;
text-align: left;
margin: 20px 200px;
}
.npm-title {
color: #fff;
text-align: center;
}
.npm-command {
background-color: #000;
color: #fff;
text-align: center;
margin: 20px 300px;
}
.apache {
color: #a002a0;
font-family: Signika;
font-weight: 600;
line-height: 30px;
}
.apacheroyale {
color: rgb(250, 70, 30);
font-family: Signika;
font-weight: 600;
line-height: 30px;
}
.documentation {
color: #000;
font-family: Signika;
font-weight: 600;
line-height: 30px;
}
.development {
color: rgb(243, 199, 103);
font-family: Signika;
font-weight: 600;
line-height: 30px;
}
.community {
color: rgb(42, 139, 42);
font-family: Signika;
font-weight: 600;
line-height: 30px;
}
rs|Footer {
padding-left: 54px;
padding-right: 54px;
padding-top: 48px;
padding-bottom: 18px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
font-family: 'Hind Siliguri';
font-size: 14px;
}
rs|DocFooter
{
background-color: rgb(233, 233, 233);
}
.footer-column {
flex-grow: 1;
}
.footer-list {
list-style: none;
padding-left: 0px;
margin-bottom: 20px;
}
.footer-list_a{
text-decoration: none;
line-height: 26px;
color: rgb(67, 147, 195);
}
.aboutusdiv {
min-width: 150px;
flex-basis: 33%;
flex-grow: 1;
}
.aboutus {
color: #000;
font-family: Signika;
font-weight: 600;
line-height: 30px;
}
.aboutus_p {
padding-bottom: 38px;
}
.aboutus_a {
text-decoration: none;
color: rgb(67, 147, 195);
}
.aboutus-logo {
float: left;
width: 100px;
padding-bottom: 14px;
padding-right: 14px;
}
.aboutus-apache-logo {
float: right;
width: 100px;
padding-bottom: 14px;
padding-right: 14px;
}
rs|TitledAnchorList {
list-style: none;
}
.AnchorListContent {
text-decoration: none;
}
.logo {
margin-top:15px;
margin-bottom: 5px;
width: 190px;
height: 40px;
}