switched theme

This commit is contained in:
Cameron Squire
2018-01-21 16:06:51 -08:00
parent 84a49691f6
commit 6d9a7eaa60
52 changed files with 4982 additions and 2599 deletions
+7 -4
View File
@@ -1,5 +1,5 @@
///
/// Dimension by HTML5 UP
/// Phantom by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///
@@ -11,6 +11,11 @@
width: device-width;
}
// MSIE: Prevents scrollbar from overlapping content.
body {
-ms-overflow-style: scrollbar;
}
// Ensures page width is always >=320px.
@include breakpoint(xsmall) {
html, body {
@@ -23,12 +28,10 @@
// Prevents animation/transition "flicker" on page load.
// Automatically added/removed by js/main.js.
&.is-loading,
&.is-switching {
&.is-loading {
*, *:before, *:after {
@include vendor('animation', 'none !important');
@include vendor('transition', 'none !important');
@include vendor('transition-delay', 'none !important');
}
}
+72 -66
View File
@@ -1,47 +1,39 @@
///
/// Dimension by HTML5 UP
/// Phantom by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///
/* Type */
html {
font-size: 16pt;
@include breakpoint(xlarge) {
font-size: 12pt;
}
@include breakpoint(small) {
font-size: 11pt;
}
@include breakpoint(xxsmall) {
font-size: 10pt;
}
}
body, input, select, textarea {
color: _palette(fg);
font-family: _font(family);
font-size: 16pt;
font-weight: _font(weight);
font-size: 1rem;
line-height: 1.65;
line-height: 1.75;
@include breakpoint(xlarge) {
font-size: 14pt;
}
@include breakpoint(large) {
font-size: 12pt;
}
}
a {
@include vendor('transition', (
'color #{_duration(transition)} ease-in-out',
'background-color #{_duration(transition)} ease-in-out',
'border-bottom-color #{_duration(transition)} ease-in-out'
'border-bottom-color #{_duration(transition)} ease',
'color #{_duration(transition)} ease'
));
border-bottom: dotted 1px _palette(fg-light);
text-decoration: none;
color: inherit;
color: _palette(fg);
border-bottom: dotted 1px transparentize(_palette(fg), 0.5);
&:hover {
border-bottom-color: transparent;
color: _palette(accent1) !important;
}
}
@@ -58,80 +50,89 @@
margin: 0 0 _size(element-margin) 0;
}
h1, h2, h3, h4, h5, h6 {
h1 {
font-size: 2.75em;
color: _palette(fg-bold);
font-weight: _font(weight-bold-alt);
line-height: 1.3;
margin: 0 0 (_size(element-margin) * 0.5) 0;
letter-spacing: _font(letter-spacing-alt);
a {
color: inherit;
}
@include breakpoint(small) {
font-size: 2em;
margin: 0 0 (_size(element-margin) * 0.5) 0;
}
@include breakpoint(xxsmall) {
font-size: 1.75em;
}
}
h2, h3, h4, h5, h6 {
color: _palette(fg-bold);
font-weight: _font(weight-bold);
line-height: 1.5;
margin: 0 0 (_size(element-margin) * 0.5) 0;
margin: 0 0 (_size(element-margin) * 1) 0;
text-transform: uppercase;
letter-spacing: _font(letter-spacing);
a {
color: inherit;
text-decoration: none;
}
&.major {
border-bottom: solid _size(border-width) _palette(border);
width: -moz-max-content;
width: -webkit-max-content;
width: -ms-max-content;
width: max-content;
padding-bottom: 0.5rem;
margin: 0 0 (_size(element-margin) * 1) 0;
}
}
h1 {
font-size: 2.25rem;
line-height: 1.3;
letter-spacing: _font(letter-spacing-heading);
}
h2 {
font-size: 1.5rem;
line-height: 1.4;
letter-spacing: _font(letter-spacing-heading);
font-size: 1.1em;
}
h3 {
font-size: 1rem;
font-size: 1em;
}
h4 {
font-size: 0.8rem;
font-size: 0.8em;
}
h5 {
font-size: 0.7rem;
font-size: 0.8em;
}
h6 {
font-size: 0.6rem;
font-size: 0.8em;
}
@include breakpoint(medium) {
h1, h2, h3, h4, h5, h6 {
br {
display: none;
}
}
}
@include breakpoint(small) {
h1 {
font-size: 1.75rem;
line-height: 1.4;
h2 {
font-size: 1em;
}
h2 {
font-size: 1.25em;
line-height: 1.5;
h3 {
font-size: 0.8em;
}
}
sub {
font-size: 0.8rem;
font-size: 0.8em;
position: relative;
top: 0.5rem;
top: 0.5em;
}
sup {
font-size: 0.8rem;
font-size: 0.8em;
position: relative;
top: -0.5rem;
top: -0.5em;
}
blockquote {
@@ -144,22 +145,23 @@
code {
background: _palette(border-bg);
border-radius: _size(border-radius);
border: solid _size(border-width) _palette(border);
font-family: _font(family-fixed);
font-size: 0.9rem;
margin: 0 0.25rem;
padding: 0.25rem 0.65rem;
font-size: 0.9em;
margin: 0 0.25em;
padding: 0.25em 0.65em;
}
pre {
-webkit-overflow-scrolling: touch;
font-family: _font(family-fixed);
font-size: 0.9rem;
font-size: 0.9em;
margin: 0 0 _size(element-margin) 0;
code {
display: block;
line-height: 1.75;
padding: 1rem 1.5rem;
padding: 1em 1.5em;
overflow-x: auto;
}
}
@@ -167,7 +169,11 @@
hr {
border: 0;
border-bottom: solid _size(border-width) _palette(border);
margin: (_size(element-margin) * 1.375) 0;
margin: _size(element-margin) 0;
&.major {
margin: (_size(element-margin) * 1.5) 0;
}
}
.align-left {