mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 11:58:28 +02:00
Added Fast Company logo, various style and punctuation tweaks to homepage
This commit is contained in:
parent
f13a484e76
commit
525f47dcf1
5 changed files with 39 additions and 22 deletions
|
@ -793,11 +793,12 @@ a.tag:hover {
|
|||
float: left;
|
||||
}
|
||||
.section h2 {
|
||||
font-size: 1.7em;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
line-height: 150%;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
.section h3 {
|
||||
font-size: 1.4em;
|
||||
|
@ -895,7 +896,14 @@ a.tag:hover {
|
|||
background-image: url(/img/wired-logo.png);
|
||||
background-size: 211px;
|
||||
margin-top: 6px;
|
||||
margin-right: 40px;
|
||||
margin-right: 38px;
|
||||
}
|
||||
.section .logo.fastco {
|
||||
width: 262px;
|
||||
height: 39px;
|
||||
background-image: url(/img/fastcompany-logo.png);
|
||||
background-size: 262px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
.section .logo.vice {
|
||||
width: 160px;
|
||||
|
@ -917,14 +925,19 @@ a.tag:hover {
|
|||
margin-right: 30px;
|
||||
}
|
||||
.section .quote {
|
||||
width: 75%;
|
||||
margin: 0 auto;
|
||||
width: 70%;
|
||||
margin: 0 auto .5em auto;
|
||||
|
||||
h3 {
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
font-size: 1.3em;
|
||||
line-height: 187%;
|
||||
font-size: 1.4em;
|
||||
line-height: 159%;
|
||||
font-family: $times;
|
||||
color: #afcbd1;
|
||||
}
|
||||
a {
|
||||
color: #afcbd1;
|
||||
}
|
||||
}
|
||||
.section.plans {
|
||||
|
|
|
@ -54,6 +54,7 @@ $placeholderColor:#557380;
|
|||
// ----------------------------------------------------------------
|
||||
$arial: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
||||
$georgia: Georgia, "Times New Roman", Times, serif;
|
||||
$times: "Times New Roman", Times, Georgia, serif;
|
||||
$helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
$brand: "Lucida Grande", verdana, $helvetica;
|
||||
$headings: 'Droid Serif', $georgia;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue