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
+73
View File
@@ -0,0 +1,73 @@
/*
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Form */
form .field {
float: none !important;
width: 100% !important;
padding-left: 0 !important;
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
border: solid 2px #585858 !important;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
border-color: #f2849e !important;
}
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
border: none !important;
}
/* Tiles */
.tiles article > .image:before, .tiles article > .image:after {
display: none;
}
/* Header */
#header .logo .symbol {
display: none;
}
#header nav ul li a[href="#menu"] {
text-indent: 0;
width: auto;
font-size: 0.8em;
}
#header nav ul li a[href="#menu"]:before, #header nav ul li a[href="#menu"]:after {
display: none;
}
/* Footer */
#footer > .inner section {
width: 50%;
margin-left: 3em;
}
#footer > .inner section:first-child {
margin-left: 0;
width: 40%;
}
+26 -21
View File
@@ -1,35 +1,40 @@
/*
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)
*/
/* BG */
/* Tiles */
#bg:before {
background: rgba(19, 21, 25, 0.5);
.tiles:after {
content: '';
display: block;
clear: both;
}
/* Header */
#header .logo {
margin: 0 auto;
.tiles article {
float: left;
}
#header .content {
display: inline-block;
}
#header nav ul {
display: inline-block;
}
#header nav ul li {
display: inline-block;
.tiles article > a {
padding-top: 50%;
margin-top: -1.75em;
}
/* Main */
body:not(.is-touch) .tiles article:hover > .image {
-moz-transform: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
#main article {
margin: 0 auto;
/* Footer */
#footer > .inner section {
float: left;
}
#footer > .inner .copyright {
clear: both;
padding-top: 4em;
}
+2881 -1119
View File
File diff suppressed because it is too large Load Diff
-12
View File
@@ -1,12 +0,0 @@
/*
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Main */
#main article {
opacity: 1;
margin: 4rem 0 0 0;
}