mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Merge violasong changes
This commit is contained in:
commit
5dc0111581
1 changed files with 31 additions and 1 deletions
|
@ -842,9 +842,15 @@ a.tag:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.section.features h2, .section.features h3, .section.features p {
|
.section.features h2, .section.features h3, .section.features p, .section.features a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.section.features a {
|
||||||
|
text-decoration: underline;
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
.section.features .fa {
|
.section.features .fa {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
@ -906,6 +912,7 @@ a.tag:hover {
|
||||||
}
|
}
|
||||||
.section.plans {
|
.section.plans {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.section.plans h2 {
|
.section.plans h2 {
|
||||||
color:#4F7E89;
|
color:#4F7E89;
|
||||||
|
@ -997,9 +1004,18 @@ a.tag:hover {
|
||||||
margin: 2em 0 4em 0;
|
margin: 2em 0 4em 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.plan-overview, .plan-chart {
|
||||||
|
@media(max-width:800px) {
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
@media(max-device-width:480px), screen and (max-width:550px) {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
}
|
||||||
.plan-chart th {
|
.plan-chart th {
|
||||||
background: #D6D6D6;
|
background: #D6D6D6;
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
.plan-chart th.professional {
|
.plan-chart th.professional {
|
||||||
background: #DAEEA5;
|
background: #DAEEA5;
|
||||||
|
@ -1021,6 +1037,15 @@ a.tag:hover {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: 0;
|
background: 0;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
|
|
||||||
|
span {
|
||||||
|
border-bottom: 1px dotted #bbb;
|
||||||
|
cursor: help;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(max-device-width:480px), screen and (max-width:800px) {
|
||||||
|
width: 26%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.plan-chart td:nth-child(even) {
|
.plan-chart td:nth-child(even) {
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
|
@ -1028,6 +1053,11 @@ a.tag:hover {
|
||||||
.plan-chart .fa-check {
|
.plan-chart .fa-check {
|
||||||
color: #6CCC24;
|
color: #6CCC24;
|
||||||
}
|
}
|
||||||
|
.plan-overview .btn-Action, .plan-chart .btn-Action {
|
||||||
|
@media(max-device-width:480px), screen and (max-width:900px) {
|
||||||
|
padding: 7px 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.selected {
|
.selected {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue