adding all previous files for init commit

This commit is contained in:
Xevion
2019-06-29 16:31:30 -05:00
parent 6ed1597389
commit b6de8eef52
14 changed files with 7248 additions and 0 deletions

77
app/static/style.css Normal file
View File

@@ -0,0 +1,77 @@
/* github.com/plasticneko */
/* bulma css framework by jeremy thomas (github.com/jgthms | bulma.io) */
/* basic formatting changes */
body, .section {
background-color: whitesmoke;
}
.pagination-next, .pagination-previous, .pagination-link {
background-color: #fff;
}
.footer {
margin-top: 2rem;
}
.footer-top-shadow {
background-color: #fff;
border-top: 1px solid transparent;
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
}
.card-wrapper {
padding-bottom: 20px;
}
.post-wrapper {
padding-bottom: 40px;
}
.post-header img, .content-header img {
padding-bottom: 20px;
}
.continue-reading {
padding: 30px;
}
.post-content-details {
padding-bottom: 20px;
}
.content-wrapper p {
padding-bottom: 15px;
}
.end-content-nav-wrapper {
padding-bottom: 20px;
}
.end-post-details {
padding-top: 15px;
padding-bottom: 15px;
}
/* edits made to the bulma framework */
/* centering card-header-title text(1):
ensures bottom shadow remains */
.card-header-fix-center {
box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
}
/* centering card-header-title text(2):
ensures the header text remains of similar quality */
.card-header-title-fix {
flex-grow: 1;
font-weight: 700;
padding: 0.75rem;
}
/* giving corners to the box styling */
.box {
border-radius: 0px;
}