From 96a064b19c8797a706bb9f4db4df8f6ab146238c Mon Sep 17 00:00:00 2001 From: Jason A Cramer Date: Fri, 31 Jan 2020 20:48:43 -0500 Subject: [PATCH] Delete barnhouse.css --- barnhouse.css | 94 --------------------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 barnhouse.css diff --git a/barnhouse.css b/barnhouse.css deleted file mode 100644 index 8def6f6..0000000 --- a/barnhouse.css +++ /dev/null @@ -1,94 +0,0 @@ -body { - background-color: #FCFB7D; -} - -ul { - list-style-type: none; - margin: 0; - padding: 0; - overflow: hidden; - background-color: white; - position: fixed; - top: 0; - left: 0; - width: 100%; -} - -.tool2 { - display: block; - color: black; - text-align: center; - padding: 15px; - text-decoration: none; - font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Goergia, serif; - padding-left:52%; -} - -li { - float: left; -} - -li a { - display: block; - color: black; - text-align: center; - padding: 15px; - text-decoration: none; - font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Goergia, serif; -} -li a:hover { - background-color: #111; - color:white; -} - -li a:hover:not(.active) { - background-color: #111; - color:white; -} - -.active { - background-color: #DAF7A6; -} - -.coverimg { - padding-top: 7%; -} -.moviespic { - height: 63%; - width:20%; - padding-left:20%; - padding-top:6%; -} -.wrapper { - text-align:center; - font-family:font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Goergia, serif; - font-size:140%; -} -.button { - top:50%; - right:50%; -} -.image { - padding-left:10%; -} -.header { - font-family:font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Goergia, serif; - color:white; - text-align:center; - font-size:200%; -} -.text { - font-family:font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Goergia, serif; - font-size:140%; - color:white; - width:50%; - float:left; - padding-left:8%; -} -.brightness { - display: inline-block; - -} -.brightness img:hover { - opacity: .5; -}