Christopher James Hayward
3 years ago
2 changed files with 92 additions and 0 deletions
@ -0,0 +1,92 @@ |
|||
body { |
|||
background-color: #4169E1; |
|||
border-style: none; |
|||
} |
|||
|
|||
body, |
|||
p, |
|||
a, |
|||
a:hover { |
|||
color: #FFFFFF; |
|||
} |
|||
|
|||
html { |
|||
background-color: #4169E1; |
|||
} |
|||
|
|||
body.page-template-page-fullsingle-split { |
|||
background-color: #4169E1; |
|||
font-family: "Montserrat", sans-serif; |
|||
font-weight: 400; |
|||
font-size: 21px; |
|||
line-height: 33px; |
|||
letter-spacing: -0.2px; |
|||
color: #FFFD70; |
|||
animation: fadein 2s; |
|||
} |
|||
|
|||
body.page-template-page-fullsingle-split p { |
|||
color: #FFFFFF; |
|||
} |
|||
|
|||
.split-intro h1 { |
|||
font-weight: 400; |
|||
text-transform: uppercase; |
|||
font-size: 16px; |
|||
line-height: 16px; |
|||
margin-bottom: 40px; |
|||
letter-spacing: 0.4px; |
|||
color: #FFFD70; |
|||
} |
|||
|
|||
.split-intro .tagline { |
|||
color: #FFFD70; |
|||
} |
|||
|
|||
.split-bio p { |
|||
color: #848d96; |
|||
margin-bottom: 20px; |
|||
line-height: inherit; |
|||
} |
|||
|
|||
.split-bio a { |
|||
color: #FFFD70; |
|||
transition-duration: 0.5s; |
|||
border-bottom: 1px dotted #848d96; |
|||
} |
|||
|
|||
.split-bio a:hover { |
|||
color: #CA486d; |
|||
transition-duration: 0.1s; |
|||
border-bottom: 1px dotted #CA486d; |
|||
} |
|||
|
|||
.split-lists .split-list h3 { |
|||
font-weight: 400; |
|||
text-transform: uppercase; |
|||
font-size: 11px; |
|||
line-height: 11px; |
|||
margin-bottom: 31px; |
|||
color: #FFFD70; |
|||
letter-spacing: 2px; |
|||
opacity: 0.5; |
|||
} |
|||
|
|||
.split-lists .split-list ul li { |
|||
font-size: 16px; |
|||
line-height: 16px; |
|||
margin-bottom: 12px; |
|||
} |
|||
|
|||
.split-lists .split-list ul li a { |
|||
color: #FFFD70; |
|||
transition-duration: 0.5s; |
|||
} |
|||
|
|||
.split-lists .split-list ul li a:hover { |
|||
color: #CA486d; |
|||
} |
|||
|
|||
.split-credit p a { |
|||
color: #FFFD70; |
|||
} |
After Width: 1300 | Height: 866 | Size: 94 KiB |
Write
Preview
Loading…
Cancel
Save
Reference in new issue