Skip to content

Commit

Permalink
VERSION 2.2.0
Browse files Browse the repository at this point in the history
Redesign implemented, going live.
  • Loading branch information
AhoyLemon committed Jan 1, 2019
2 parents bff2572 + 146bf9d commit ac44f68
Show file tree
Hide file tree
Showing 78 changed files with 13,576 additions and 1,746 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Expand Up @@ -3,11 +3,14 @@ panel/
kirby/
crap/
podcasts/
content/
backup/
site/accounts
site/cache
site/config/config.php
thumbs/
stripe/
json/
json/


content/
!site.txt
130 changes: 53 additions & 77 deletions assets/css/issues.css
@@ -1,85 +1,61 @@
/*
$body: #222;
$card: #000;
$copy: $white;
*/
.issue-box {
border: 1px solid #4e7f71;
margin-bottom: 2em;
}

.issue-box header {
background-color: #4e7f71;
color: #eee;
padding: 0 10px !important;
}

.issue-box header span {
font-size: 1.7em;
font-weight: 600;
text-transform: uppercase;
}

.issue-box dt {
border-top: 1px solid #4e7f71;
padding-left: 10px;
padding-right: 10px;
}

.issue-box dd {
padding: 0 10px 10px 10px;
font-size: 80%;
}

.issue-box .title {
font-size: 1.25em;
font-weight: 400;
color: #4e7f71;
}

.issue-box .type {
font-size: 90%;
}

.issue-box .type:before {
content: "(";
}

.issue-box .type:after {
content: ")";
}

.issue-box .description {
display: block;
}

.issue-box .date {
display: block;
text-align: right;
}
margin-bottom: 2em; }
.issue-box header {
background-color: #4e7f71;
color: #eee;
padding: 0 10px !important; }
.issue-box header span {
font-size: 1.7em;
font-weight: 600;
text-transform: uppercase; }
.issue-box dt {
border-top: 1px solid #4e7f71;
padding-left: 10px;
padding-right: 10px; }
.issue-box dd {
padding: 0 10px 10px 10px;
font-size: 80%; }
.issue-box .title {
font-size: 1.25em;
font-weight: 400;
color: #4e7f71; }
.issue-box .type {
font-size: 90%; }
.issue-box .type:before {
content: "("; }
.issue-box .type:after {
content: ")"; }
.issue-box .description {
display: block; }
.issue-box .date {
display: block;
text-align: right; }

#LoadingIssues {
padding-bottom: 1em;
text-align: center;
}
text-align: center; }

.issues-nav {
text-align: center;
padding-bottom: 1em;
}

.issues-nav.hidden {
display: none;
}

.issues-nav button {
font-family: "Source Sans Pro", sans-serif;
background-color: #eee;
color: #c0282d;
border: 1px solid #c0282d;
font-size: 1em;
cursor: pointer;
outline: none;
font-weight: 300;
padding: 0.25em 0.75em;
}

