From: Ian Weller Date: Tue, 10 Feb 2015 18:46:51 +0000 (-0500) Subject: ready for php X-Git-Tag: v1.0.1~5 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=85984dcb47b3379a6649282d19991f47f294bac2;p=WP-Themes%2Fgilmoremuseum.git ready for php --- diff --git a/index.html b/index.html index 02ac516..b29d3f7 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,8 @@ Gilmore Car Museum - + + @@ -12,8 +13,8 @@
-
- +
+
@@ -43,7 +44,7 @@
-
+

America's Signature Collection

@@ -144,6 +145,7 @@
+
@@ -156,6 +158,7 @@
+

Welcome

@@ -219,7 +222,7 @@
-
+
@@ -242,6 +245,7 @@

© 2015 Gilmore Car Musuem • All Rights Reserved • Produced by Gaslight Media

+ diff --git a/interior.html b/interior.html index ba10a80..26949e9 100644 --- a/interior.html +++ b/interior.html @@ -5,6 +5,7 @@ Gilmore Car Museum + @@ -12,7 +13,7 @@
-
+
@@ -43,7 +44,7 @@
-
+

America's Signature Collection

@@ -152,8 +153,8 @@
  • General Events
  • -
    diff --git a/scss/_settings.scss b/scss/_settings.scss index 71288ad..614e088 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -52,7 +52,7 @@ // - - - - - - - - - - - - - - - - - - - - - - - - - // This is the default html and body font-size for the base rem value. -// $rem-base: 16px; + $rem-base: 16px; // Allows the use of rem-calc() or lower-bound() in your settings @import "foundation/functions"; @@ -199,7 +199,7 @@ $include-html-global-classes: $include-html-classes; // $include-html-type-classes: $include-html-classes; // We use these to control header font styles - $header-font-family: Copperplate, Copperplate Gothic Light; + $header-font-family: "Balthazar"; // $header-font-weight: $font-weight-normal; // $header-font-style: normal; $header-font-color: $red; @@ -1386,8 +1386,8 @@ $include-html-global-classes: $include-html-classes; // $topbar-bg: $topbar-bg-color; // Height and margin -// $topbar-height: rem-calc(45); -// $topbar-margin-bottom: 0; + $topbar-height: rem-calc(40); + $topbar-margin-bottom: 0; // Controlling the styles for the title in the top bar // $topbar-title-weight: $font-weight-normal; diff --git a/scss/_structure.scss b/scss/_structure.scss index 7b58418..06a5494 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -25,9 +25,10 @@ header { li { display: inline; a { - font-size: 0.563em; + font-size: 0.750em; color: $white; text-transform: uppercase; + padding: 0 5px; } } } @@ -75,6 +76,7 @@ header { } } h1 { + sup { font-size: 0.563em; } @@ -95,7 +97,7 @@ header { background: transparent; a { color: $white; - font-size: 1.125em; + font-size: 0.938em; background: transparent; text-transform: uppercase; } @@ -122,6 +124,7 @@ header { background: $white; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; + min-height: 200px; li { white-space: nowrap; background: $white; @@ -132,6 +135,7 @@ header { left: 20px; top: 23px; border: 6px solid #fdefd4; + box-shadow: 2px 3px 9px 0px #ababab; } } &:not(.has-form):not(.active) { @@ -161,6 +165,7 @@ header { background: $white; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; + min-height: 200px; li { white-space: nowrap; background: $white; @@ -170,6 +175,7 @@ header { left: 20px; top: 23px; border: 6px solid #fdefd4; + box-shadow: 2px 3px 9px 0px #ababab; } } &:not(.has-form):not(.active) { @@ -198,9 +204,9 @@ header { color: #fff; content: "|"; position: absolute; - top: 5px; + top: 10px; left: -13px; - font-size: 20px; + font-size: 15px; font-weight: bold; display:block; padding: 0 10px; @@ -211,6 +217,7 @@ header { } .has-dropdown > a { padding-right: 15px !important; + margin-bottom: -4px; &:after { content: none; } @@ -292,7 +299,7 @@ header { width: 100%; } label { - margin-top: 85px; + margin-top: 55px; } text-align: center; } @@ -308,6 +315,7 @@ header { background: #9fa617; border-radius: 8px; padding: 5px 10px; + box-shadow: 0 3px 6px 0px #ababab; &:hover { background: $white; color: #9fa617; @@ -342,10 +350,11 @@ header { img { border: 6px solid #fdefd4; margin-bottom: 30px; + box-shadow: 2px 3px 9px 0px #ababab; } } .sidebar { - h2 { + h3 { color: $black; background: #9fa617; text-align: center; @@ -358,9 +367,10 @@ header { li { border-bottom: 1px solid $white; background: #c5c974; - padding-left: 15px; + padding: 5px 0 5px 15px; a { color: $black; + text-transform: uppercase; &#active { color: $red; } @@ -369,7 +379,7 @@ header { } .tab { background: #c8b776; - h2 { + h3 { color: $white; background: #c8b776; text-align: center; @@ -387,12 +397,20 @@ a.link { text-decoration: underline; text-decoration-color: $red; } +#soc-bottom { + margin-bottom: 30px; +} footer { background: #b9b8a3; img { padding: 25px 0; } } +#partners { + img { + padding-top: 30px; + } +} #copyright { margin-top: 32px; margin-bottom: 150px;