Swap out PNG files for SVG files, add proof-of-concept style for upload page.

This commit is contained in:
Chris Wilson
2020-10-25 11:49:12 -04:00
parent e08e650110
commit 172d26ffb2
85 changed files with 315213 additions and 1 deletions

View File

@@ -0,0 +1,34 @@
#cloud-header{
display: flex;
flex-direction: row;
justify-content: flex-start;
background: url('../static/backgrounds/header/cloud-header.svg') repeat-x;
background-size: auto 90px;
width: 100%;
height: 90px;
position: fixed;
top: 0;
left: 0;
font-family: HyliaSerif, sans-serif;
padding: 10px;
line-height: 2rem;
}
#cloud-header #site-title img{
width: 40px;
height: 40px;
}
#cloud-header a{
color: #67bbab;
text-decoration: none;
cursor: pointer;
margin-right: 1.2rem;
font-size: 1.2rem;
}
@media (width: 800px) {
#cloud-header{
font-size: 4rem;
}
}