.issues-nav button:hover, .issues-nav button.active {
background-color: #c0282d;
color: #eee;
}
padding-bottom: 1em; }
.issues-nav.hidden {
display: none; }
.issues-nav button {
font-family: "Source Sans Pro", sans-serif;
background-color: #eee;
color: #c0282d;
border: 1px solid #c0282d;
font-size: 1em;
cursor: pointer;
outline: none;
font-weight: 300;
padding: .25em .75em; }
.issues-nav button:hover, .issues-nav button.active {
background-color: #c0282d;
color: #eee; }
2 changes: 1 addition & 1 deletion assets/css/logo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

194 changes: 194 additions & 0 deletions assets/css/merch.css
@@ -0,0 +1,194 @@
@charset "UTF-8";
/*
$body: #222;
$card: #000;
$copy: $white;
*/
.buy-buttons {
display: block; }
.buy-buttons button {
display: inline-block;
font-size: 0.9em;
width: 100%;
font-family: "Source Sans Pro", sans-serif;
border: 2px solid #c0282d;
background-color: #fff;
color: #c0282d;
padding: 0.3em 1em;
border-radius: 5em;
cursor: pointer;
font-weight: 400;
margin-bottom: 0.3em;
outline: none;
width: auto; }
.buy-buttons button:hover {
background: #c0282d;
color: #eee; }
.buy-buttons button[disabled] {
opacity: 0.5;
color: #343434;
background-color: rgba(52, 52, 52, 0.1);
border-color: rgba(52, 52, 52, 0.6);
cursor: default; }
.buy-buttons button.active {
background: #343434;
color: #eee; }
.buy-buttons button .small {
font-size: 0.6em; }
.buy-buttons h4 {
margin-top: 1em;
margin-bottom: 0.25em; }
.buy-buttons h6 {
text-align: center;
text-transform: lowercase; }

#CountryHeadline {
display: none;
margin-bottom: 0.7em;
margin-top: 0.7em; }

.paypal-buy-form {
display: block;
width: 12em;
margin-left: auto;
margin-right: auto;
display: none;
float: left; }
.paypal-buy-form select {
display: block;
font-size: 1rem;
padding: 0.25em;
width: 100%;
height: 3em;
font-family: "Source Sans Pro", sans-serif; }
.paypal-buy-form button {
display: block;
width: 100%;
text-align: center;
margin-top: 0.5em;
font-size: 125%;
border: 2px solid #c0282d;
border-radius: 5em;
background: #fff;
color: #c0282d;
padding: 0.7em; }
.paypal-buy-form button:hover {
background: #c0282d;
color: #eee;
cursor: pointer; }

.hidden {
display: none; }

.sticker-series {
border-bottom: 1px solid #343434;
padding-bottom: 1em;
margin-bottom: 1em;
clear: both; }
.sticker-series .row.first {
font-size: 1.2em;
line-height: 95%; }
.sticker-series .row.second {
font-size: 0.75em; }
.sticker-series img.thumbnail {
float: left;
margin-right: 20px; }
.sticker-series .series-name {
font-weight: 700; }
.sticker-series .run:before {
content: ' • '; }
.sticker-series .remaining:before {
content: ' • '; }
.sticker-series .creator {
font-style: italic;
font-size: 0.8em; }
.sticker-series dd {
padding-top: 10px;
clear: both; }
.sticker-series footer.add-your-own {
color: #4e7f71;
font-size: 0.65em;
padding: .2em 1em;
text-align: right; }

.merch-photos {
margin-top: 20px;
clear: both;
padding-top: 1.2em; }
.merch-photos dt {
font-weight: 400;
font-size: 1em;
color: #4e7f71;
cursor: pointer; }
.merch-photos dt:after {
content: 'SEE PHOTOS';
padding: 0.2em 1em;
border: 2px solid #4e7f71; }
.merch-photos dt:hover:after {
background-color: #e5e972; }
.merch-photos dt.active:after {
content: 'HIDE PHOTOS';
background-color: #4e7f71;
color: #eee; }
.merch-photos dt.active:hover:after {
color: #e5e972; }
.merch-photos dd {
display: none;
padding: 10px;
text-align: left;
border: 2px solid #4e7f71; }
.merch-photos dd img {
display: inline;
margin-bottom: 5px; }
.merch-photos footer.add-your-own {
color: #4e7f71;
font-size: 0.65em;
padding: .2em 1em;
text-align: right; }

#PayPalDonateForm {
display: block;
width: 21em;
margin-left: auto;
margin-right: auto; }
#PayPalDonateForm .dollar-holder {
display: inline-block;
border: 2px solid #343434;
font-size: 1.5em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
float: left;
padding-top: 0.21em;
padding-bottom: 0.21em;
padding-left: 1em; }
#PayPalDonateForm .dollar-holder input[type="number"] {
font-size: 2.4rem;
width: 2em;
font-family: "Noto Serif TC", serif;
border: none;
background: transparent;
font-weight: 300; }
#PayPalDonateForm .dollar-holder:hover {
background: white; }
#PayPalDonateForm button {
display: inline-block;
font-family: "Source Sans Pro", sans-serif;
border: 2px solid #c0282d;
background-color: #fff;
color: #c0282d;
padding: 0.3em 0.8em 0.3em 0.55em;
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
cursor: pointer;
font-weight: 400;
outline: none;
width: auto;
font-size: 1.48em;
border-left: none; }
#PayPalDonateForm button:hover {
background-color: #c0282d;
color: #eee; }
#PayPalDonateForm button:active {
background-color: #343434; }
#PayPalDonateForm .dollar-holder, #PayPalDonateForm button {
height: 81px; }
5 changes: 5 additions & 0 deletions assets/css/panel.css
@@ -1,3 +1,8 @@
/*
$body: #222;
$card: #000;
$copy: $white;
*/
body.login {
background-size: cover;
background-position: center;
Expand Down
9 changes: 7 additions & 2 deletions assets/css/shirt.css
@@ -1,3 +1,8 @@
/*
$body: #222;
$card: #000;
$copy: $white;
*/
.location-selector {
font-size: 1.2rem;
font-family: "Source Sans Pro", sans-serif;
Expand All @@ -9,7 +14,7 @@
margin-top: 1em;
margin-bottom: 1rem;
display: none;
font-weight: 500; }
font-weight: 700; }

.size-buttons {
display: none; }
Expand Down Expand Up @@ -49,7 +54,7 @@ ul.size-array {
font-family: "Source Sans Pro", sans-serif;
font-size: 1.25rem;
padding: 0.5em 1em;
font-weight: 500;
font-weight: 700;
cursor: pointer; }
ul.size-array button:hover {
transform: scale(1.1); }
Expand Down

0 comments on commit ac44f68

Please sign in to comment.