mirror of
https://github.com/neocities/neocities.git
synced 2025-04-29 19:48:00 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
478156ea88
2 changed files with 59 additions and 18 deletions
|
@ -1108,10 +1108,6 @@ a.tag:hover {
|
||||||
.section.features .col {
|
.section.features .col {
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
|
|
||||||
:first-child {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-device-width:480px), screen and (max-width:800px){
|
@media (max-device-width:480px), screen and (max-width:800px){
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1400,9 +1396,47 @@ a.tag:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.section.plans.welcome {
|
.section.plans.welcome {
|
||||||
|
padding: 55px 3%;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: #5e95a1;
|
color: #5e95a1;
|
||||||
}
|
}
|
||||||
|
.subtitle {
|
||||||
|
width: 68%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
|
||||||
|
@media(max-device-width:480px), screen and (max-width:550px) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.plan-overview, >.row {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
max-width: 990px;
|
||||||
|
min-width: 900px;
|
||||||
|
|
||||||
|
@media(max-device-width:480px), screen and (max-width:550px) {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
>.row >.col {
|
||||||
|
padding-left: 40px;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(max-device-width:480px), screen and (max-width:550px) {
|
||||||
|
padding-left: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
>.row {
|
||||||
|
@media(max-device-width:480px), screen and (max-width:550px) {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
.plan-overview {
|
.plan-overview {
|
||||||
h3 {
|
h3 {
|
||||||
color: $c-Brand-1;
|
color: $c-Brand-1;
|
||||||
|
@ -1439,14 +1473,10 @@ a.tag:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.col.free, .col.supporter {
|
.col.free, .col.supporter {
|
||||||
padding: 35px 40px 25px 40px;
|
padding: 28px 45px 25px 45px;
|
||||||
.content {
|
.content {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-device-width:480px), screen and (max-width:550px) {
|
|
||||||
padding: 14px 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.col.free {
|
.col.free {
|
||||||
width: 29%;
|
width: 29%;
|
||||||
|
@ -1457,7 +1487,7 @@ a.tag:hover {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
||||||
.main-features {
|
.main-features {
|
||||||
margin-bottom: 94px;
|
margin-bottom: 97px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.col.supporter {
|
.col.supporter {
|
||||||
|
@ -1465,18 +1495,31 @@ a.tag:hover {
|
||||||
background-color: #F5F5F5;
|
background-color: #F5F5F5;
|
||||||
border: 1px solid #E0E0E0;
|
border: 1px solid #E0E0E0;
|
||||||
@include box-shadow(-1px 1px 5px 0px rgba(0,0,0,0.1));
|
@include box-shadow(-1px 1px 5px 0px rgba(0,0,0,0.1));
|
||||||
|
margin-bottom: 1.1em!important;
|
||||||
|
|
||||||
.col:first-child {
|
.col:first-child {
|
||||||
width: 40%;
|
width: 38%;
|
||||||
}
|
}
|
||||||
.col:last-child {
|
.col:last-child {
|
||||||
width: 60%;
|
width: 62%;
|
||||||
margin-top: 16px;
|
margin-top: .75em;
|
||||||
p {
|
p {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
color: #666;
|
color: #777;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.btn-Action {
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media(max-device-width:480px), screen and (max-width:550px) {
|
||||||
|
.col.free, .col.supporter, .col.supporter .col {
|
||||||
|
width: 100%!important;
|
||||||
|
}
|
||||||
|
.col.free .main-features {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.row.content.txt-Center {
|
.row.content.txt-Center {
|
||||||
margin-top: 0.6em;
|
margin-top: 0.6em;
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
<section class="section plans welcome">
|
<section class="section plans welcome">
|
||||||
<h2>Welcome to Neocities, <%= current_site.username %>!</h2>
|
<h2>Welcome to Neocities, <%= current_site.username %>!</h2>
|
||||||
<div class="col-66" style="margin-left: auto; margin-right: auto;">
|
<h3 class="subtitle">Free accounts will always be free and ad-free.
|
||||||
<h3 class="subtitle">Free accounts will always be free and ad-free.
|
You can support our quest to bring back the creative, independent web by upgrading to the Supporter Plan.</h3>
|
||||||
You can support our quest to bring back the creative, independent web by upgrading to the Supporter Plan.</h3>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="plan-overview">
|
<div class="plan-overview">
|
||||||
<div class="col free">
|
<div class="col free">
|
||||||
|
|
Loading…
Add table
Reference in a new issue