diff --git a/wordpress/wp-content/themes/backer/single-ignition_product.php b/wordpress/wp-content/themes/backer/single-ignition_product.php index 99e2a262bbb91756f343ca951dd77b2efb252435..fa63e084a20d597b527a4b48aba0d2e17d981e04 100644 --- a/wordpress/wp-content/themes/backer/single-ignition_product.php +++ b/wordpress/wp-content/themes/backer/single-ignition_product.php @@ -92,7 +92,7 @@
-

About this project

+

About this project

@@ -103,7 +103,7 @@
-

What we’re installing

+

What we’re installing

@@ -135,10 +135,10 @@
-

Who is installing?

+

Who is installing?

-
+
@@ -147,7 +147,7 @@
-

Project timeline

+

Project timeline

@@ -273,7 +273,7 @@
-
+

days left

diff --git a/wordpress/wp-content/themes/backer/style.css b/wordpress/wp-content/themes/backer/style.css index 0914a59ff7b12f30d7fa7857225999c8e138e649..ebf6b295188cd61ccf1533a2cb9f5597e980ce49 100644 --- a/wordpress/wp-content/themes/backer/style.css +++ b/wordpress/wp-content/themes/backer/style.css @@ -61,14 +61,15 @@ html, body { height: 100%; width: 100%; - margin: 0; - padding: 0; - left: 0; - top: 0; - font-size: 16px; color: #585858; font-family: "Museo500",'Helvetica Neue', Helvetica, Arial, sans-serif; background: #F4F4F4; + font-weight: 400; + font-style: normal; + font-size: 16px; + line-height: 1.5rem; + padding: 0; + margin: 0; } html { overflow-x: hidden; @@ -86,9 +87,7 @@ html:not(.ie8) body { padding: 50px; background: #fff; } -section { - margin-bottom: 44px; -} + .left { float:left; } @@ -166,44 +165,90 @@ iframe { /* ------------------------ ----- Typography ----- ------------------------------*/ -h1, h2, h3, h4, h5, h6, p { - margin-bottom: 22px; -} + h1 { - font-size: 2.5rem; - line-height: .55rem; + font-family: inherit; + font-weight: 600; + font-style: inherit; + font-size: 2.75rem; + line-height: 3rem; + margin-top: 0rem; + margin-bottom: 0rem; } - h2 { - font-size: 2rem; - line-height: .675rem; - + font-family: inherit; + font-weight: 600; + font-style: inherit; + font-size: 1.9375rem; + line-height: 3rem; + margin-top: 1.5rem; + margin-bottom: 1.5rem; } - h3 { + font-family: inherit; + font-weight: 600; + font-style: inherit; font-size: 1.375rem; - line-height: 1rem; + line-height: 1.5rem; + margin-top: 1.5rem; + margin-bottom: 0rem; } - h4 { - font-size: 1.125rem; - line-height: 1.222rem; + font-family: inherit; + font-weight: 600; + font-style: inherit; + font-size: 1rem; + line-height: 1.5rem; + margin-top: 1.5rem; + margin-bottom: 0rem; } - h5 { + font-family: inherit; + font-weight: 400; + font-style: italic; font-size: 1rem; - line-height: 1.375rem; + line-height: 1.5rem; + margin-top: 1.5rem; + margin-bottom: 0rem; } - -h6 { - font-size: 0.875rem; - line-height: 1.5714285714rem; +p, ul, ol, pre, table, blockquote { + margin-top: 0rem; + margin-bottom: 1.5rem; } - -p { - font-size: 1rem; - line-height: 1.375rem; +ul ul, ol ol, ul ol, ol ul { + margin-top: 0; + margin-bottom: 0; +} +hr { + border: 1px solid; + margin: -1px 0; +} +b, strong, em, small, code { + line-height: 1; +} +sup { + line-height: 0; + position: relative; + vertical-align: baseline; + top: -0.5em; } +sub { + bottom: -0.25em; +} +a { + color: #268ED9; +} +.gridlover-grid { + background-image: linear-gradient(to bottom, hsla(200, 100%, 50%, .3) 1px, transparent 1px); + background-position: left -1px; + background-repeat: repeat; + background-size: 1.5rem 1.5rem; +} +.gridlover-grid body { + box-shadow: 1px 0px 0px hsla(200, 100%, 50%, .3), -1px 0px 0px hsla(200, 100%, 50%, .3); +} + +/*TYPOGRAPHY*/ a { color: #F75146;