windhamdavid 9 years ago
parent
commit
cb64356661
3 changed files with 16 additions and 12 deletions
  1. 11 0
      css/stripe.css
  2. 5 7
      page-form.php
  3. 0 5
      style.css

+ 11 - 0
css/stripe.css

@@ -3,6 +3,11 @@
 #gform {
 	margin: 0 auto;
 }
+#gform p {
+	font-family: 'Great Vibes', cursive;
+	font-size:19px;
+	margin:10px 0 30px;
+}
 #gform label {
 	font-family: 'Great Vibes', cursive;
 	font-size:17px;
@@ -16,6 +21,12 @@ ul.gfield_checkbox li {float:left;}
 .gform_card_icon_container {
 	display:none;
 }
+.ginput_total span {
+	font-size:17px;
+}
+.gfield_creditcard_warning_message {
+	display: none;
+}
 
 #gform_submit_button_1 {
 	font-family: 'Great Vibes', cursive;

+ 5 - 7
page-form.php

@@ -12,16 +12,14 @@
 <div class="container">
 	<div class="column sixteen">
 		<div class="form_header">
-			<h5 class="vibes">David A. Windham + Ginny L. Gast</h5>
+			<h5 class="vibes">&#10087; &nbsp; David A. Windham&nbsp;  &amp; &nbsp; Ginny L. Gast &nbsp; &#10087;</h5>
 			<h5 class="cardo">The Twenty-Seventh Of September, Two Thousand Fourteen</h4><br />
 			<img src="../wp-content/themes/bml/img/swirl.png" width="100">
+			
+		</div>
+		<div id="gform">
+			<?php gravity_form(1, false, false, false, '', true); ?>
 		</div>
-	<div id="gform">
-		<?php gravity_form(1, false, false, false, '', true); ?>
-	</div>
-	<div class="form_credit">
-		This page is encrypted and NO credit card information is stored
-		<img src="../wp-content/themes/bml/img/stripe.png" width="100">
 	</div>
 </div>
 <?php wp_footer(); ?>

+ 0 - 5
style.css

@@ -38,14 +38,9 @@ a img {border: 0;}
 /* #Clearing  ================================================== */
 .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
 .clearfix:before,.clearfix:after,.row:before,.row:after {content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }
-.row:after,.clearfix:after {clear: both; }.row,.clearfix {zoom: 1; }
-.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
-.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {content: '';display: table;}
-.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {clear: both;}
 
 /* #Base 960 Grid ================================================== */
 .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
-/* Hackety Hack - position needs to be absolute for Skrollr to work right */
 .container .column,
 .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
 .row                                        { margin-bottom: 20px; }