summaryrefslogtreecommitdiff
path: root/lisp/webapps/woodriverlessons/static/css
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2024-12-22 18:32:18 -0700
committerckonstanski <carlos.konstanski@olo.com>2024-12-22 18:32:18 -0700
commitcf684daa1eacac996223f6c407074abd019ede4a (patch)
treef79ffd0809f243ca8dbdff51d943181bca2e7de0 /lisp/webapps/woodriverlessons/static/css
parent947d1d69e344fefd604bfab000522b903bbb7b21 (diff)
rename to bogenherrc
Diffstat (limited to 'lisp/webapps/woodriverlessons/static/css')
-rw-r--r--lisp/webapps/woodriverlessons/static/css/stylesheet.css80
1 files changed, 0 insertions, 80 deletions
diff --git a/lisp/webapps/woodriverlessons/static/css/stylesheet.css b/lisp/webapps/woodriverlessons/static/css/stylesheet.css
deleted file mode 100644
index efb4c07..0000000
--- a/lisp/webapps/woodriverlessons/static/css/stylesheet.css
+++ /dev/null
@@ -1,80 +0,0 @@
-body {
- background-color: #161012;
- color: white;
-}
-
-p {
- font-size: 14px;
-}
-
-hr {
- border: 1px #ffd081 solid;
- width: 200px;
-}
-
-.container-fluid {
- width: 100%;
- margin: 20px auto;
-}
-
-.table {
- color: white;
-}
-
-.nav-link {
- color: white;
- cursor: pointer;
- cursor: hand;
-}
-
-.well {
- background-color: #2c180d;
- border: 1px black solid;
- text-align: center;
-}
-
-.banner {
- height: 90px;
- background-image: url("/static/images/violin-strip.jpg");
- background-repeat: repeat;
- background-position: left;
-}
-
-.banner-title {
- width: *;
- color: #59200e;
- font-size: 28px;
- font-style: italic;
- font-weight: bold;
- text-align: center;
-}
-
-.banner-menu {
- width: 150px;
- text-align: right;
- vertical-align: top;
-}
-
-.form-control {
- width: 600px;
- background-color: #ffd081;
-}
-
-.contact-info {
- color: #59200e;
- font-size: 15px;
- font-weight: bold;
- line-height: 0.4;
-}
-
-.modal-content {
- background-color: #161012;
-}
-
-#body {
- min-height: 500px;
-}
-
-#footer {
- text-align: center;
-}