diff --git a/build/css/styles.css b/build/css/styles.css
index 68a79a569..a72b10703 100644
--- a/build/css/styles.css
+++ b/build/css/styles.css
@@ -1,44 +1,226 @@
@include foundation-everything;
+@import url('https://fonts.googleapis.com/css?family=Cutive+Mono|Knewave|Permanent+Marker');
-main {
- background: lightblue;
+* {
+ font-family: 'Cutive Mono', monospace;
+}
+.row {
+ max-width: 100%;
+}
+body {
+ margin: 0 10% 2% 10%;
}
-header {
- background-color: lightgreen;
- padding: 0.5rem;
+.tableouter {
+ position: relative;
+ overflow-x: scroll;
+ border-bottom: black solid 1px;
}
-#completed-checkbox {
- display: inline;
+.tableinner {
+ height: 400px;
+ overflow-y: scroll;
}
-label {
- display: inline;
+
+
+#hide-rental-manager {
+ float: right;
}
-button.success {
- margin-right: 1.2rem;
- display: inline;
+#manager-header {
+ float: left;
+ margin: 15px 0 0 15px;
+}
+
+#rentals-table {
+ clear: both;
+ overflow: scroll;
+ margin-bottom: 15px;
+}
+
+#manage-rental {
+ background-color: black;
+ color: white;
+}
+
+#rentals-list {
+ color:black;
+ text-align: center;
}
-aside.create-tasklist {
- background-color: navy;
- color: #FFFFFF;
+#manage-rental * {
+ font-family: 'Cutive Mono', monospace;
+ font-size: 1rem;
}
-aside label {
- color: #FFFFFF;
+
+
+
+
+
+
+
+
+#header-buttons {
+ text-align: center;
}
-.completed {
- text-decoration: line-through;
+#header-buttons button, #search-button {
+ font-family: 'Cutive Mono', monospace;
+ font-size: 1.1em;
}
-div {
+section#search-stuff * {
display: inline;
}
-/*
-* {
- border-style: solid;
+
+#side-bar {
+ padding-top: 20px;
+ text-align: center;
+ margin-bottom: 10%;
+}
+
+#query {
+ max-width: 250px;
+ margin: 0;
+}
+
+button#search-button.button, #hide-details {
+ width: 180px;
+}
+
+#library-subheader, #search-subheader, #customers-subheader, #bad-search-subheader {
+ font-family: 'Cutive Mono', monospace;
+ text-align: center;
+ margin: 2% 0;
+ border-top: dashed 1px black;
+ border-bottom: dashed 1px black;
+}
+
+.button {
+ margin: 2px;
+ background-color: black;
+ color: #fefefe;
+ font-family: 'Cutive Mono', monospace;
+}
+
+.button:hover, .button:focus{
+ background-color: deeppink;
+ color: #fefefe;
+}
+
+section.movie-card {
+ padding-top: 10px;
+ text-align: center;
+ height: 450px;
+ position: relative;
+}
+
+.movie-card img:hover{
+ opacity: 0.3;
+}
+
+.movie-card img {
+ width: 200px;
+ height: 300px;
+ overflow: hidden;
+}
+
+.movie-card .button, #confirm-rental, #cancel-rental, #hide-details {
+ border-radius: 25px;
+ background-color: #fefefe;
+ color: black;
+ border: 1px solid black;
+ width: 90px;
+ height: 40px;
+ margin: 2px 5px;
+}
+
+.movie-card .button:hover, #confirm-rental:hover, #cancel-rental:hover, #hide-details:hover {
+ color: deeppink;
+ border: 1px solid deeppink;
+}
+
+.movie-card button.add-library {
+ width: 160px;
+}
+
+h4.movie.small-title {
+ font-size: 1em;
+ font-family: 'Cutive Mono', monospace;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+}
+
+.movie-card .container {
+ height: 25px;
+ margin: 15px 0;
+}
+
+#rent-header, #rent-movie-title, section#movie-details h3 {
+ font-family: 'Knewave', cursive;
+}
+
+#rent-movie-title {
+ text-decoration: underline;
+}
+header h1 {
+ font-family: 'Knewave', cursive;
+ font-size: 7.0em;
+ text-align: center;
+ text-shadow: 10px 3px deeppink;
+ border-bottom: 1px solid black;
+}
+
+main {
+ background-color: white;
+}
+
+.grayed_out {
+ filter: grayscale(100%);
+ opacity: .5;
+}
+
+.added-movie {
+ border: black dashed 1px;
+}
+
+.second-header {
+ text-align: center;
+}
+
+#cust-name-sort:hover, #cust-pcode-sort:hover, #cust-reg-at-sort:hover {
+ cursor: pointer;
+ text-decoration: underline;
+}
+
+
+.success {
+ padding-top: 20px;
+ color: green;
}
-*/
+
+.movie.small-poster:hover, .movie.small-title:hover {
+ cursor: pointer;
+}
+
+
+.failure {
+ padding-top: 20px;
+ color: red;
+}
+
+footer {
+ margin-top: 30px;
+ text-align: center;
+ clear: both;
+}
+
+footer img {
+ height: 60px;
+}
+
+/*td, #fields td {
+text-align: center;
+}*/
diff --git a/build/index.html b/build/index.html
index 03869595f..fd65f6e65 100644
--- a/build/index.html
+++ b/build/index.html
@@ -1,15 +1,245 @@
-
-
-
-
-
- Backbone Baseline
-
-
-
-
-
-
-
+
+
+
+
+
+ Rewind
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ Title
+ |
+
+ Checked Out
+ |
+
+ Duedate
+ |
+
+ Returned?
+ |
+
+ Check In
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ ID
+ |
+
+ Name
+ |
+
+ Address
+ |
+
+ Postal Code
+ |
+
+ Phone #
+ |
+
+ Registered At
+ |
+
+ Checked Out
+ |
+
+ Rentals
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+