You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
filepizza/static/index.css

46 lines
736 B
CSS

.header {
padding-top: 10px;
padding-bottom: 15px;
text-align: center;
}
.header-title {
font: 40pt 'HelveticaNeue-Thin';
padding-bottom: 5px;
}
.header-subtitle {
font: 15pt 'HelveticaNeue-Light';
}
.drop-zone {
border-radius: 5px;
padding-top: 200px;
padding-bottom: 200px;
text-align: center;
font: 20pt 'HelveticaNeue-Light';
color: #444;
background-color: #eee;
}
.file-name {
padding-left: 4px;
font: 20pt 'HelveticaNeue-Light';
}
.file-size,
.file-type {
font: 10pt 'HelveticaNeue';
}
a.tempalink {
border-radius: 5px;
background-color: #eee;
font: 16pt 'HelveticaNeue-Light';
text-decoration: none;
color: #222;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}