From 94b3eacced0d95c187f8504cf8b6b11c19f6e6b1 Mon Sep 17 00:00:00 2001
From: Elisabeth Robson
Date: Mon, 6 Aug 2012 14:20:10 -0700
Subject: [PATCH] updates to 14
---
chapter14/starbuzz/accessform.css | 32 +++++++++
chapter14/starbuzz/accessform.html | 93 +++++++++++++++++++++++++++
chapter14/starbuzz/blog.html | 2 +-
chapter14/starbuzz/form-complete.html | 10 +--
chapter14/starbuzz/index.html | 2 +-
chapter14/starbuzz/styledform.css | 11 ++--
chapter14/starbuzz/styledform.html | 8 +--
7 files changed, 141 insertions(+), 17 deletions(-)
create mode 100644 chapter14/starbuzz/accessform.css
create mode 100644 chapter14/starbuzz/accessform.html
diff --git a/chapter14/starbuzz/accessform.css b/chapter14/starbuzz/accessform.css
new file mode 100644
index 0000000..91d263a
--- /dev/null
+++ b/chapter14/starbuzz/accessform.css
@@ -0,0 +1,32 @@
+body {
+ background: #efe5d0 url(images/background.gif) top left;
+ margin: 20px;
+}
+
+form {
+ display: table;
+ padding: 10px;
+ border: thin dotted #7e7e7e;
+ background-color: #e1ceb8;
+}
+
+div.tableRow {
+ display: table-row;
+}
+
+div.tableRow > p, div.tableRow > label, div.tableRow > input {
+ display: table-cell;
+ vertical-align: top;
+ padding: 3px;
+}
+div.tableRow label:first-child {
+ text-align: right;
+}
+form textarea {
+ display: table-cell;
+ width: 500px;
+ height: 200px;
+}
+legend {
+ font-weight: bold;
+}
diff --git a/chapter14/starbuzz/accessform.html b/chapter14/starbuzz/accessform.html
new file mode 100644
index 0000000..76a2f12
--- /dev/null
+++ b/chapter14/starbuzz/accessform.html
@@ -0,0 +1,93 @@
+
+
+
+
+ The Starbuzz Bean Machine
+
+
+
+
+
+ The Starbuzz Bean Machine
+ Fill out the form below and click "order now" to order
+
+
+
+
+
diff --git a/chapter14/starbuzz/blog.html b/chapter14/starbuzz/blog.html
index 3f5c683..4a25539 100644
--- a/chapter14/starbuzz/blog.html
+++ b/chapter14/starbuzz/blog.html
@@ -11,7 +11,7 @@
+ src="images/headerSlogan.gif" alt="Providing all the caffeine you need to power your life.">
diff --git a/chapter14/starbuzz/form-complete.html b/chapter14/starbuzz/form-complete.html
index c6a26f3..d901816 100644
--- a/chapter14/starbuzz/form-complete.html
+++ b/chapter14/starbuzz/form-complete.html
@@ -1,4 +1,4 @@
-
+
@@ -9,7 +9,7 @@
The Starbuzz Bean Machine
Fill out the form below and click "order now" to order
-
@@ -58,7 +58,7 @@
Fill out the form below and click "order now" to order
Customer Comments:
-
+
diff --git a/chapter14/starbuzz/index.html b/chapter14/starbuzz/index.html
index cd08657..3478e46 100644
--- a/chapter14/starbuzz/index.html
+++ b/chapter14/starbuzz/index.html
@@ -11,7 +11,7 @@
+ src="images/headerSlogan.gif" alt="Providing all the caffeine you need to power your life.">
diff --git a/chapter14/starbuzz/styledform.css b/chapter14/starbuzz/styledform.css
index a656eb2..179a351 100644
--- a/chapter14/starbuzz/styledform.css
+++ b/chapter14/starbuzz/styledform.css
@@ -1,9 +1,3 @@
-/*
-@font-face {
- font-family: SkippySharp;
- src: url(SkippySharp.otf);
-}
-*/
body {
background: #efe5d0 url(images/background.gif) top left;
margin: 20px;
@@ -16,6 +10,11 @@ form {
background-color: #e1ceb8;
}
+form textarea {
+ width: 500px;
+ height: 200px;
+}
+
div.tableRow {
display: table-row;
}
diff --git a/chapter14/starbuzz/styledform.html b/chapter14/starbuzz/styledform.html
index c402a93..5302e4a 100644
--- a/chapter14/starbuzz/styledform.html
+++ b/chapter14/starbuzz/styledform.html
@@ -1,4 +1,4 @@
-
+
@@ -29,7 +29,7 @@ Fill out the form below and click "order now" to order
Type:
Whole bean
-
+
Ground
@@ -45,7 +45,7 @@ Fill out the form below and click "order now" to order
Extras:
Gift wrap
-
+
Include catalog with order
@@ -80,7 +80,7 @@ Fill out the form below and click "order now" to order