betaflight-configurator/tabs/landing.css

240 lines
4.0 KiB
CSS
Raw Normal View History

2015-11-09 23:30:50 +00:00
/* general layout */
2015-11-07 05:16:02 +00:00
.tab-landing {
2015-11-14 11:29:29 +00:00
min-height: 100%;
overflow: hidden;
2015-11-09 23:30:50 +00:00
}
.tab-landing .content_wrapper {
2015-11-14 11:29:29 +00:00
padding: 0;
min-height: 100%;
height: 100%;
overflow-y: auto;
2016-06-11 02:38:24 +00:00
background-color: #2e2e2e;
2015-11-09 23:30:50 +00:00
}
.tab-landing .content_top {
2015-11-14 11:29:29 +00:00
height: 140px;
2016-06-11 02:38:24 +00:00
background: #fff;
2015-11-14 11:29:29 +00:00
padding: 20px;
2016-06-12 16:11:39 +00:00
background-image: url(../images/pattern.png);
background-size: 300px;
2015-11-09 23:30:50 +00:00
}
.tab-landing .content_mid {
2016-06-11 02:38:24 +00:00
background-color: #ffbb00;
2015-11-14 11:29:29 +00:00
overflow: hidden;
2015-11-09 23:30:50 +00:00
}
.tab-landing .content_foot {
2015-11-14 11:29:29 +00:00
clear: both;
padding: 20px;
padding-bottom: 5px;
2015-11-09 23:30:50 +00:00
}
/* hero block */
.tab-landing .logowrapper {
2015-11-14 11:29:29 +00:00
margin-left: auto;
margin-right: auto;
margin-top: 5px;
width: 800px;
2016-06-11 02:38:24 +00:00
color: black;
2015-11-14 11:29:29 +00:00
font-size: 14px;
font-family: 'open_sanslight', Arial;
2015-11-09 23:30:50 +00:00
}
.tab-landing .logowrapper img {
2016-06-12 15:41:14 +00:00
width: 600px;
2015-11-14 11:29:29 +00:00
margin: 5px;
2015-11-09 23:30:50 +00:00
}
.tab-landing .logowrapper span {
2015-11-14 11:29:29 +00:00
font-size: 22px;
font-family: 'open_sanslight', Arial;
2015-11-09 23:30:50 +00:00
}
/* sponsors blocks */
.sponsors .title {
2015-11-14 11:29:29 +00:00
text-transform: uppercase;
font-size: 10px;
2015-11-10 10:35:23 +00:00
}
2015-11-09 23:30:50 +00:00
.sponsors {
2015-11-14 11:29:29 +00:00
margin-left: auto;
margin-right: auto;
text-align: center;
color: silver;
2015-11-09 23:30:50 +00:00
}
.sponsors ul {
2015-11-14 11:29:29 +00:00
margin-top: 5px;
2015-11-09 23:30:50 +00:00
}
.sponsors li {
2015-11-14 11:29:29 +00:00
display: inline-block;
margin-right: 10px;
2015-11-09 23:30:50 +00:00
}
.sponsors li a {
2015-11-14 11:29:29 +00:00
border-radius: 3px;
padding: 2px;
padding-left: 4px;
padding-right: 4px;
font-size: 13px;
line-height: 22px;
2015-11-14 11:29:29 +00:00
color: white;
font-weight: normal;
font-family: 'open_sanslight', Arial;
2015-11-09 23:30:50 +00:00
}
.sponsors li a:hover {
2015-11-14 11:29:29 +00:00
background-color: rgba(255, 255, 255, 0.30);
color: #fff;
2015-11-09 23:30:50 +00:00
}
.text1, .text2, .text3 {
2015-11-14 11:29:29 +00:00
margin-top: 15px;
margin-bottom: 15px;
font-weight: normal;
font-family: 'open_sansregular', Arial;
font-size: 12px;
2015-11-09 23:30:50 +00:00
}
/* text columns */
.tab-landing .content_mid .column .wrap {
2015-11-14 11:29:29 +00:00
padding: 15px;
padding-bottom: 0px;
2015-11-10 10:35:23 +00:00
padding-top: 0px;
}
.tab-landing .content_mid .column .wrap2 {
2015-11-14 11:29:29 +00:00
padding: 10px;
padding-bottom: 10px;
2015-11-10 10:35:23 +00:00
padding-top: 10px;
2015-11-09 23:30:50 +00:00
}
2016-01-02 22:55:47 +00:00
.tab-landing .content_mid h2 {
2015-11-14 11:29:29 +00:00
margin-bottom: 5px;
font-size: 13px;
2015-11-09 23:30:50 +00:00
}
2015-11-14 11:29:29 +00:00
2015-11-09 23:30:50 +00:00
.tab-landing .content_mid h3 {
2015-11-14 11:29:29 +00:00
font-size: 12px;
2016-01-02 22:55:47 +00:00
margin-bottom: 5px;
2015-11-09 23:30:50 +00:00
}
2015-11-11 12:35:31 +00:00
.tab-landing .content_mid .text1 .wrap {
2015-11-14 11:29:29 +00:00
margin-left: 0px;
2015-11-11 12:35:31 +00:00
}
2015-11-09 23:30:50 +00:00
.tab-landing .content_mid .text1 {
2015-11-14 11:29:29 +00:00
width: 37%;
2015-11-09 23:30:50 +00:00
}
.tab-landing .content_mid .text2 {
2015-11-14 11:29:29 +00:00
width: 40%;
2015-11-09 23:30:50 +00:00
}
2015-11-10 10:35:23 +00:00
2015-11-09 23:30:50 +00:00
.tab-landing .content_mid .text2 ul {
2015-11-14 11:29:29 +00:00
margin-top: 10px;
2015-11-09 23:30:50 +00:00
}
2015-11-10 10:35:23 +00:00
2015-11-09 23:30:50 +00:00
.tab-landing .content_mid .text2 li {
2015-11-14 11:29:29 +00:00
padding: 5px 0;
border-top: 1px dotted silver;
2015-11-09 23:30:50 +00:00
}
.tab-landing .content_mid .text3 {
2015-11-14 11:29:29 +00:00
width: 23%;
2015-11-09 23:30:50 +00:00
}
2015-11-10 10:35:23 +00:00
.tab-landing .content_mid .text3 .wrap2 {
2015-11-14 11:29:29 +00:00
border: 1px solid silver;
border-radius: 5px;
background: white;
margin-right: 25px;
margin-left: 20px;
margin-top: 5px;
min-height: 187px;
font-size: 11px;
2015-11-09 23:30:50 +00:00
}
2015-11-10 10:35:23 +00:00
2015-11-10 00:03:26 +00:00
.tab-landing .content_mid .text3 .donate {
2015-11-14 11:29:29 +00:00
margin-top: 10px;
text-align: center;
2015-11-09 23:30:50 +00:00
}
2015-11-10 00:03:26 +00:00
/* changelog block */
2015-11-11 12:21:35 +00:00
#changelog {
2015-11-14 11:29:29 +00:00
width: 250px;
height: 100%;
position: fixed;
right: -245px;
top: 0px;
2015-11-09 23:30:50 +00:00
}
2015-11-11 12:21:35 +00:00
#changelog .wrapper {
2015-11-14 11:29:29 +00:00
height: 100%;
padding: 0 20px;
2016-06-11 02:38:24 +00:00
border-left: 5px solid #ffbb00;
2015-11-14 11:29:29 +00:00
overflow-y: auto;
display: none;
2015-11-09 23:30:50 +00:00
}
2015-11-10 00:03:26 +00:00
2015-11-11 12:21:35 +00:00
#changelog .button {
2015-11-14 11:29:29 +00:00
transform: rotate(270deg);
top: 50px;
right: 215px;
2015-11-14 11:29:29 +00:00
position: absolute;
2016-06-11 02:38:24 +00:00
background: #ffbb00;
2015-11-14 11:29:29 +00:00
border-radius: 5px 5px 0 0;
border-bottom: none;
height: 30px;
2015-11-09 23:30:50 +00:00
}
2015-11-11 12:21:35 +00:00
#changelog .button a {
2015-11-14 11:29:29 +00:00
display: block;
padding: 5px 10px;
width: 70px;
text-align: center;
2016-06-11 02:38:24 +00:00
color: #000;
2015-11-09 23:30:50 +00:00
}
2015-11-11 12:21:35 +00:00
#changelog .title {
2015-11-14 11:29:29 +00:00
margin: 20px 0;
font-size: 16px;
2015-11-09 23:30:50 +00:00
}
2015-11-10 10:39:12 +00:00
2015-11-11 12:21:35 +00:00
#content.log_open #changelog {
2015-11-14 11:29:29 +00:00
right: 0px;
background: white;
2015-11-11 12:21:35 +00:00
}
2015-11-14 11:29:29 +00:00
2015-11-11 12:21:35 +00:00
#content.log_open #changelog .wrapper {
2015-11-14 11:29:29 +00:00
display: block;
2015-11-09 23:30:50 +00:00
}
2015-11-11 12:21:35 +00:00
/* changelog content */
2015-11-14 11:29:29 +00:00
#changelog .log {
line-height: 17px;
2015-11-09 23:30:50 +00:00
}
2015-11-11 12:21:35 +00:00
#changelog .log span {
2015-11-14 11:29:29 +00:00
display: block;
font-weight: bold;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
2015-11-11 12:21:35 +00:00
}
2015-11-14 11:29:29 +00:00
#changelog .log ul {
margin: 5px 0 20px 10px;
2015-11-09 23:30:50 +00:00
}
2015-11-11 12:21:35 +00:00
#changelog .log li {
2015-11-14 11:29:29 +00:00
font-weight: normal;
margin-bottom: 5px;
2015-11-09 23:30:50 +00:00
}
2015-11-11 12:21:35 +00:00
#changelog .log p {
2015-11-14 11:29:29 +00:00
margin-bottom: 20px;
}