Continue redesigning site

This commit is contained in:
2020-03-02 22:38:03 +00:00
parent 64cd4f03d4
commit 8d6382d3a6
72 changed files with 1154 additions and 4979 deletions

View File

@@ -1,20 +1,3 @@
html, body {
background-color: var(--mdc-theme-primary);
}
.footer-container {
background: #ffffff;
padding: 5px 0;
}
.mdc-top-app-bar--short-fixed-adjust {
padding-top: 41px;
}
.article-section {
position: relative;
z-index: 0;
display: flow-root;
background-image: url("/images/backgrounds/2019.jpg");
}
.main-content .mdc-card {
float: left;
width: calc((100% / 3) - 12px);
@@ -24,12 +7,10 @@ html, body {
margin: 6px 6px 10px 6px;
background: none;
}
.main-content {
margin-left: 0;
margin-right: 0;
}
.article-section-header {
background-color: rgba(255,255,255,0.8);
background-color: rgba(24,26,27,0.5);
padding-top: 12px;
padding-bottom: 12px;
}
.article-section-header h1 {
margin-block-start: 0;
@@ -49,37 +30,23 @@ html, body {
left: 0;
top: 1.25px;
transition: left 0.1s linear;
height: 100%;
font-size: inherit;
}
.article-section-header button:hover span {
left: 3px;
}
.article-section .articles, .article-section-header {
padding: 12px 15% 12px 15%;
}
.splitter {
height: 15px;
width: 100%;
background-color: var(--mdc-theme-primary);
}
.article-section:nth-of-type(3) {
background: #ffffff;
.article-section:nth-of-type(3n) {
background: var(--mdc-theme-background);
}
.article-section:nth-of-type(3) #jarallax-container-1 {
.article-section:nth-of-type(3n) #jarallax-container-1 {
display: none;
}
@media screen and (max-width: 1000px) {
.article-section .articles, .article-section-header {
padding: 12px 8% 12px 8%;
}
}
@media screen and (max-width: 800px) {
.article-section .articles, .article-section-header {
padding: 12px 2% 12px 2%;
}
}
@media screen and (max-width: 600px) {
.article-section .mdc-card:nth-of-type(3) {
display: none;