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
+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;
}