mirror of
https://github.com/neocities/neocities.git
synced 2025-05-16 09:27:20 +02:00
Add sponsor to homepage and initial kickstarter thank you page (incomplete)
This commit is contained in:
parent
e4c88688e7
commit
8d1ccdca8c
5 changed files with 82 additions and 1 deletions
|
@ -1842,7 +1842,7 @@ a.tag:hover {
|
|||
|
||||
padding-top: 0;
|
||||
background: #4F7E89;
|
||||
padding-bottom: 7em;
|
||||
padding-bottom: 5em;
|
||||
|
||||
a {
|
||||
color: white;
|
||||
|
@ -2112,3 +2112,32 @@ table#latest-visitors {
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
.section.thankyou {
|
||||
text-align: center;
|
||||
color: #4F7E89;
|
||||
padding: 6.5em 8% 7em;
|
||||
|
||||
a {
|
||||
color: #4F7E89;
|
||||
text-decoration: underline;
|
||||
}
|
||||
img {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
p {
|
||||
font-size: 1em;
|
||||
}
|
||||
p:first-child {
|
||||
font-size: 120%;
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
}
|
||||
ul.thankyou {
|
||||
list-style: none;
|
||||
margin-top: 1.5em;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
width: 32%;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue